Files Overview

Filename LoC Issues Analysers
/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php 90 158 55
/src/Symfony/Bridge/Doctrine/Attribute/MapEntity.php 23 53 19
/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php 27 38 28
/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php 103 92 36
/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php 166 118 57
/src/Symfony/Bridge/Doctrine/DataCollector/ObjectParameter.php 19 22 11
/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php 246 228 53
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php 24 15 14
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php 45 67 29
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php 68 59 28
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterUidTypePass.php 38 17 9
/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php 29 35 22
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php 37 52 36
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php 32 49 28
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php 83 54 31
/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php 31 31 20
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php 21 17 12
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php 179 189 51
/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php 30 19 16
/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php 97 98 40
/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php 51 66 27
/src/Symfony/Bridge/Doctrine/IdGenerator/UlidGenerator.php 32 28 20
/src/Symfony/Bridge/Doctrine/IdGenerator/UuidGenerator.php 39 52 27
/src/Symfony/Bridge/Doctrine/ManagerRegistry.php 56 45 22
/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php 41 27 15
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php 26 27 22
/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 25 18
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php 36 14 14
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Connection.php 69 102 24
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Connection.php 90 119 25
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Statement.php 69 78 35
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DebugDataHolder.php 36 11 8
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Driver.php 26 32 16
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Middleware.php 25 31 19
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Query.php 48 59 34
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Statement.php 57 59 30
/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php 212 254 57
/src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php 38 22 14
/src/Symfony/Bridge/Doctrine/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php 26 15 15
/src/Symfony/Bridge/Doctrine/SchemaListener/LockStoreSchemaListener.php 42 19 18
/src/Symfony/Bridge/Doctrine/SchemaListener/MessengerTransportDoctrineSchemaListener.php 29 25 20
/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 90 29
/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php 42 96 39
/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php 34 3 3
/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php 190 236 32
/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php 57 148 22
/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php 269 137 29
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php 176 52 17
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php 36 18 13
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterUidTypePassTest.php 25 12 8
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php 178 81 32
/src/Symfony/Bridge/Doctrine/Tests/DoctrineTestHelper.php 24 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 27 17
/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 26 16
/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 26 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AnnotatedEntity/Person.php 21 26 16
/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 26 16
/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 26 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/NewAnnotationsBundle.php 18 9 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/Entity/Person.php 16 18 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/NewXmlBundle.php 18 9 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/Entity/Person.php 16 18 13
/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 18 13
/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 18 13
/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 18 13
/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 36 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php 21 31 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEmbed.php 22 20 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEntity.php 33 104 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEnum.php 22 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 34 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNullableNameEntity.php 21 37 17
/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 36 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GuidIdEntity.php 22 22 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/LegacyQueryMock.php 23 24 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Person.php 24 32 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php 22 29 19
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php 23 40 23
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php 21 27 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdStringWrapperNameEntity.php 22 27 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php 25 41 19
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php 21 25 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapper.php 21 12 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapperType.php 19 31 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UlidIdEntity.php 22 20 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php 23 54 21
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UuidIdEntity.php 22 20 15
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php 43 137 29
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php 36 129 21
/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php 79 39 14
/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php 108 108 18
/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php 39 34 17
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php 68 46 25
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php 1699 546 41
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UlidGeneratorTest.php 43 23 11
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidGeneratorTest.php 49 57 21
/src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php 43 60 25
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineClearEntityManagerWorkerSubscriberTest.php 27 15 8
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineCloseConnectionMiddlewareTest.php 72 68 17
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineOpenTransactionLoggerMiddlewareTest.php 35 67 25
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrinePingConnectionMiddlewareTest.php 75 88 17
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineTransactionMiddlewareTest.php 42 57 15
/src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php 90 174 36
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php 234 96 19
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php 34 184 14
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEmbeddable.php 24 11 8
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEnum.php 28 47 10
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php 25 63 25
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineGeneratedValue.php 27 39 12
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php 34 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 40 24 12
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/LockStoreSchemaListenerTest.php 56 41 16
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/MessengerTransportDoctrineSchemaListenerTest.php 46 63 14
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php 27 23 11
/src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php 79 51 16
/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php 260 109 24
/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 38 102 24
/src/Symfony/Bridge/Doctrine/Tests/Types/UuidTypeTest.php 32 106 22
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityTest.php 77 83 20
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php 921 359 47
/src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php 61 58 19
/src/Symfony/Bridge/Doctrine/Types/AbstractUidType.php 55 78 28
/src/Symfony/Bridge/Doctrine/Types/UlidType.php 20 9 8
/src/Symfony/Bridge/Doctrine/Types/UuidType.php 20 9 8
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php 56 81 34
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php 41 102 51
/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php 31 16 13
/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php 48 110 54
/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php 136 92 47
/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php 90 135 41
/src/Symfony/Bridge/Monolog/Formatter/VarDumperFormatter.php 40 21 16
/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php 39 27 16
/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php 139 88 37
/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php 169 87 42
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php 30 42 23
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php 46 33 19
/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php 42 30 20
/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php 87 74 34
/src/Symfony/Bridge/Monolog/Handler/NotifierHandler.php 48 53 28
/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php 76 74 37
/src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php 28 28 21
/src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php 40 35 20
/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php 34 53 24
/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php 42 31 21
/src/Symfony/Bridge/Monolog/Processor/SwitchUserTokenProcessor.php 29 6 5
/src/Symfony/Bridge/Monolog/Processor/TokenProcessor.php 29 7 5
/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php 34 18 16
/src/Symfony/Bridge/Monolog/Tests/Formatter/ConsoleFormatterTest.php 14 26 14
/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php 60 98 25
/src/Symfony/Bridge/Monolog/Tests/Handler/ElasticsearchLogstashHandlerTest.php 130 83 20
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php 59 66 15
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php 39 47 17
/src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php 115 46 18
/src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php 42 102 30
/src/Symfony/Bridge/Monolog/Tests/Handler/ServerLogHandlerTest.php 68 40 19
/src/Symfony/Bridge/Monolog/Tests/Processor/ClassThatInheritDebugProcessor.php 24 15 9
/src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php 17 23 10
/src/Symfony/Bridge/Monolog/Tests/Processor/DebugProcessorTest.php 44 69 21
/src/Symfony/Bridge/Monolog/Tests/Processor/RouteProcessorTest.php 152 47 15
/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php 31 10 6
/src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php 30 9 6
/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php 68 48 23
/src/Symfony/Bridge/Monolog/Tests/RecordFactory.php 20 25 15
/src/Symfony/Bridge/PhpUnit/ClassExistsMock.php 77 66 19
/src/Symfony/Bridge/PhpUnit/ClockMock.php 53 89 28
/src/Symfony/Bridge/PhpUnit/ConstraintTrait.php 16 9 7
/src/Symfony/Bridge/PhpUnit/CoverageListener.php 35 80 33
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php 334 253 65
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php 211 135 43
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php 331 225 59
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationGroup.php 45 12 8
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationNotice.php 31 9 6
/src/Symfony/Bridge/PhpUnit/DnsMock.php 111 72 26
/src/Symfony/Bridge/PhpUnit/ExpectDeprecationTrait.php 18 6 5
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV7.php 51 33 16
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV9.php 58 51 20
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintLogicTrait.php 31 24 10
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV7.php 31 33 15
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV8.php 29 24 10
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV9.php 21 23 11
/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 78 9
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php 112 36 8
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php 52 35 13
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php 62 235 64
/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php 17 4 3
/src/Symfony/Bridge/PhpUnit/Tests/ClassExistsMockTest.php 60 144 14
/src/Symfony/Bridge/PhpUnit/Tests/ClockMockTest.php 78 42 13
/src/Symfony/Bridge/PhpUnit/Tests/CoverageListenerTest.php 14 22 12
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php 536 213 41
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationGroupTest.php 5 10 5
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationNoticeTest.php 23 17 8
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php 31 112 33
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php 3 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php 22 38 12
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/BarService.php 11 3 3
/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 7 13 11
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php 12 16 10
/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 4 4
/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 10
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php 23 36 22
/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 21
/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 24 46 11
/src/Symfony/Bridge/PhpUnit/Tests/EnumExistsMockTest.php 27 70 12
/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php 50 43 9
/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php 25 17 9
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php 32 13 8
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestNotRisky.php 28 7 7
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestRisky.php 40 15 11
/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 14 6 6
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php 19 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversNothingTest.php 19 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversTest.php 19 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFoundTest.php 16 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/bootstrap.php 15 6 2
/src/Symfony/Bridge/PhpUnit/Tests/OnlyExpectingDeprecationSkippedTest.php 30 4 4
/src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php 34 10 8
/src/Symfony/Bridge/PhpUnit/TextUI/Command.php 21 8 5
/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php 247 342 61
/src/Symfony/Bridge/PhpUnit/bootstrap.php 41 37 14
/src/Symfony/Bridge/PsrHttpMessage/ArgumentValueResolver/PsrServerRequestResolver.php 36 19 18
/src/Symfony/Bridge/PsrHttpMessage/EventListener/PsrResponseListener.php 50 16 15
/src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php 54 81 40
/src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php 90 99 37
/src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php 61 31 24
/src/Symfony/Bridge/PsrHttpMessage/HttpFoundationFactoryInterface.php 29 9 4
/src/Symfony/Bridge/PsrHttpMessage/HttpMessageFactoryInterface.php 29 5 2
/src/Symfony/Bridge/PsrHttpMessage/Tests/ArgumentValueResolver/PsrServerRequestResolverTest.php 58 23 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/EventListener/PsrResponseListenerTest.php 49 15 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/HttpFoundationFactoryTest.php 90 78 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/PsrHttpFactoryTest.php 277 103 29
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Controller/PsrRequestController.php 14 18 10
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Kernel.php 33 34 21
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php 24 84 24
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php 22 35 22
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php 129 199 37
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Stream.php 98 72 25
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/UploadedFile.php 22 52 15
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php 29 141 30
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/ControllerTest.php 34 20 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/CovertTest.php 183 172 30
/src/Symfony/Bridge/Twig/AppVariable.php 172 85 23
/src/Symfony/Bridge/Twig/Attribute/Template.php 17 25 15
/src/Symfony/Bridge/Twig/Command/DebugCommand.php 561 356 82
/src/Symfony/Bridge/Twig/Command/LintCommand.php 120 157 63
/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php 65 122 46
/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php 58 38 24
/src/Symfony/Bridge/Twig/EventListener/TemplateAttributeListener.php 45 49 38
/src/Symfony/Bridge/Twig/Extension/AssetExtension.php 32 23 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 22
/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php 25 16 12
/src/Symfony/Bridge/Twig/Extension/FormExtension.php 165 171 41
/src/Symfony/Bridge/Twig/Extension/HtmlSanitizerExtension.php 23 26 18
/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php 33 16 11
/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php 25 23 12
/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php 52 25 18
/src/Symfony/Bridge/Twig/Extension/ImportMapExtension.php 22 10 9
/src/Symfony/Bridge/Twig/Extension/ImportMapRuntime.php 25 14 14
/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php 55 25 13
/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php 42 38 18
/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php 82 43 21
/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php 49 66 22
/src/Symfony/Bridge/Twig/Extension/SerializerExtension.php 22 9 8
/src/Symfony/Bridge/Twig/Extension/SerializerRuntime.php 29 10 10
/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php 35 20 14
/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php 93 104 41
/src/Symfony/Bridge/Twig/Extension/WebLinkExtension.php 34 35 17
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php 102 61 19
/src/Symfony/Bridge/Twig/Extension/YamlExtension.php 46 22 14
/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php 33 67 24
/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php 38 46 26
/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php 229 134 45
/src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php 86 56 18
/src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php 35 112 20
/src/Symfony/Bridge/Twig/Node/DumpNode.php 57 36 18
/src/Symfony/Bridge/Twig/Node/FormThemeNode.php 30 22 13
/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php 34 11 9
/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php 40 54 23
/src/Symfony/Bridge/Twig/Node/StopwatchNode.php 32 24 11
/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php 30 20 12
/src/Symfony/Bridge/Twig/Node/TransNode.php 121 83 27
/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php 83 33 18
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php 64 107 32
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php 113 141 28
/src/Symfony/Bridge/Twig/Test/FormLayoutTestCase.php 59 57 26
/src/Symfony/Bridge/Twig/Test/Traits/RuntimeLoaderProvider.php 22 10 8
/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php 44 134 21
/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php 281 102 31
/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php 126 96 32
/src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php 28 23 10
/src/Symfony/Bridge/Twig/Tests/EventListener/TemplateAttributeListenerTest.php 50 27 11
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3HorizontalLayoutTestCase.php 72 52 7
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTestCase.php 1789 450 16
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4HorizontalLayoutTestCase.php 104 65 7
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4LayoutTestCase.php 101 153 11
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5HorizontalLayoutTestCase.php 130 50 6
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTestCase.php 310 239 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractDivLayoutTestCase.php 109 209 14
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php 2756 484 39
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractTableLayoutTestCase.php 235 102 9
/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php 44 82 28
/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php 17 12 7
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/SerializerModelFixture.php 12 12 8
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php 23 21 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php 20 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php 76 25 12
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4LayoutTest.php 81 25 12
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5LayoutTest.php 80 25 12
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php 71 121 26
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionFieldHelpersTest.php 172 124 15
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php 75 42 8
/src/Symfony/Bridge/Twig/Tests/Extension/HtmlSanitizerExtensionTest.php 19 23 9
/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php 96 54 13
/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php 42 50 21
/src/Symfony/Bridge/Twig/Tests/Extension/ImportMapExtensionTest.php 38 16 9
/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php 37 27 14
/src/Symfony/Bridge/Twig/Tests/Extension/SerializerExtensionTest.php 43 29 17
/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php 40 41 21
/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php 64 86 27
/src/Symfony/Bridge/Twig/Tests/Extension/WebLinkExtensionTest.php 42 22 8
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php 135 41 15
/src/Symfony/Bridge/Twig/Tests/Fixtures/TemplateAttributeController.php 19 17 12
/src/Symfony/Bridge/Twig/Tests/Mime/BodyRendererTest.php 90 89 26
/src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php 14 40 11
/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php 33 58 21
/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php 117 65 13
/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php 83 72 15
/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php 147 237 14
/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php 41 44 14
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php 14 7 7
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php 45 49 19
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php 27 40 14
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php 41 71 13
/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php 43 93 14
/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php 111 50 15
/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php 38 25 13
/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php 39 38 16
/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php 45 36 19
/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php 30 19 12
/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php 58 63 20
/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php 53 41 25
/src/Symfony/Bridge/Twig/UndefinedCallableHandler.php 95 53 22
/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php 29 32 20
/src/Symfony/Bundle/DebugBundle/DebugBundle.php 25 26 17
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php 38 13 11
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php 55 11 10
/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php 88 44 17
/src/Symfony/Bundle/DebugBundle/Resources/config/services.php 134 38 13
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php 35 41 8
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php 74 37 18
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php 42 31 22
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/CachePoolClearerCacheWarmer.php 51 16 11
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php 75 48 31
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php 48 19 16
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php 53 21 17
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php 36 23 14
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php 52 26 21
/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php 31 39 25
/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php 152 64 29
/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php 255 107 47
/src/Symfony/Bundle/FrameworkBundle/Command/BuildDebugContainerTrait.php 42 21 13
/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php 181 107 38
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php 138 56 29
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php 84 36 22
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php 72 50 28
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php 25 25 20
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php 62 22 17
/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php 47 29 19
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php 217 129 51
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php 149 65 26
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php 188 146 40
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php 61 53 24
/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php 104 100 42
/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php 89 62 31
/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php 87 71 33
/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php 113 51 28
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php 64 43 22
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php 58 34 23
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php 80 35 21
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php 99 51 29
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php 77 39 24
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php 105 65 36
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php 150 135 50
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php 141 186 52
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php 45 39 24
/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php 26 24 18
/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php 25 24 18
/src/Symfony/Bundle/FrameworkBundle/Console/Application.php 124 104 39
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php 327 219 64
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php 412 290 64
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php 300 303 58
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php 316 500 74
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php 537 353 61
/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php 31 10 7
/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php 180 230 51
/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php 28 9 9
/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php 159 107 37
/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php 73 47 22
/src/Symfony/Bundle/FrameworkBundle/DataCollector/AbstractDataCollector.php 26 15 12
/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php 25 14 14
/src/Symfony/Bundle/FrameworkBundle/DataCollector/TemplateAwareDataCollectorInterface.php 21 4 4
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddDebugLogProcessorPass.php 20 12 10
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AssetsContextPass.php 40 18 11
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php 26 10 9
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php 31 12 10
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php 29 18 15
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php 39 15 13
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php 55 24 17
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php 42 16 14
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php 113 20 12
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php 1324 558 59
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php 2344 1646 85
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/VirtualRequestStackPass.php 20 13 11
/src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php 109 103 39
/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php 65 34 24
/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php 106 75 16
/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php 56 54 22
/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php 186 67 28
/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php 57 85 41
/src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php 16 9 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/asset_mapper.php 254 21 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.php 83 12 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.php 251 52 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.php 20 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.php 80 15 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php 383 42 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.php 48 10 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.php 41 11 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.php 18 13 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.php 19 3 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.php 152 17 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.php 18 4 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.php 36 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.php 69 12 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/html_sanitizer.php 28 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client.php 97 22 9
/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client_debug.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.php 28 8 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer.php 85 9 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_debug.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_transports.php 105 14 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_webhook.php 50 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php 221 26 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger_debug.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mime_type.php 20 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier.php 130 14 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_debug.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php 304 80 8
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_webhook.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/process.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.php 53 12 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.php 19 3 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php 50 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php 18 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/remote_event.php 18 3 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.php 210 38 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/scheduler.php 36 6 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/secrets.php 31 4 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.php 48 8 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/semaphore.php 18 5 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php 215 25 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer_debug.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php 240 47 13
/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.php 107 12 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.php 19 3 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.php 57 12 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.php 190 16 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.php 77 16 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/uid.php 39 4 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.php 129 20 8
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.php 36 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php 145 32 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.php 20 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/webhook.php 55 6 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.php 44 13 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow_debug.php 18 5 3
/src/Symfony/Bundle/FrameworkBundle/Routing/Attribute/AsRoutingConditionService.php 44 8 8
/src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php 29 19 14
/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php 66 29 21
/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableCompiledUrlMatcher.php 24 6 6
/src/Symfony/Bundle/FrameworkBundle/Routing/RouteLoaderInterface.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php 76 79 46
/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php 36 29 18
/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php 42 43 18
/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php 120 141 47
/src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php 149 191 34
/src/Symfony/Bundle/FrameworkBundle/Test/DomCrawlerAssertionsTrait.php 140 120 16
/src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php 75 66 27
/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php 90 55 27
/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php 73 122 19
/src/Symfony/Bundle/FrameworkBundle/Test/NotificationAssertionsTrait.php 30 88 19
/src/Symfony/Bundle/FrameworkBundle/Test/TestBrowserToken.php 42 22 18
/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php 76 111 35
/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 280 46
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.php 52 17 10
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php 84 54 22
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php 92 72 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/AboutCommandTest.php 50 40 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/Fixture/TestAppKernel.php 33 19 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php 88 63 28
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php 23 33 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolClearCommandTest.php 47 28 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolDeleteCommandTest.php 101 56 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolInvalidateTagsCommandTest.php 132 45 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePruneCommandTest.php 82 41 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.php 35 23 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php 58 34 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsListCommandTest.php 55 10 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsRemoveCommandTest.php 40 13 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsSetCommandTest.php 35 11 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php 176 125 34
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandCompletionTest.php 111 62 30
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php 86 153 28
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/WorkflowDumpCommandTest.php 35 17 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/XliffLintCommandTest.php 62 42 24
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/YamlLintCommandTest.php 64 59 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php 211 113 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 29 191 36
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php 23 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php 18 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php 309 128 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php 39 38 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php 18 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php 385 194 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php 109 67 31
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php 303 137 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php 76 34 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php 55 24 19
/src/Symfony/Bundle/FrameworkBundle/Tests/DataCollector/RouterDataCollectorTest.php 46 15 7
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php 74 76 25
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TestServiceContainerRefPassesTest.php 65 22 7
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php 35 20 13
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php 18 27 7
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php 149 229 31
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php 18 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php 52 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 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_transport.php 5 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 5 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 16 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 1210 498 74
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php 208 50 13
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php 26 19 11
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php 22 13 10
/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 9 9
/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 27 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/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 13 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 13 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractWebTestCase.php 49 44 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ApiAttributesTest.php 412 120 37
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php 42 17 10
/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 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/DefaultConfigTestExtension.php 15 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/DependencyInjection/ExtensionWithoutConfigTestExtension.php 28 25 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/ExtensionWithoutConfigTestBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/Entity/LegacyPerson.php 16 7 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 16 7 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/ModernBundle.php 18 8 8
/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 23 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php 33 62 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/EmailController.php 22 19 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php 57 52 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/HttpClientController.php 19 13 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/NotificationController.php 14 10 8
/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 16 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php 74 53 27
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php 53 40 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestServiceResolutionController.php 34 24 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/TransController.php 18 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/UidController.php 40 49 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 18 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php 40 20 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Slugger/SlugConstructArgService.php 25 7 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php 38 9 7
/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 21 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransConstructArgService.php 25 6 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransMethodCallsService.php 25 7 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransPropertyService.php 20 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransSubscriberService.php 32 12 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/BundlePathsTest.php 49 36 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CacheAttributeListenerTest.php 71 77 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolClearCommandTest.php 99 50 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolListCommandTest.php 49 17 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php 38 51 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php 244 76 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php 135 43 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php 263 155 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php 19 11 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php 136 55 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Extension/TestDumpExtension.php 33 15 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php 40 17 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/HttpClientTest.php 27 29 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/MailerTest.php 86 70 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/NotificationTest.php 27 26 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php 60 30 10
/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 30 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RoutingConditionServiceTest.php 27 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SchedulerTest.php 81 27 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SecurityTest.php 36 47 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php 28 31 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php 147 39 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SluggerLocaleAwareTest.php 24 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php 29 9 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TestServiceContainerTest.php 68 40 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TranslationDebugCommandTest.php 23 9 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/UidTest.php 77 65 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php 58 83 35
/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 67 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php 120 77 36
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php 91 61 29
/src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php 71 38 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php 25 28 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableCompiledUrlMatcherTest.php 46 28 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php 534 341 30
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/DotenvVaultTest.php 14 40 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/SodiumVaultTest.php 14 28 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/TestBrowserTokenTest.php 14 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php 337 332 25
/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php 184 141 35
/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php 117 75 34
/src/Symfony/Bundle/FullStack.php 19 1 1
/src/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php 32 19 14
/src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php 225 117 40
/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php 111 142 45
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php 55 25 18
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php 33 28 14
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedLazyListener.php 47 15 13
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php 39 7 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php 16 8 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php 68 16 13
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php 38 22 13
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/CleanRememberMeVerifierPass.php 24 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePass.php 46 21 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php 29 18 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php 58 27 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php 38 10 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterLdapLocatorPass.php 30 13 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php 38 21 13
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php 34 14 13
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php 48 20 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php 225 160 33
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php 58 36 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php 47 28 19
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/ServiceTokenHandlerFactory.php 25 19 13
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/TokenHandlerFactoryInterface.php 25 6 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php 46 52 23
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php 76 88 37
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php 42 4 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php 25 28 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.php 30 1 1
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php 41 19 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php 28 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php 41 23 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php 73 36 18
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php 42 18 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php 25 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php 35 17 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php 147 57 27
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php 33 66 27
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php 173 106 40
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php 44 26 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php 26 23 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/StatelessAuthenticatorFactoryInterface.php 27 4 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php 45 29 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php 45 29 22
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php 48 37 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php 29 4 2
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php 1059 635 71
/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php 50 27 18
/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php 39 12 10
/src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php 36 20 12
/src/Symfony/Bundle/SecurityBundle/RememberMe/DecoratedRememberMeHandler.php 34 15 8
/src/Symfony/Bundle/SecurityBundle/RememberMe/FirewallAwareRememberMeHandler.php 37 24 10
/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.php 18 3 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/console.php 18 2 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/debug_console.php 18 3 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/password_hasher.php 51 4 3
/src/Symfony/Bundle/SecurityBundle/Resources/config/security.php 305 48 8
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.php 165 42 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php 102 33 9
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php 68 14 5
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_remember_me.php 99 31 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.php 40 4 4
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.php 172 53 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.php 19 5 3
/src/Symfony/Bundle/SecurityBundle/Routing/LogoutRouteLoader.php 24 20 15
/src/Symfony/Bundle/SecurityBundle/Security.php 60 99 40
/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php 39 27 15
/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php 103 106 16
/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php 28 28 5
/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php 28 26 13
/src/Symfony/Bundle/SecurityBundle/Security/LazyFirewallContext.php 49 24 16
/src/Symfony/Bundle/SecurityBundle/Security/UserAuthenticator.php 37 17 12
/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php 102 22 9
/src/Symfony/Bundle/SecurityBundle/Tests/CacheWarmer/ExpressionCacheWarmerTest.php 28 12 9
/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php 464 263 43
/src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php 137 50 19
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php 15 29 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php 69 51 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSessionDomainConstraintPassTest.php 147 39 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePassTest.php 35 26 12
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterEntryPointsPassTest.php 89 67 23
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php 56 62 20
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterTokenUsageTrackingPassTest.php 53 28 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/SortFirewallListenersPassTest.php 104 85 22
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php 333 143 30
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php 20 22 12
/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 139 47 13
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php 22 15 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php 92 59 23
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php 140 57 18
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/LoginLinkFactoryTest.php 43 10 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php 794 265 31
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php 20 18 12
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php 22 16 11
/src/Symfony/Bundle/SecurityBundle/Tests/EventListener/VoteListenerTest.php 38 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php 23 45 27
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php 236 210 19
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php 21 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php 48 56 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AutowiringTypesTest.php 33 12 9
/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 13 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 14 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 17 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ApiAuthenticator.php 55 51 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/AuthenticatorBundle.php 20 8 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/DummyFormLoginFactory.php 21 11 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/LoginFormAuthenticator.php 50 31 21
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ProfileController.php 22 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php 24 15 11
/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 45 34 18
/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 26 22
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/DependencyInjection/EventExtension.php 20 8 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventBundle.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventSubscriber/TestSubscriber.php 24 17 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php 23 18 14
/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 19 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php 51 51 21
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php 63 42 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php 21 12 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php 21 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php 31 12 9
/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 14 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 17 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/LoginLink/TestCustomLoginLinkSuccessHandler.php 22 17 16
/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 23 27 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/UserChangingUserProvider.php 31 29 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/DependencyInjection/RequestTrackerExtension.php 20 8 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/EventSubscriber/RequestTrackerSubscriber.php 22 18 11
/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 26 27 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/TestBundle.php 21 10 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php 35 73 22
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/EventAliasTest.php 41 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php 26 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php 25 49 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginLdapTest.php 14 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginTest.php 43 33 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php 26 33 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LoginLinkAuthenticationTest.php 34 17 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LogoutTest.php 92 49 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/MissingUserProviderTest.php 14 6 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeCookieTest.php 30 13 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeTest.php 96 45 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php 47 98 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php 136 176 47
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php 83 32 17
/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 57 23 13
/src/Symfony/Bundle/SecurityBundle/Tests/Routing/LogoutRouteLoaderTest.php 17 16 8
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php 54 36 6
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php 29 17 9
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallMapTest.php 94 35 18
/src/Symfony/Bundle/SecurityBundle/Tests/Security/UserAuthenticatorTest.php 29 11 9
/src/Symfony/Bundle/SecurityBundle/Tests/SecurityTest.php 43 136 21
/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php 45 39 24
/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php 23 16 11
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php 54 40 11
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/RuntimeLoaderPass.php 37 11 11
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php 29 10 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php 45 15 12
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php 36 69 22
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php 45 38 18
/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php 159 118 38
/src/Symfony/Bundle/TwigBundle/Resources/config/console.php 19 9 4
/src/Symfony/Bundle/TwigBundle/Resources/config/form.php 28 7 4
/src/Symfony/Bundle/TwigBundle/Resources/config/importmap.php 20 2 2
/src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php 20 3 3
/src/Symfony/Bundle/TwigBundle/Resources/config/twig.php 171 79 8
/src/Symfony/Bundle/TwigBundle/TemplateIterator.php 47 40 19
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/AcmeBundle/AcmeBundle.php 16 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php 34 19 9
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php 31 33 10
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php 34 36 12
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php 29 16 6
/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 96 29
/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php 70 44 18
/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php 88 46 20
/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php 22 17 7
/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/TwigBundle/TwigBundle.php 30 15 10
/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php 57 18 12
/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php 156 153 43
/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php 66 57 21
/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php 159 80 30
/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php 23 7 7
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php 39 9 8
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php 60 31 16
/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php 87 90 42
/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php 91 216 53
/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php 43 28 19
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.php 86 27 6
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php 19 6 3
/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php 164 216 34
/src/Symfony/Bundle/WebProfilerBundle/Tests/Csp/ContentSecurityPolicyHandlerTest.php 212 44 12
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php 74 17 9
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php 47 82 30
/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php 42 144 18
/src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php 91 50 20
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php 28 36 19
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php 108 60 22
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/IconTest.php 35 26 15
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/MinifyTest.php 14 11 7
/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/WebProfilerBundle/Tests/Twig/WebProfilerExtensionTest.php 40 27 16
/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php 93 82 35
/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php 21 6 6
/src/Symfony/Component/Asset/Context/ContextInterface.php 29 2 1
/src/Symfony/Component/Asset/Context/NullContext.php 19 4 3
/src/Symfony/Component/Asset/Context/RequestStackContext.php 25 18 10
/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 13 12
/src/Symfony/Component/Asset/Packages.php 72 32 17
/src/Symfony/Component/Asset/PathPackage.php 39 20 16
/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php 14 7 5
/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php 14 15 5
/src/Symfony/Component/Asset/Tests/PackageTest.php 30 22 12
/src/Symfony/Component/Asset/Tests/PackagesTest.php 33 30 11
/src/Symfony/Component/Asset/Tests/PathPackageTest.php 63 38 12
/src/Symfony/Component/Asset/Tests/UrlPackageTest.php 104 56 13
/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php 14 5 4
/src/Symfony/Component/Asset/Tests/VersionStrategy/JsonManifestVersionStrategyTest.php 34 55 18
/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php 33 18 12
/src/Symfony/Component/Asset/UrlPackage.php 83 43 31
/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php 19 7 6
/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php 89 86 35
/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php 43 16 13
/src/Symfony/Component/AssetMapper/AssetMapper.php 27 49 26
/src/Symfony/Component/AssetMapper/AssetMapperCompiler.php 23 23 16
/src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php 105 95 48
/src/Symfony/Component/AssetMapper/AssetMapperInterface.php 24 6 2
/src/Symfony/Component/AssetMapper/AssetMapperRepository.php 32 79 31
/src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php 37 93 36
/src/Symfony/Component/AssetMapper/Command/DebugAssetMapperCommand.php 101 46 25
/src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php 63 107 40
/src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php 31 43 25
/src/Symfony/Component/AssetMapper/Command/ImportMapOutdatedCommand.php 32 61 36
/src/Symfony/Component/AssetMapper/Command/ImportMapRemoveCommand.php 28 31 22
/src/Symfony/Component/AssetMapper/Command/ImportMapRequireCommand.php 34 75 37
/src/Symfony/Component/AssetMapper/Command/ImportMapUpdateCommand.php 32 44 30
/src/Symfony/Component/AssetMapper/Command/VersionProblemCommandTrait.php 22 8 6
/src/Symfony/Component/AssetMapper/CompiledAssetMapperConfigReader.php 32 23 15
/src/Symfony/Component/AssetMapper/Compiler/AssetCompilerInterface.php 33 6 3
/src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php 41 47 32
/src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php 205 115 49
/src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php 27 17 13
/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 52 31
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php 30 90 35
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactoryInterface.php 18 2 2
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php 24 41 24
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php 40 74 39
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php 57 15 13
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php 21 70 25
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php 27 96 35
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php 26 78 39
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAudit.php 16 21 14
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAuditVulnerability.php 16 46 11
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php 36 105 45
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapType.php 14 1 1
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php 59 50 27
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php 105 87 45
/src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php 24 27 9
/src/Symfony/Component/AssetMapper/ImportMap/PackageRequireOptions.php 23 30 12
/src/Symfony/Component/AssetMapper/ImportMap/PackageUpdateInfo.php 22 34 17
/src/Symfony/Component/AssetMapper/ImportMap/PackageVersionProblem.php 18 24 9
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php 127 68 30
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php 87 57 23
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php 147 168 49
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/PackageResolverInterface.php 42 4 3
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/ResolvedImportMapPackage.php 19 22 11
/src/Symfony/Component/AssetMapper/MappedAsset.php 60 35 12
/src/Symfony/Component/AssetMapper/MapperAwareAssetPackage.php 23 17 14
/src/Symfony/Component/AssetMapper/Path/LocalPublicAssetsFilesystem.php 39 13 11
/src/Symfony/Component/AssetMapper/Path/PublicAssetsPathResolver.php 18 6 5
/src/Symfony/Component/AssetMapper/Tests/AssetMapperCompilerTest.php 37 57 19
/src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php 76 25 6
/src/Symfony/Component/AssetMapper/Tests/AssetMapperRepositoryTest.php 14 40 11
/src/Symfony/Component/AssetMapper/Tests/AssetMapperTest.php 69 38 19
/src/Symfony/Component/AssetMapper/Tests/Command/AssetMapperCompileCommandTest.php 86 59 19
/src/Symfony/Component/AssetMapper/Tests/Command/DebugAssetsMapperCommandTest.php 23 11 7
/src/Symfony/Component/AssetMapper/Tests/CompiledAssetMapperConfigReaderTest.php 50 31 16
/src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php 125 53 23
/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php 657 211 34
/src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php 30 36 21
/src/Symfony/Component/AssetMapper/Tests/Factory/CachedMappedAssetFactoryTest.php 123 78 24
/src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php 173 115 37
/src/Symfony/Component/AssetMapper/Tests/Fixtures/AssetMapperTestAppKernel.php 35 23 13
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapAuditorTest.php 119 56 28
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapConfigReaderTest.php 103 71 28
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntriesTest.php 50 21 8
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntryTest.php 52 40 12
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapGeneratorTest.php 788 441 45
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php 89 215 57
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php 200 49 15
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php 121 131 36
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php 274 95 28
/src/Symfony/Component/AssetMapper/Tests/ImportMap/JavaScriptImportTest.php 14 8 5
/src/Symfony/Component/AssetMapper/Tests/ImportMap/PackageUpdateInfoTest.php 37 38 13
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageDownloaderTest.php 124 89 24
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php 95 57 20
/src/Symfony/Component/AssetMapper/Tests/ImportMap/Resolver/JsDelivrEsmResolverTest.php 50 124 32
/src/Symfony/Component/AssetMapper/Tests/MappedAssetTest.php 37 26 15
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageIntegrationTest.php 25 6 5
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageTest.php 64 22 13
/src/Symfony/Component/AssetMapper/Tests/Path/LocalPublicAssetsFilesystemTest.php 27 25 14
/src/Symfony/Component/AssetMapper/Tests/Path/PublicAssetsPathResolverTest.php 21 6 5
/src/Symfony/Component/BrowserKit/AbstractBrowser.php 378 311 68
/src/Symfony/Component/BrowserKit/Cookie.php 163 132 39
/src/Symfony/Component/BrowserKit/CookieJar.php 183 83 29
/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 24 21 11
/src/Symfony/Component/BrowserKit/HttpBrowser.php 97 79 41
/src/Symfony/Component/BrowserKit/Request.php 19 31 10
/src/Symfony/Component/BrowserKit/Response.php 102 47 28
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserCookieValueSame.php 37 41 23
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserHasCookie.php 33 31 19
/src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php 448 200 25
/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php 24 229 23
/src/Symfony/Component/BrowserKit/Tests/CookieTest.php 35 170 21
/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php 93 59 9
/src/Symfony/Component/BrowserKit/Tests/HttpBrowserTest.php 202 92 22
/src/Symfony/Component/BrowserKit/Tests/RequestTest.php 15 28 6
/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php 106 51 15
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserCookieValueSameTest.php 36 26 15
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserHasCookieTest.php 51 48 16
/src/Symfony/Component/BrowserKit/Tests/TestClient.php 27 21 14
/src/Symfony/Component/BrowserKit/Tests/TestHttpClient.php 50 38 21
/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php 140 127 59
/src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php 293 174 58
/src/Symfony/Component/Cache/Adapter/AdapterInterface.php 27 6 5
/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php 67 62 37
/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php 255 243 78
/src/Symfony/Component/Cache/Adapter/ChainAdapter.php 91 115 47
/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php 74 111 49
/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php 68 125 53
/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php 146 240 63
/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php 25 15 13
/src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php 188 148 50
/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php 98 184 75
/src/Symfony/Component/Cache/Adapter/NullAdapter.php 40 83 31
/src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php 31 11 11
/src/Symfony/Component/Cache/Adapter/PdoAdapter.php 132 202 69
/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php 350 249 79
/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php 74 210 72
/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php 83 135 53
/src/Symfony/Component/Cache/Adapter/Psr16Adapter.php 69 35 22
/src/Symfony/Component/Cache/Adapter/RedisAdapter.php 17 14 12
/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php 256 192 65
/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php 158 154 58
/src/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php 30 3 3
/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php 52 172 47
/src/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php 29 12 10
/src/Symfony/Component/Cache/CacheItem.php 187 110 46
/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php 143 82 30
/src/Symfony/Component/Cache/DependencyInjection/CacheCollectorPass.php 42 33 18
/src/Symfony/Component/Cache/DependencyInjection/CachePoolClearerPass.php 30 11 10
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php 139 123 44
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php 46 16 14
/src/Symfony/Component/Cache/Exception/CacheException.php 15 7 4
/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php 14 7 4
/src/Symfony/Component/Cache/Exception/LogicException.php 15 7 4
/src/Symfony/Component/Cache/LockRegistry.php 158 87 44
/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php 84 71 41
/src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php 39 20 19
/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php 37 4 4
/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php 63 25 20
/src/Symfony/Component/Cache/Marshaller/TagAwareMarshaller.php 73 46 29
/src/Symfony/Component/Cache/Messenger/EarlyExpirationDispatcher.php 37 40 26
/src/Symfony/Component/Cache/Messenger/EarlyExpirationHandler.php 54 33 19
/src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php 32 53 28
/src/Symfony/Component/Cache/PruneableInterface.php 19 1 1
/src/Symfony/Component/Cache/Psr16Cache.php 193 166 52
/src/Symfony/Component/Cache/ResettableInterface.php 19 1 1
/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTestCase.php 40 45 30
/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php 39 174 45
/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php 109 94 20
/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php 79 69 24
/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php 64 146 23
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php 34 30 21
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php 35 34 23
/src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php 144 128 35
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php 28 13 8
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemTagAwareAdapterTest.php 20 5 5
/src/Symfony/Component/Cache/Tests/Adapter/MaxIdLengthAdapterTest.php 90 43 15
/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php 174 116 42
/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php 30 12 9
/src/Symfony/Component/Cache/Tests/Adapter/NullAdapterTest.php 98 38 13
/src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php 73 59 28
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterTest.php 90 70 38
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterWithFallbackTest.php 35 19 16
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterAppendOnlyTest.php 22 8 8
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterTest.php 32 16 12
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php 33 18 9
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php 41 51 13
/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php 19 12 9
/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php 27 11 9
/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 65 40 25
/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php 66 37 30
/src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php 39 22 15
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php 16 22 9
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php 53 48 16
/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php 19 8 7
/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php 60 25 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 39 24 11
/src/Symfony/Component/Cache/Tests/Adapter/RelayAdapterTest.php 31 30 15
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php 198 139 28
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php 61 48 13
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareTestTrait.php 21 36 5
/src/Symfony/Component/Cache/Tests/Adapter/TraceableAdapterTest.php 67 37 16
/src/Symfony/Component/Cache/Tests/Adapter/TraceableTagAwareAdapterTest.php 30 9 8
/src/Symfony/Component/Cache/Tests/CacheItemTest.php 37 38 13
/src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php 75 48 18
/src/Symfony/Component/Cache/Tests/DependencyInjection/CacheCollectorPassTest.php 73 28 10
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php 58 40 12
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php 249 154 13
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPrunerPassTest.php 39 28 12
/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php 37 38 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 26 11 10
/src/Symfony/Component/Cache/Tests/Marshaller/DefaultMarshallerTest.php 85 44 17
/src/Symfony/Component/Cache/Tests/Marshaller/DeflateMarshallerTest.php 34 16 9
/src/Symfony/Component/Cache/Tests/Marshaller/SodiumMarshallerTest.php 59 27 10
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationDispatcherTest.php 63 71 29
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationHandlerTest.php 42 30 21
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationMessageTest.php 28 30 15
/src/Symfony/Component/Cache/Tests/Psr16CacheProxyTest.php 38 37 20
/src/Symfony/Component/Cache/Tests/Psr16CacheTest.php 54 82 31
/src/Symfony/Component/Cache/Tests/Psr16CacheWithExternalAdapter.php 28 14 12
/src/Symfony/Component/Cache/Tests/Traits/RedisProxiesTest.php 62 48 13
/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php 59 44 14
/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php 171 188 70
/src/Symfony/Component/Cache/Traits/ContractsTrait.php 101 74 38
/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php 159 110 49
/src/Symfony/Component/Cache/Traits/FilesystemTrait.php 60 55 24
/src/Symfony/Component/Cache/Traits/ProxyTrait.php 31 8 7
/src/Symfony/Component/Cache/Traits/Redis5Proxy.php 1159 2868 25
/src/Symfony/Component/Cache/Traits/Redis6Proxy.php 289 3703 32
/src/Symfony/Component/Cache/Traits/RedisCluster5Proxy.php 924 2271 25
/src/Symfony/Component/Cache/Traits/RedisCluster6Proxy.php 54 3221 32
/src/Symfony/Component/Cache/Traits/RedisClusterNodeProxy.php 27 30 17
/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 519 96
/src/Symfony/Component/Cache/Traits/RelayProxy.php 79 3864 32
/src/Symfony/Component/Cache/Traits/ValueWrapper.php 24 53 29
/src/Symfony/Component/Clock/Clock.php 79 43 27
/src/Symfony/Component/Clock/ClockAwareTrait.php 27 13 10
/src/Symfony/Component/Clock/ClockInterface.php 23 7 5
/src/Symfony/Component/Clock/DatePoint.php 36 83 25
/src/Symfony/Component/Clock/MockClock.php 36 44 26
/src/Symfony/Component/Clock/MonotonicClock.php 83 57 36
/src/Symfony/Component/Clock/NativeClock.php 57 35 28
/src/Symfony/Component/Clock/Resources/now.php 14 5 5
/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php 37 33 19
/src/Symfony/Component/Clock/Tests/ClockAwareTraitTest.php 23 18 10
/src/Symfony/Component/Clock/Tests/ClockBeforeClassTest.php 27 30 15
/src/Symfony/Component/Clock/Tests/ClockTest.php 64 46 13
/src/Symfony/Component/Clock/Tests/DatePointTest.php 29 15 9
/src/Symfony/Component/Clock/Tests/MockClockTest.php 25 60 16
/src/Symfony/Component/Clock/Tests/MonotonicClockTest.php 61 34 12
/src/Symfony/Component/Clock/Tests/NativeClockTest.php 25 31 11
/src/Symfony/Component/Config/Builder/ClassBuilder.php 61 67 28
/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php 354 265 52
/src/Symfony/Component/Config/Builder/ConfigBuilderInterface.php 29 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 43 12 10
/src/Symfony/Component/Config/ConfigCacheFactory.php 25 9 9
/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php 29 1 1
/src/Symfony/Component/Config/ConfigCacheInterface.php 26 5 5
/src/Symfony/Component/Config/Definition/ArrayNode.php 288 131 42
/src/Symfony/Component/Config/Definition/BaseNode.php 337 199 54
/src/Symfony/Component/Config/Definition/BooleanNode.php 36 21 14
/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php 36 156 50
/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php 26 14 12
/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php 30 19 15
/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php 199 90 27
/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 23 14
/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php 92 50 27
/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php 34 145 34
/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php 19 1 1
/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php 25 23 16
/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php 24 35 17
/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php 41 3 2
/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php 26 3 3
/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php 29 18 12
/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php 23 11 10
/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php 14 10 6
/src/Symfony/Component/Config/Definition/Configuration.php 27 26 16
/src/Symfony/Component/Config/Definition/Configurator/DefinitionConfigurator.php 24 45 27
/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php 130 133 52
/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php 244 164 46
/src/Symfony/Component/Config/Definition/EnumNode.php 77 60 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 38 20 15
/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 14
/src/Symfony/Component/Config/Definition/IntegerNode.php 23 17 14
/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 49 23
/src/Symfony/Component/Config/Definition/Processor.php 75 30 17
/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php 166 126 58
/src/Symfony/Component/Config/Definition/ScalarNode.php 43 23 16
/src/Symfony/Component/Config/Definition/VariableNode.php 27 57 26
/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/FileLocator.php 86 28 21
/src/Symfony/Component/Config/FileLocatorInterface.php 35 6 6
/src/Symfony/Component/Config/Loader/DelegatingLoader.php 40 17 12
/src/Symfony/Component/Config/Loader/DirectoryAwareLoaderInterface.php 21 1 1
/src/Symfony/Component/Config/Loader/FileLoader.php 106 130 56
/src/Symfony/Component/Config/Loader/GlobFileLoader.php 21 20 12
/src/Symfony/Component/Config/Loader/Loader.php 44 31 15
/src/Symfony/Component/Config/Loader/LoaderInterface.php 33 9 5
/src/Symfony/Component/Config/Loader/LoaderResolver.php 39 14 13
/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 96 42
/src/Symfony/Component/Config/Resource/ComposerResource.php 55 19 15
/src/Symfony/Component/Config/Resource/DirectoryResource.php 84 26 18
/src/Symfony/Component/Config/Resource/FileExistenceResource.php 26 9 8
/src/Symfony/Component/Config/Resource/FileResource.php 25 15 15
/src/Symfony/Component/Config/Resource/GlobResource.php 169 140 50
/src/Symfony/Component/Config/Resource/ReflectionClassResource.php 103 71 37
/src/Symfony/Component/Config/Resource/ResourceInterface.php 19 1 1
/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php 42 19 15
/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php 27 1 1
/src/Symfony/Component/Config/ResourceCheckerConfigCache.php 160 57 35
/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php 27 9 9
/src/Symfony/Component/Config/ResourceCheckerInterface.php 33 2 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.config.php 32 22 5
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.output.php 16 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.php 80 10 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php 45 34 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php 31 22 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php 40 58 23
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php 45 36 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 46 29
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php 56 49 27
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.config.php 26 3 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.output.php 13 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.php 43 12 11
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BarConfig.php 79 35 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 36 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php 65 85 33
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.config.php 18 8 4
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.output.php 15 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.php 54 10 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php 59 43 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php 31 34 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php 65 44 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php 56 48 26
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.config.php 19 5 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.php 30 11 10
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php 70 45 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.config.php 19 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 15 14
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php 112 73 21
/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 57 16
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php 51 34 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php 51 35 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php 31 25 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php 31 23 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php 26 62 30
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php 71 43 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php 82 131 38
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.config.php 15 2 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.php 17 10 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php 22 29 23
/src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php 204 53 25
/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php 25 7 7
/src/Symfony/Component/Config/Tests/ConfigCacheTest.php 99 40 17
/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php 263 167 23
/src/Symfony/Component/Config/Tests/Definition/BaseNodeTest.php 44 14 9
/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php 40 27 14
/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php 130 166 27
/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php 24 16 9
/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php 40 44 9
/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php 162 148 25
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php 86 23 10
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeDefinitionTest.php 22 9 7
/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php 86 42 10
/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php 180 65 9
/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php 33 14 11
/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php 29 12 8
/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php 29 74 13
/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php 42 14 10
/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php 66 27 14
/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php 40 25 13
/src/Symfony/Component/Config/Tests/Definition/Loader/DefinitionFileLoaderTest.php 24 20 11
/src/Symfony/Component/Config/Tests/Definition/MergeTest.php 32 41 8
/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php 215 87 20
/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php 357 123 14
/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php 70 78 20
/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php 90 28 8
/src/Symfony/Component/Config/Tests/FileLocatorTest.php 46 30 11
/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 7 7
/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php 15 5 5
/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php 26 12 11
/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php 16 2 2
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNode.php 30 48 16
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNodeDefinition.php 6 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php 101 14 14
/src/Symfony/Component/Config/Tests/Fixtures/Loader/node_simple.php 6 3 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 41 35 12
/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php 68 98 34
/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php 32 17 10
/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php 112 67 27
/src/Symfony/Component/Config/Tests/Resource/ClassExistenceResourceTest.php 70 43 17
/src/Symfony/Component/Config/Tests/Resource/ComposerResourceTest.php 24 16 12
/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php 66 88 24
/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php 30 36 14
/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php 31 39 15
/src/Symfony/Component/Config/Tests/Resource/GlobResourceTest.php 214 85 15
/src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php 54 116 47
/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php 20 7 7
/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php 56 62 16
/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php 213 107 27
/src/Symfony/Component/Config/Util/Exception/InvalidXmlException.php 20 1 1
/src/Symfony/Component/Config/Util/XmlUtils.php 263 128 47
/src/Symfony/Component/Console/Application.php 943 573 100
/src/Symfony/Component/Console/Attribute/AsCommand.php 20 34 25
/src/Symfony/Component/Console/CI/GithubActionReporter.php 90 56 21
/src/Symfony/Component/Console/Color.php 66 47 19
/src/Symfony/Component/Console/Command/Command.php 322 270 73
/src/Symfony/Component/Console/Command/CompleteCommand.php 155 124 46
/src/Symfony/Component/Console/Command/DumpCompletionCommand.php 39 60 38
/src/Symfony/Component/Console/Command/HelpCommand.php 38 22 15
/src/Symfony/Component/Console/Command/LazyCommand.php 126 155 28
/src/Symfony/Component/Console/Command/ListCommand.php 35 19 12
/src/Symfony/Component/Console/Command/LockableTrait.php 61 22 17
/src/Symfony/Component/Console/Command/SignalableCommandInterface.php 31 8 5
/src/Symfony/Component/Console/Command/TraceableCommand.php 285 237 50
/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php 27 4 3
/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php 43 16 11
/src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php 45 14 11
/src/Symfony/Component/Console/Completion/CompletionInput.php 72 82 41
/src/Symfony/Component/Console/Completion/CompletionSuggestions.php 31 12 6
/src/Symfony/Component/Console/Completion/Output/BashCompletionOutput.php 20 9 8
/src/Symfony/Component/Console/Completion/Output/CompletionOutputInterface.php 24 1 1
/src/Symfony/Component/Console/Completion/Output/FishCompletionOutput.php 20 9 8
/src/Symfony/Component/Console/Completion/Output/ZshCompletionOutput.php 34 10 9
/src/Symfony/Component/Console/Completion/Suggestion.php 32 20 15
/src/Symfony/Component/Console/ConsoleEvents.php 24 7 3
/src/Symfony/Component/Console/Cursor.php 173 64 17
/src/Symfony/Component/Console/DataCollector/CommandDataCollector.php 45 90 21
/src/Symfony/Component/Console/Debug/CliRequest.php 23 38 24
/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php 117 51 24
/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php 79 44 21
/src/Symfony/Component/Console/Descriptor/Descriptor.php 35 17 10
/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php 23 1 1
/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php 114 92 25
/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php 64 129 35
/src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php 255 169 48
/src/Symfony/Component/Console/Descriptor/TextDescriptor.php 255 167 43
/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php 197 149 32
/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php 42 9 7
/src/Symfony/Component/Console/Event/ConsoleErrorEvent.php 28 12 10
/src/Symfony/Component/Console/Event/ConsoleEvent.php 29 17 6
/src/Symfony/Component/Console/Event/ConsoleSignalEvent.php 40 26 16
/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php 26 15 11
/src/Symfony/Component/Console/EventListener/ErrorListener.php 86 43 24
/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 19 10 10
/src/Symfony/Component/Console/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Console/Formatter/NullOutputFormatter.php 42 29 14
/src/Symfony/Component/Console/Formatter/NullOutputFormatterStyle.php 19 23 9
/src/Symfony/Component/Console/Formatter/OutputFormatter.php 145 118 47
/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php 46 9 5
/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php 64 41 17
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php 39 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 94 57 23
/src/Symfony/Component/Console/Helper/DescriptorHelper.php 82 27 16
/src/Symfony/Component/Console/Helper/Dumper.php 53 42 25
/src/Symfony/Component/Console/Helper/FormatterHelper.php 45 41 21
/src/Symfony/Component/Console/Helper/Helper.php 138 91 27
/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 8 8
/src/Symfony/Component/Console/Helper/OutputWrapper.php 72 22 16
/src/Symfony/Component/Console/Helper/ProcessHelper.php 51 80 36
/src/Symfony/Component/Console/Helper/ProgressBar.php 521 270 65
/src/Symfony/Component/Console/Helper/ProgressIndicator.php 186 104 36
/src/Symfony/Component/Console/Helper/QuestionHelper.php 311 322 78
/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php 53 40 20
/src/Symfony/Component/Console/Helper/Table.php 84 405 74
/src/Symfony/Component/Console/Helper/TableCell.php 55 30 15
/src/Symfony/Component/Console/Helper/TableCellStyle.php 70 47 23
/src/Symfony/Component/Console/Helper/TableRows.php 26 7 7
/src/Symfony/Component/Console/Helper/TableSeparator.php 21 4 4
/src/Symfony/Component/Console/Helper/TableStyle.php 58 73 14
/src/Symfony/Component/Console/Input/ArgvInput.php 274 140 50
/src/Symfony/Component/Console/Input/ArrayInput.php 40 86 38
/src/Symfony/Component/Console/Input/Input.php 88 82 36
/src/Symfony/Component/Console/Input/InputArgument.php 51 64 27
/src/Symfony/Component/Console/Input/InputAwareInterface.php 25 1 1
/src/Symfony/Component/Console/Input/InputDefinition.php 236 112 28
/src/Symfony/Component/Console/Input/InputInterface.php 54 31 12
/src/Symfony/Component/Console/Input/InputOption.php 95 121 35
/src/Symfony/Component/Console/Input/StreamableInputInterface.php 36 3 2
/src/Symfony/Component/Console/Input/StringInput.php 35 35 20
/src/Symfony/Component/Console/Logger/ConsoleLogger.php 62 34 20
/src/Symfony/Component/Console/Messenger/RunCommandContext.php 19 23 10
/src/Symfony/Component/Console/Messenger/RunCommandMessage.php 25 19 12
/src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php 38 27 19
/src/Symfony/Component/Console/Output/AnsiColorMode.php 72 41 17
/src/Symfony/Component/Console/Output/BufferedOutput.php 36 9 9
/src/Symfony/Component/Console/Output/ConsoleOutput.php 90 66 30
/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php 27 3 1
/src/Symfony/Component/Console/Output/ConsoleSectionOutput.php 53 83 35
/src/Symfony/Component/Console/Output/NullOutput.php 80 42 19
/src/Symfony/Component/Console/Output/Output.php 99 38 19
/src/Symfony/Component/Console/Output/OutputInterface.php 87 14 5
/src/Symfony/Component/Console/Output/StreamOutput.php 53 37 23
/src/Symfony/Component/Console/Output/TrimmedBufferOutput.php 33 27 21
/src/Symfony/Component/Console/Question/ChoiceQuestion.php 33 60 32
/src/Symfony/Component/Console/Question/ConfirmationQuestion.php 30 13 12
/src/Symfony/Component/Console/Question/Question.php 146 111 32
/src/Symfony/Component/Console/SignalRegistry/SignalMap.php 34 16 15
/src/Symfony/Component/Console/SignalRegistry/SignalRegistry.php 18 12 9
/src/Symfony/Component/Console/SingleCommandApplication.php 64 31 18
/src/Symfony/Component/Console/Style/OutputStyle.php 58 51 17
/src/Symfony/Component/Console/Style/StyleInterface.php 74 35 11
/src/Symfony/Component/Console/Style/SymfonyStyle.php 297 240 64
/src/Symfony/Component/Console/Terminal.php 149 104 37
/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 74 24 16
/src/Symfony/Component/Console/Tester/Constraint/CommandIsSuccessful.php 41 24 15
/src/Symfony/Component/Console/Tester/TesterTrait.php 99 77 32
/src/Symfony/Component/Console/Tests/ApplicationTest.php 2369 1323 77
/src/Symfony/Component/Console/Tests/CI/GithubActionReporterTest.php 25 33 20
/src/Symfony/Component/Console/Tests/ColorTest.php 70 24 7
/src/Symfony/Component/Console/Tests/Command/CommandTest.php 182 314 38
/src/Symfony/Component/Console/Tests/Command/CompleteCommandTest.php 79 61 23
/src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php 31 9 8
/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php 86 44 14
/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php 130 71 17
/src/Symfony/Component/Console/Tests/Command/LockableTraitTest.php 24 20 15
/src/Symfony/Component/Console/Tests/Command/SingleCommandApplicationTest.php 25 11 8
/src/Symfony/Component/Console/Tests/CommandLoader/ContainerCommandLoaderTest.php 45 38 10
/src/Symfony/Component/Console/Tests/CommandLoader/FactoryCommandLoaderTest.php 44 37 10
/src/Symfony/Component/Console/Tests/Completion/CompletionInputTest.php 42 37 12
/src/Symfony/Component/Console/Tests/Completion/Output/BashCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/CompletionOutputTestCase.php 33 29 12
/src/Symfony/Component/Console/Tests/Completion/Output/FishCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/ZshCompletionOutputTest.php 29 9 5
/src/Symfony/Component/Console/Tests/ConsoleEventsTest.php 38 45 26
/src/Symfony/Component/Console/Tests/CursorTest.php 189 122 21
/src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php 85 142 23
/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTestCase.php 37 58 18
/src/Symfony/Component/Console/Tests/Descriptor/ApplicationDescriptionTest.php 34 16 12
/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php 30 30 18
/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php 28 20 11
/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php 43 38 7
/src/Symfony/Component/Console/Tests/Descriptor/ReStructuredTextDescriptorTest.php 20 19 10
/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php 29 23 12
/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php 18 12 8
/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php 126 95 31
/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php 5 8 8
/src/Symfony/Component/Console/Tests/Fixtures/BarHiddenCommand.php 7 12 9
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php 14 4 4
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php 23 12 6
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php 22 6 6
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php 14 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php 14 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand3.php 14 6 6
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand4.php 14 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php 14 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php 21 7 4
/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 25 21 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 31 23 13
/src/Symfony/Component/Console/Tests/Fixtures/FooHiddenCommand.php 7 12 9
/src/Symfony/Component/Console/Tests/Fixtures/FooLock2Command.php 22 21 15
/src/Symfony/Component/Console/Tests/Fixtures/FooLockCommand.php 8 16 11
/src/Symfony/Component/Console/Tests/Fixtures/FooOptCommand.php 33 23 13
/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 19 14 11
/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php 10 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php 11 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php 16 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php 11 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php 12 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php 13 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php 16 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php 13 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php 14 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php 12 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_18.php 4 8 6
/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 11 13 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_20.php 11 8 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_21.php 10 9 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_22.php 18 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_23.php 9 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 14 15 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php 28 15 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php 28 13 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php 15 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php 12 11 7
/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 10 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php 3 12 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/progress/command_progress_iterate.php 11 9 8
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering.php 20 13 10
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php 19 13 10
/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php 28 18 10
/src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php 21 25 19
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterStyleTest.php 32 24 7
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterTest.php 28 14 8
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php 65 41 11
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php 100 49 14
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php 278 129 30
/src/Symfony/Component/Console/Tests/Helper/AbstractQuestionHelperTestCase.php 26 12 10
/src/Symfony/Component/Console/Tests/Helper/DescriptorHelperTest.php 14 6 5
/src/Symfony/Component/Console/Tests/Helper/DumperNativeFallbackTest.php 22 19 9
/src/Symfony/Component/Console/Tests/Helper/DumperTest.php 48 18 9
/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php 116 24 7
/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php 69 43 19
/src/Symfony/Component/Console/Tests/Helper/HelperTest.php 51 20 10
/src/Symfony/Component/Console/Tests/Helper/OutputWrapperTest.php 29 12 11
/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php 43 37 23
/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php 760 751 48
/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php 163 119 25
/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php 866 501 43
/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php 61 167 28
/src/Symfony/Component/Console/Tests/Helper/TableCellStyleTest.php 22 7 7
/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php 19 5 5
/src/Symfony/Component/Console/Tests/Helper/TableTest.php 1242 259 35
/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php 379 408 21
/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php 28 93 16
/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php 82 108 21
/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php 41 229 26
/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php 206 253 21
/src/Symfony/Component/Console/Tests/Input/InputTest.php 41 102 15
/src/Symfony/Component/Console/Tests/Input/StringInputTest.php 82 29 15
/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php 102 78 30
/src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php 44 50 22
/src/Symfony/Component/Console/Tests/Output/AnsiColorModeTest.php 84 46 10
/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php 14 18 7
/src/Symfony/Component/Console/Tests/Output/ConsoleSectionOutputTest.php 84 190 21
/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php 28 31 10
/src/Symfony/Component/Console/Tests/Output/OutputTest.php 87 102 24
/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php 40 40 19
/src/Symfony/Component/Console/Tests/Question/ChoiceQuestionTest.php 42 54 19
/src/Symfony/Component/Console/Tests/Question/ConfirmationQuestionTest.php 33 18 12
/src/Symfony/Component/Console/Tests/Question/QuestionTest.php 225 198 25
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalMapTest.php 31 7 5
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalRegistryTest.php 26 23 9
/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php 176 112 33
/src/Symfony/Component/Console/Tests/TerminalTest.php 135 90 30
/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php 59 75 18
/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php 41 153 22
/src/Symfony/Component/Console/Tests/Tester/Constraint/CommandIsSuccessfulTest.php 40 21 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 36 14
/src/Symfony/Component/CssSelector/Node/ClassNode.php 45 13 11
/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php 59 13 9
/src/Symfony/Component/CssSelector/Node/ElementNode.php 45 27 14
/src/Symfony/Component/CssSelector/Node/FunctionNode.php 60 24 17
/src/Symfony/Component/CssSelector/Node/HashNode.php 45 11 9
/src/Symfony/Component/CssSelector/Node/NegationNode.php 45 11 8
/src/Symfony/Component/CssSelector/Node/PseudoNode.php 45 11 9
/src/Symfony/Component/CssSelector/Node/SelectorNode.php 40 24 15
/src/Symfony/Component/CssSelector/Node/Specificity.php 32 16 7
/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php 31 10 10
/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php 29 3 3
/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php 49 17 12
/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php 49 17 12
/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php 47 16 12
/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php 47 27 16
/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php 38 13 10
/src/Symfony/Component/CssSelector/Parser/Parser.php 197 226 53
/src/Symfony/Component/CssSelector/Parser/ParserInterface.php 33 2 2
/src/Symfony/Component/CssSelector/Parser/Reader.php 63 21 11
/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php 42 11 9
/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php 39 10 9
/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php 38 9 8
/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php 42 11 9
/src/Symfony/Component/CssSelector/Parser/Token.php 75 49 18
/src/Symfony/Component/CssSelector/Parser/TokenStream.php 39 37 19
/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php 70 20 8
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php 59 24 13
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php 33 31 6
/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php 32 18 8
/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTestCase.php 33 14 7
/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php 28 17 6
/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php 26 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 27 13 6
/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php 26 24 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTestCase.php 59 23 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php 22 20 11
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php 21 18 8
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php 32 25 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php 20 19 8
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php 21 21 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php 31 20 10
/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php 39 126 21
/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php 21 28 10
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php 35 14 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php 35 14 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php 14 6 6
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php 35 14 11
/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php 69 83 11
/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php 177 109 19
/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php 46 10 2
/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php 62 79 17
/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php 28 25 8
/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php 66 1 1
/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php 52 61 24
/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php 169 56 14
/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php 164 103 24
/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php 118 57 12
/src/Symfony/Component/CssSelector/XPath/Translator.php 108 82 30
/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php 31 3 2
/src/Symfony/Component/CssSelector/XPath/XPathExpr.php 68 31 22
/src/Symfony/Component/DependencyInjection/Alias.php 82 29 19
/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 42 20
/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php 21 3 3
/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php 36 57 33
/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php 35 17 11
/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php 25 8 8
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php 35 35 24
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php 39 17 12
/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php 22 72 22
/src/Symfony/Component/DependencyInjection/Attribute/AsAlias.php 22 19 14
/src/Symfony/Component/DependencyInjection/Attribute/AsDecorator.php 19 21 13
/src/Symfony/Component/DependencyInjection/Attribute/AsTaggedItem.php 22 22 14
/src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php 22 94 17
/src/Symfony/Component/DependencyInjection/Attribute/AutoconfigureTag.php 28 7 7
/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php 60 68 29
/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php 48 44 30
/src/Symfony/Component/DependencyInjection/Attribute/AutowireDecorated.php 15 2 2
/src/Symfony/Component/DependencyInjection/Attribute/AutowireIterator.php 25 20 12
/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php 68 44 25
/src/Symfony/Component/DependencyInjection/Attribute/AutowireServiceClosure.php 25 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 31
/src/Symfony/Component/DependencyInjection/Attribute/When.php 22 10 10
/src/Symfony/Component/DependencyInjection/ChildDefinition.php 62 22 16
/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php 44 142 50
/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php 53 36 23
/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php 76 86 35
/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php 60 59 27
/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php 23 13 11
/src/Symfony/Component/DependencyInjection/Compiler/AutowireAsDecoratorPass.php 16 15 12
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php 521 506 95
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php 83 28 27
/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 17 13
/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php 38 28 13
/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php 70 55 31
/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php 30 15 13
/src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php 300 135 51
/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php 75 30 21
/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php 28 1 1
/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php 122 44 29
/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php 35 36 24
/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php 22 5 5
/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php 55 78 39
/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php 74 114 45
/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php 194 33 12
/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php 124 72 36
/src/Symfony/Component/DependencyInjection/Compiler/RegisterAutoconfigureAttributesPass.php 75 29 22
/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php 68 33 23
/src/Symfony/Component/DependencyInjection/Compiler/RegisterReverseContainerPass.php 48 18 14
/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php 93 99 33
/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php 19 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveBuildParametersPass.php 23 7 7
/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php 23 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php 34 24 18
/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php 64 38 28
/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php 42 84 31
/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php 64 125 36
/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php 16 12 10
/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php 85 43 24
/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 20 16
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php 130 87 47
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php 44 50 35
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php 29 44 29
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNoPreloadPass.php 35 26 19
/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php 52 40 29
/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php 41 26 23
/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php 48 23 20
/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php 27 12 12
/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php 35 42 29
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php 91 39 21
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php 25 38 15
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php 29 28 12
/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php 94 37 22
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResource.php 25 10 9
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php 38 15 15
/src/Symfony/Component/DependencyInjection/Container.php 220 216 56
/src/Symfony/Component/DependencyInjection/ContainerBuilder.php 1026 724 116
/src/Symfony/Component/DependencyInjection/ContainerInterface.php 63 24 9
/src/Symfony/Component/DependencyInjection/Definition.php 298 225 43
/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 98 35
/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php 1060 1227 122
/src/Symfony/Component/DependencyInjection/Dumper/Preloader.php 54 67 31
/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php 413 136 51
/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php 249 198 60
/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php 24 1 1
/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php 161 204 63
/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 8 7
/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 30 16 14
/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php 57 74 21
/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php 32 19 14
/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php 58 37 17
/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php 33 16 10
/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php 39 44 17
/src/Symfony/Component/DependencyInjection/Extension/AbstractExtension.php 29 24 13
/src/Symfony/Component/DependencyInjection/Extension/ConfigurableExtensionInterface.php 26 2 1
/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php 29 2 2
/src/Symfony/Component/DependencyInjection/Extension/Extension.php 117 39 24
/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php 46 1 1
/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php 45 40 17
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php 31 3 2
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.php 28 18 15
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php 15 11 8
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php 28 12 6
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php 137 99 41
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php 25 28 13
/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php 34 33 23
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php 37 53 29
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.php 55 52 15
/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 134 34
/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php 45 26 19
/src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php 38 88 16
/src/Symfony/Component/DependencyInjection/Loader/Configurator/FromCallableConfigurator.php 40 11 11
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InlineServiceConfigurator.php 36 15 9
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InstanceofConfigurator.php 46 17 14
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php 35 15 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/PrototypeConfigurator.php 84 49 24
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ReferenceConfigurator.php 55 12 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServiceConfigurator.php 59 28 15
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php 79 106 42
/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 11 11
/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 47 21 15
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php 23 8 8
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php 32 10 9
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PropertyTrait.php 21 6 6
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PublicTrait.php 19 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 12 10
/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php 28 28 21
/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php 286 196 69
/src/Symfony/Component/DependencyInjection/Loader/GlobFileLoader.php 21 21 15
/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php 87 50 31
/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php 84 100 50
/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php 106 422 84
/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php 645 694 81
/src/Symfony/Component/DependencyInjection/Parameter.php 21 5 5
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php 38 17 14
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php 40 14 6
/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php 143 78 35
/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php 29 40 19
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php 142 91 40
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php 82 28 11
/src/Symfony/Component/DependencyInjection/Reference.php 21 7 5
/src/Symfony/Component/DependencyInjection/ReverseContainer.php 34 29 20
/src/Symfony/Component/DependencyInjection/ServiceLocator.php 108 97 41
/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php 19 1 1
/src/Symfony/Component/DependencyInjection/Tests/AliasTest.php 84 44 13
/src/Symfony/Component/DependencyInjection/Tests/Argument/AbstractArgumentTest.php 14 5 5
/src/Symfony/Component/DependencyInjection/Tests/Argument/RewindableGeneratorTest.php 19 12 9
/src/Symfony/Component/DependencyInjection/Tests/Argument/TaggedIteratorArgumentTest.php 119 59 12
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireCallableTest.php 28 90 13
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireLocatorTest.php 43 23 10
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireTest.php 32 64 17
/src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php 43 89 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AbstractRecursivePassTest.php 69 109 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AliasDeprecatedPublicServicesPassTest.php 61 23 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php 140 82 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AttributeAutoconfigurationPassTest.php 19 25 15
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php 57 49 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php 987 610 33
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php 20 30 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredPropertiesPassTest.php 19 13 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckArgumentsValidityPassTest.php 59 30 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php 121 61 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php 56 83 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php 61 53 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php 36 16 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php 600 347 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CustomExpressionLanguageFunctionTest.php 31 16 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php 132 108 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DefinitionErrorExceptionPassTest.php 62 36 8
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php 70 31 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php 348 120 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php 1214 402 48
/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php 129 125 27
/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PassConfigTest.php 36 15 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PriorityTaggedServiceTraitTest.php 185 91 25
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterAutoconfigureAttributesPassTest.php 48 31 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php 81 38 20
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterReverseContainerPassTest.php 72 44 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php 49 374 37
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveBuildParametersPassTest.php 23 13 8
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php 125 60 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php 20 21 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php 36 130 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php 289 182 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveClassPassTest.php 36 43 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveFactoryClassPassTest.php 49 42 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveHotPathPassTest.php 41 13 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php 387 176 25
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php 121 44 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNamedArgumentsPassTest.php 228 119 20
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNoPreloadPassTest.php 31 9 6
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php 39 90 21
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php 84 98 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php 32 75 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php 28 102 24
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php 392 163 34
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceCheckerTest.php 48 32 13
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceTest.php 38 15 11
/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php 1037 1291 62
/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php 346 315 40
/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php 22 32 16
/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php 24 293 15
/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php 40 37 17
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php 733 1223 72
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PreloaderTest.php 14 44 9
/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php 68 139 29
/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php 70 139 27
/src/Symfony/Component/DependencyInjection/Tests/EnvVarProcessorTest.php 960 533 40
/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php 14 11 10
/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php 45 23 17
/src/Symfony/Component/DependencyInjection/Tests/Extension/AbstractExtensionTest.php 31 73 17
/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php 86 41 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php 29 30 20
/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 15 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomMethodAttribute.php 17 15 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomParameterAttribute.php 17 15 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomPropertyAttribute.php 17 14 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureAttributed.php 7 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 18 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Bar.php 27 40 18
/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 17 16 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php 16 8 7
/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 48 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 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Foo.php 7 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 16 22 13
/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 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DeprecatedClass.php 16 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/Configuration.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/InvalidConfigExtension.php 10 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/Configuration.php 14 13 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/SemiValidConfigExtension.php 10 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/Configuration.php 10 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/ValidConfigExtension.php 14 16 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php 20 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 12 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 12 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleArgumentBindings.php 10 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php 20 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 16 14 9
/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 18 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 27 17
/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 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/StaticConstructor/PrototypeStaticConstructorAsArgument.php 7 10 10
/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 8 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 16 9 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php 29 26 22
/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 21 20 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php 20 22 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumer.php 18 16 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethod.php 9 16 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 9 17 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultPriorityMethod.php 9 16 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumer.php 19 18 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerConsumer.php 21 11 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerFactory.php 20 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php 10 19 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 10 20 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php 10 19 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithServiceSubscriber.php 23 37 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithoutIndex.php 19 15 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService1.php 17 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService2.php 16 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3.php 22 21 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3Configurator.php 16 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php 37 42 15
/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 17 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php 14 39 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php 13 14 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php 14 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php 13 15 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberTrait.php 14 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php 13 14 11
/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 18 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WitherStaticReturnType.php 13 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/anonymous.php 5 7 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/basic.php 10 7 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/child.php 22 16 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/closure.php 9 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/config_builder.php 5 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/defaults.php 18 12 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/foo.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/multiple/bar.php 6 2 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/multiple/baz.php 6 2 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_configurator.php 9 6 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_param.php 6 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/expression_factory.php 6 6 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/factory_short_notation.php 7 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/from_callable.php 9 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_binding.php 19 14 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_static_constructor.php 9 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof.php 17 14 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof_static_constructor.php 9 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/lazy_fqcn.php 6 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/nested_bundle_config.php 6 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/object.php 12 10 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/php7.php 5 10 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype.php 20 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype_array.php 20 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/remove.php 9 9 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services.php 7 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services9.php 10 65 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_autoconfigure_with_parent.php 7 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_closure_argument.php 6 7 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_enumeration.php 18 12 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_service_locator_argument.php 33 10 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/stack.php 32 17 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/static_constructor.php 6 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/when_env.php 5 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php 10 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php 3 7 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php 9 8 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php 7 5 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php 9 8 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php 12 9 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php 7 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php 7 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php 7 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php 6 18 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php 12 15 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container33.php 9 6 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container34.php 9 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php 4 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php 4 112 12
/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 81 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_deprecated_parameters.php 6 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_env_in_id.php 10 13 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_inline_requires.php 15 11 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_non_scalar_tags.php 4 13 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_service_locator_argument.php 42 15 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_uninitialized_ref.php 37 20 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php 3 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php 13 25 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 38 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php 15 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php 211 425 44
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes_80.php 47 197 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php 86 168 43
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/compositetype_classes.php 11 18 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php 30 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php 36 57 19
/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 21 24 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php 37 49 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php 34 39 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php 30 41 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php 39 50 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php 28 31 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php 23 30 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php 28 32 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php 28 26 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php 40 66 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php 90 74 40
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php 40 72 32
/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 31 25 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php 63 63 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php 68 69 36
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php 39 35 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php 109 72 38
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php 29 31 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php 108 67 38
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php 30 42 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php 55 58 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php 356 240 49
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php 69 56 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php 203 228 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php 293 285 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php 36 62 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php 81 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php 31 53 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php 81 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php 35 39 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php 32 99 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php 55 46 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php 83 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php 35 69 36
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php 42 73 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php 356 235 48
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php 48 63 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php 53 39 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php 82 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php 46 89 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php 34 35 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php 41 59 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php 34 51 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php 29 64 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php 60 56 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php 40 39 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php 54 35 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php 81 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php 117 65 37
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php 63 68 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php 38 54 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php 30 50 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php 58 76 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php 85 77 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php 81 47 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php 34 32 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php 29 37 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy.php 39 56 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy_non_shared.php 34 58 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php 34 30 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php 3 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php 34 33 22
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php 33 10 8
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/LazyServiceDumperTest.php 77 24 14
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php 28 7 6
/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php 22 23 14
/src/Symfony/Component/DependencyInjection/Tests/Loader/Configurator/EnvConfiguratorTest.php 28 25 13
/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php 61 47 15
/src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php 380 227 38
/src/Symfony/Component/DependencyInjection/Tests/Loader/GlobFileLoaderTest.php 41 42 29
/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php 58 79 29
/src/Symfony/Component/DependencyInjection/Tests/Loader/LoaderResolverTest.php 57 40 17
/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php 14 138 23
/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php 83 979 46
/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php 151 985 43
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php 45 30 14
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php 121 95 16
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php 79 32 10
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php 79 203 25
/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php 14 7 5
/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php 15 7 5
/src/Symfony/Component/DependencyInjection/Tests/ServiceLocatorTest.php 43 71 28
/src/Symfony/Component/DependencyInjection/TypedReference.php 23 22 11
/src/Symfony/Component/DependencyInjection/Variable.php 29 6 6
/src/Symfony/Component/DomCrawler/AbstractUriElement.php 81 50 29
/src/Symfony/Component/DomCrawler/Crawler.php 1007 429 79
/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php 202 96 42
/src/Symfony/Component/DomCrawler/Field/FileFormField.php 31 47 22
/src/Symfony/Component/DomCrawler/Field/FormField.php 22 43 17
/src/Symfony/Component/DomCrawler/Field/InputFormField.php 29 10 6
/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php 26 6 6
/src/Symfony/Component/DomCrawler/Form.php 446 165 54
/src/Symfony/Component/DomCrawler/FormFieldRegistry.php 96 47 31
/src/Symfony/Component/DomCrawler/Image.php 21 12 10
/src/Symfony/Component/DomCrawler/Link.php 28 6 5
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php 29 27 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php 28 24 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php 20 22 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php 19 27 17
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorExists.php 26 17 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextContains.php 30 22 14
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextSame.php 28 20 14
/src/Symfony/Component/DomCrawler/Tests/AbstractCrawlerTestCase.php 949 469 42
/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php 283 281 21
/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php 37 52 19
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php 28 32 9
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php 14 11 9
/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php 29 17 8
/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php 29 16 9
/src/Symfony/Component/DomCrawler/Tests/FormTest.php 55 392 35
/src/Symfony/Component/DomCrawler/Tests/Html5ParserCrawlerTest.php 74 36 15
/src/Symfony/Component/DomCrawler/Tests/ImageTest.php 59 33 15
/src/Symfony/Component/DomCrawler/Tests/LinkTest.php 68 70 17
/src/Symfony/Component/DomCrawler/Tests/NativeParserCrawlerTest.php 40 13 8
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextContainsTest.php 35 36 16
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextSameTest.php 35 26 15
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorAttributeValueSameTest.php 31 18 13
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorExistsTest.php 31 18 13
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextContainsTest.php 33 24 12
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextSameTest.php 30 17 13
/src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php 22 18 10
/src/Symfony/Component/DomCrawler/UriResolver.php 56 47 22
/src/Symfony/Component/Dotenv/Command/DebugCommand.php 164 67 36
/src/Symfony/Component/Dotenv/Command/DotenvDumpCommand.php 108 63 36
/src/Symfony/Component/Dotenv/Dotenv.php 124 213 68
/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 22 9
/src/Symfony/Component/Dotenv/Exception/PathException.php 19 6 6
/src/Symfony/Component/Dotenv/Tests/Command/DebugCommandTest.php 242 47 16
/src/Symfony/Component/Dotenv/Tests/Command/DotenvDumpCommandTest.php 69 44 16
/src/Symfony/Component/Dotenv/Tests/DotenvTest.php 78 386 30
/src/Symfony/Component/ErrorHandler/BufferingLogger.php 25 29 16
/src/Symfony/Component/ErrorHandler/Debug.php 21 21 13
/src/Symfony/Component/ErrorHandler/DebugClassLoader.php 168 828 92
/src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php 16 5 5
/src/Symfony/Component/ErrorHandler/Error/FatalError.php 47 34 26
/src/Symfony/Component/ErrorHandler/Error/OutOfMemoryError.php 14 2 2
/src/Symfony/Component/ErrorHandler/Error/UndefinedFunctionError.php 16 5 5
/src/Symfony/Component/ErrorHandler/Error/UndefinedMethodError.php 16 5 5
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php 42 84 41
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php 19 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php 47 50 25
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php 30 30 20
/src/Symfony/Component/ErrorHandler/ErrorHandler.php 630 492 91
/src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php 35 16 13
/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php 23 2 2
/src/Symfony/Component/ErrorHandler/ErrorRenderer/FileLinkFormatter.php 84 95 36
/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php 164 235 61
/src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php 64 33 23
/src/Symfony/Component/ErrorHandler/Exception/FlattenException.php 60 203 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 4 9 6
/src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php 1 40 8
/src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php 5 27 7
/src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php 14 23 13
/src/Symfony/Component/ErrorHandler/Resources/views/trace.html.php 14 49 8
/src/Symfony/Component/ErrorHandler/Resources/views/traces.html.php 43 36 9
/src/Symfony/Component/ErrorHandler/Resources/views/traces_text.html.php 9 33 9
/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php 70 347 43
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php 51 53 33
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php 37 13 12
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php 36 11 10
/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php 582 276 50
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php 105 42 15
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php 22 36 22
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php 32 20 16
/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php 289 95 22
/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 31 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 47 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 12 9 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface2.php 10 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 23 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 10 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 10 9
/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 47 98 14
/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 17 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 19 10
/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 124 164 51
/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 52 94 37
/src/Symfony/Component/EventDispatcher/DependencyInjection/AddEventAliasesPass.php 22 4 4
/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 94 84 39
/src/Symfony/Component/EventDispatcher/EventDispatcher.php 45 112 32
/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php 53 6 2
/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php 48 1 1
/src/Symfony/Component/EventDispatcher/GenericEvent.php 28 58 25
/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 48 67 24
/src/Symfony/Component/EventDispatcher/Tests/ChildEventDispatcherTest.php 24 8 7
/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 282 264 26
/src/Symfony/Component/EventDispatcher/Tests/Debug/WrappedListenerTest.php 63 49 25
/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 278 239 26
/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 66 302 38
/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 99 55 15
/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 68 44 18
/src/Symfony/Component/ExpressionLanguage/Compiler.php 108 63 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 70 28
/src/Symfony/Component/ExpressionLanguage/Lexer.php 80 54 21
/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php 23 8 7
/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php 80 36 26
/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php 186 85 38
/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php 43 12 8
/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php 77 28 21
/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php 62 17 13
/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php 71 66 26
/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php 36 17 13
/src/Symfony/Component/ExpressionLanguage/Node/Node.php 67 49 25
/src/Symfony/Component/ExpressionLanguage/Node/NullCoalesceNode.php 39 17 12
/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php 48 17 14
/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php 23 3 3
/src/Symfony/Component/ExpressionLanguage/Parser.php 382 163 39
/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php 13 7 6
/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php 35 10 9
/src/Symfony/Component/ExpressionLanguage/SyntaxError.php 34 16 11
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionFunctionTest.php 24 12 9
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php 377 201 40
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php 14 7 6
/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 17 13
/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php 32 75 16
/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTestCase.php 22 28 10
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php 25 13 8
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php 31 44 15
/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php 222 301 15
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php 27 28 5
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php 18 32 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php 34 37 15
/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php 47 109 20
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php 32 16 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php 22 12 8
/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php 39 28 5
/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php 22 8 7
/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php 252 310 22
/src/Symfony/Component/ExpressionLanguage/Token.php 56 33 14
/src/Symfony/Component/ExpressionLanguage/TokenStream.php 24 33 20
/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php 32 17 13
/src/Symfony/Component/Filesystem/Exception/IOException.php 21 15 9
/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 306 66
/src/Symfony/Component/Filesystem/Path.php 797 227 54
/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php 44 13 6
/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php 1832 464 36
/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php 115 78 34
/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php 31 24 15
/src/Symfony/Component/Filesystem/Tests/PathTest.php 405 181 24
/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 44 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 266 47
/src/Symfony/Component/Finder/Gitignore.php 81 52 22
/src/Symfony/Component/Finder/Glob.php 74 48 15
/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php 49 10 10
/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php 41 8 8
/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php 44 10 10
/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php 73 42 23
/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 42 14 12
/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php 29 10 9
/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php 28 9 8
/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 11 10
/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php 86 48 28
/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 41 8 8
/src/Symfony/Component/Finder/Iterator/SortableIterator.php 87 43 20
/src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php 50 56 30
/src/Symfony/Component/Finder/SplFileInfo.php 71 29 17
/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php 66 23 11
/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php 31 32 12
/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php 32 37 12
/src/Symfony/Component/Finder/Tests/FinderOpenBasedirTest.php 46 14 10
/src/Symfony/Component/Finder/Tests/FinderTest.php 1603 423 31
/src/Symfony/Component/Finder/Tests/GitignoreTest.php 432 67 18
/src/Symfony/Component/Finder/Tests/GlobTest.php 20 53 12
/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php 36 24 15
/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php 25 13 8
/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php 23 19 10
/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php 24 15 9
/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php 70 22 12
/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php 52 34 10
/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php 30 14 8
/src/Symfony/Component/Finder/Tests/Iterator/InnerNameIterator.php 16 9 6
/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php 46 20 12
/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php 67 48 11
/src/Symfony/Component/Finder/Tests/Iterator/LazyIteratorTest.php 19 20 13
/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php 18 9 9
/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php 92 74 25
/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php 56 31 17
/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php 44 28 10
/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php 106 64 31
/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php 18 9 7
/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php 51 28 13
/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php 23 49 16
/src/Symfony/Component/Finder/Tests/Iterator/VcsIgnoredFilterIteratorTest.php 328 34 19
/src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php 75 110 47
/src/Symfony/Component/Form/AbstractType.php 55 24 8
/src/Symfony/Component/Form/Button.php 186 194 36
/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php 167 63 33
/src/Symfony/Component/Form/ChoiceList/ChoiceList.php 41 149 18
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/AbstractStaticOption.php 46 21 15
/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 27 17 7
/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 113 150 38
/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php 84 27 8
/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php 55 174 48
/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php 155 115 29
/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php 81 23 10
/src/Symfony/Component/Form/ChoiceList/Loader/AbstractChoiceLoader.php 34 34 19
/src/Symfony/Component/Form/ChoiceList/Loader/CallbackChoiceLoader.php 21 9 9
/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php 53 6 2
/src/Symfony/Component/Form/ChoiceList/Loader/FilterChoiceLoaderDecorator.php 62 33 20
/src/Symfony/Component/Form/ChoiceList/Loader/IntlCallbackChoiceLoader.php 22 14 9
/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php 40 10 9
/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php 25 10 8
/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php 25 21 10
/src/Symfony/Component/Form/Command/DebugCommand.php 102 167 45
/src/Symfony/Component/Form/Console/Descriptor/Descriptor.php 126 103 33
/src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php 70 49 23
/src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php 125 118 51
/src/Symfony/Component/Form/Console/Helper/DescriptorHelper.php 29 8 7
/src/Symfony/Component/Form/DependencyInjection/FormPass.php 56 56 25
/src/Symfony/Component/Form/Event/PostSetDataEvent.php 25 12 12
/src/Symfony/Component/Form/Event/PostSubmitEvent.php 25 12 12
/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 48 23 11
/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php 16 6 6
/src/Symfony/Component/Form/Extension/Core/CoreExtension.php 38 25 13
/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php 25 44 17
/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php 33 20 11
/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php 81 62 29
/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php 28 18 12
/src/Symfony/Component/Form/Extension/Core/DataMapper/DataMapper.php 38 29 19
/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php 28 21 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php 31 25 15
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php 55 27 15
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php 51 19 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php 37 14 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php 53 15 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php 48 16 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php 89 59 30
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php 88 34 22
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php 33 18 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php 173 43 21
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php 93 34 24
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php 143 65 30
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php 72 23 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php 129 32 21
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php 72 20 13
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php 74 33 20
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php 36 29 20
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php 33 30 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php 41 30 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php 100 89 35
/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php 120 85 37
/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php 42 22 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php 67 25 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php 71 26 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php 34 14 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php 36 41 16
/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php 44 17 15
/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php 64 27 22
/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php 45 46 24
/src/Symfony/Component/Form/Extension/Core/EventListener/TransformationFailureListener.php 32 23 18
/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php 37 13 12
/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php 47 88 21
/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php 19 20 14
/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php 29 12 10
/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php 37 39 21
/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php 407 176 41
/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php 69 72 24
/src/Symfony/Component/Form/Extension/Core/Type/ColorType.php 63 35 22
/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php 25 23 16
/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php 50 20 15
/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php 113 151 29
/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php 165 137 33
/src/Symfony/Component/Form/Extension/Core/Type/DateType.php 205 182 39
/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php 19 13 11
/src/Symfony/Component/Form/Extension/Core/Type/EnumType.php 44 20 13
/src/Symfony/Component/Form/Extension/Core/Type/FileType.php 169 103 47
/src/Symfony/Component/Form/Extension/Core/Type/FormType.php 45 118 31
/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php 31 9 7
/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php 31 32 16
/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php 43 31 20
/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php 25 20 15
/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php 131 76 30
/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php 46 50 18
/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php 21 24 18
/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php 35 41 14
/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php 19 13 11
/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php 19 13 11
/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php 44 39 12
/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php 29 7 7
/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php 19 13 11
/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php 29 26 18
/src/Symfony/Component/Form/Extension/Core/Type/TelType.php 19 13 11
/src/Symfony/Component/Form/Extension/Core/Type/TextType.php 51 31 17
/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php 23 15 12
/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php 41 206 41
/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php 28 52 26
/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php 31 15 11
/src/Symfony/Component/Form/Extension/Core/Type/UlidType.php 31 12 8
/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php 33 37 19
/src/Symfony/Component/Form/Extension/Core/Type/UuidType.php 31 12 8
/src/Symfony/Component/Form/Extension/Core/Type/WeekType.php 33 88 26
/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php 39 20 10
/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php 28 40 23
/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php 77 72 28
/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php 14 5 5
/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php 61 17 11
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php 268 125 48
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php 82 4 4
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php 134 67 18
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php 14 1 1
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php 96 39 13
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php 36 10 8
/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php 35 9 9
/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php 40 34 20
/src/Symfony/Component/Form/Extension/HtmlSanitizer/HtmlSanitizerExtension.php 24 16 12
/src/Symfony/Component/Form/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtension.php 27 34 24
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php 14 7 7
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php 54 72 34
/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php 32 15 13
/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php 31 40 26
/src/Symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.php 24 11 11
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/FormTypePasswordHasherExtension.php 25 18 15
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtension.php 27 30 23
/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php 29 10 8
/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php 32 83 43
/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php 29 16 13
/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php 27 13 10
/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php 40 45 29
/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php 34 13 11
/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php 21 5 5
/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php 42 23 18
/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php 30 31 15
/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php 272 117 32
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php 58 28 20
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php 20 8 7
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php 237 114 47
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php 28 3 3
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php 188 75 34
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php 19 4 4
/src/Symfony/Component/Form/Form.php 568 252 62
/src/Symfony/Component/Form/FormBuilder.php 185 84 31
/src/Symfony/Component/Form/FormEvents.php 29 10 5
/src/Symfony/Component/Form/FormRegistry.php 103 55 30
/src/Symfony/Component/Form/Forms.php 68 9 8
/src/Symfony/Component/Form/Guess/Guess.php 14 13 10
/src/Symfony/Component/Form/Guess/TypeGuess.php 43 12 7
/src/Symfony/Component/Form/Guess/ValueGuess.php 21 17 9
/src/Symfony/Component/Form/Test/FormBuilderInterface.php 16 3 3
/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php 23 23 10
/src/Symfony/Component/Form/Test/FormInterface.php 16 1 1
/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php 30 16 14
/src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php 36 19 14
/src/Symfony/Component/Form/Test/TypeTestCase.php 42 22 16
/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php 42 22 14
/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTestCase.php 103 276 50
/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php 37 27 12
/src/Symfony/Component/Form/Tests/ButtonTest.php 60 29 13
/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php 14 9 7
/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTestCase.php 58 86 21
/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php 50 84 14
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/Cache/ChoiceLoaderTest.php 31 12 9
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php 203 272 18
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php 392 492 37
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php 216 105 11
/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php 96 71 15
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/CallbackChoiceLoaderTest.php 81 40 19
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/FilterChoiceLoaderDecoratorTest.php 36 47 12
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/IntlCallbackChoiceLoaderTest.php 62 35 17
/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php 140 84 28
/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php 44 13 7
/src/Symfony/Component/Form/Tests/CompoundFormTest.php 951 420 34
/src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 122 165 40
/src/Symfony/Component/Form/Tests/Console/Descriptor/JsonDescriptorTest.php 18 12 8
/src/Symfony/Component/Form/Tests/Console/Descriptor/TextDescriptorTest.php 18 12 8
/src/Symfony/Component/Form/Tests/DependencyInjection/FormPassTest.php 121 100 20
/src/Symfony/Component/Form/Tests/Extension/Core/CoreExtensionTest.php 15 8 5
/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/DataMapperTest.php 194 204 24
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php 67 33 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTestCase.php 20 14 8
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php 54 33 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php 33 46 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php 71 30 11
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php 37 11 6
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalTestCase.php 18 6 6
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToArrayTransformerTest.php 279 75 11
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToStringTransformerTest.php 35 43 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformerTest.php 33 20 9
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php 333 150 15
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php 23 71 19
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php 53 159 25
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php 129 85 27
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php 20 61 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php 120 40 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeZoneToStringTransformerTest.php 42 13 6
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php 130 74 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformerTest.php 51 12 6
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php 21 47 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php 34 181 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php 90 162 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php 20 31 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/Traits/DateTimeEqualsTrait.php 19 4 3
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UlidToStringTransformerTest.php 21 32 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UuidToStringTransformerTest.php 26 21 6
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php 128 50 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/WeekToArrayTransformerTest.php 104 30 12
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php 37 24 11
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php 28 15 10
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php 28 13 10
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php 24 18 12
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTestCase.php 39 88 23
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php 100 125 19
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php 14 8 5
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTestCase.php 260 85 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php 23 6 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php 69 35 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php 165 53 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php 32 7 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php 175 376 32
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTranslationTest.php 22 19 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php 551 119 22
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ColorTypeTest.php 85 35 17
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php 99 59 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php 31 39 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateIntervalTypeTest.php 182 101 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php 464 162 25
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php 868 219 25
/src/Symfony/Component/Form/Tests/Extension/Core/Type/EnumTypeTest.php 274 101 20
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ExtendedChoiceTypeTest.php 58 25 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php 106 100 25
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php 886 226 35
/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php 73 43 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php 139 67 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php 47 39 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php 123 40 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php 235 61 17
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php 23 23 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PercentTypeTest.php 80 21 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php 217 68 20
/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php 72 14 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php 35 23 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php 843 176 24
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php 149 57 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UlidTypeTest.php 28 14 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php 78 16 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UuidTypeTest.php 28 12 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/WeekTypeTest.php 85 72 13
/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php 83 28 13
/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php 158 102 23
/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php 26 10 9
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php 237 110 23
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php 364 69 21
/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php 34 25 10
/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php 91 40 18
/src/Symfony/Component/Form/Tests/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtensionTest.php 17 15 7
/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php 25 44 16
/src/Symfony/Component/Form/Tests/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtensionTest.php 178 68 26
/src/Symfony/Component/Form/Tests/Extension/Type/ItemFileType.php 21 7 6
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php 499 173 23
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php 26 10 8
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php 268 238 34
/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php 164 143 35
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTestCase.php 25 21 9
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BirthdayTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CheckboxTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ChoiceTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CollectionTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ColorTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CountryTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CurrencyTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateIntervalTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTimeTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/EmailTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FileTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php 70 31 12
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/HiddenTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/IntegerTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LanguageTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LocaleTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/MoneyTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/NumberTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PasswordTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PercentTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RadioTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RangeTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RepeatedTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SearchTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php 22 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TelTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimeTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimezoneTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php 49 38 18
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UrlTypeValidatorExtensionTest.php 28 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php 43 12 7
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php 178 103 29
/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 699 34
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php 22 62 18
/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php 12 9 7
/src/Symfony/Component/Form/Tests/Fixtures/Answer.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/ArrayChoiceLoader.php 7 5 5
/src/Symfony/Component/Form/Tests/Fixtures/Author.php 35 55 17
/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php 11 12 8
/src/Symfony/Component/Form/Tests/Fixtures/BlockPrefixedFooTextType.php 19 9 9
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php 23 15 13
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceTypeExtension.php 21 12 10
/src/Symfony/Component/Form/Tests/Fixtures/ConfigurableFormType.php 19 10 8
/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 21 9
/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php 26 20 14
/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php 58 26 14
/src/Symfony/Component/Form/Tests/Fixtures/FixedTranslator.php 25 21 15
/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 5 5
/src/Symfony/Component/Form/Tests/Fixtures/FooType.php 18 4 4
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php 24 15 9
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php 19 12 9
/src/Symfony/Component/Form/Tests/Fixtures/FormWithSameParentType.php 18 5 5
/src/Symfony/Component/Form/Tests/Fixtures/LazyChoiceTypeExtension.php 22 12 9
/src/Symfony/Component/Form/Tests/Fixtures/Map.php 23 20 10
/src/Symfony/Component/Form/Tests/Fixtures/NotMappedType.php 19 7 7
/src/Symfony/Component/Form/Tests/Fixtures/NullFormTypeGuesser.php 25 49 11
/src/Symfony/Component/Form/Tests/Fixtures/Number.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBar.php 18 5 5
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBaz.php 18 5 5
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeFoo.php 18 5 5
/src/Symfony/Component/Form/Tests/Fixtures/RepeatedPasswordField.php 26 12 12
/src/Symfony/Component/Form/Tests/Fixtures/Suit.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php 40 33 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 15 10
/src/Symfony/Component/Form/Tests/Fixtures/User.php 18 12 10
/src/Symfony/Component/Form/Tests/FormBuilderTest.php 141 118 15
/src/Symfony/Component/Form/Tests/FormConfigTest.php 24 52 19
/src/Symfony/Component/Form/Tests/FormErrorIteratorTest.php 45 19 11
/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php 22 13 7
/src/Symfony/Component/Form/Tests/FormFactoryTest.php 196 120 25
/src/Symfony/Component/Form/Tests/FormRegistryTest.php 172 45 13
/src/Symfony/Component/Form/Tests/FormRendererTest.php 36 12 10
/src/Symfony/Component/Form/Tests/Guess/GuessTest.php 32 9 7
/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php 236 103 20
/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php 205 135 33
/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php 45 33 16
/src/Symfony/Component/Form/Tests/SimpleFormTest.php 1115 406 42
/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php 521 77 12
/src/Symfony/Component/Form/Tests/Util/ServerParamsTest.php 26 38 18
/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php 52 23 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 48 37 17
/src/Symfony/Component/Form/Util/OrderedHashMap.php 139 68 26
/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php 37 63 27
/src/Symfony/Component/Form/Util/ServerParams.php 36 39 26
/src/Symfony/Component/Form/Util/StringUtil.php 48 21 17
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php 82 43 24
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php 269 109 29
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerInterface.php 32 1 1
/src/Symfony/Component/HtmlSanitizer/Parser/MastermindsParser.php 25 17 16
/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 36 20 12
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerConfigTest.php 278 197 18
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php 401 56 16
/src/Symfony/Component/HtmlSanitizer/Tests/Parser/MastermindsParserTest.php 25 5 5
/src/Symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.php 44 28 16
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php 72 11 6
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php 311 73 21
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/StringSanitizer.php 78 14 7
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/UrlSanitizer.php 70 87 27
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/AttributeSanitizerInterface.php 28 9 3
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/UrlAttributeSanitizer.php 35 35 15
/src/Symfony/Component/HtmlSanitizer/Visitor/DomVisitor.php 122 41 21
/src/Symfony/Component/HtmlSanitizer/Visitor/Model/Cursor.php 23 11 11
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/BlockedNode.php 32 12 8
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/DocumentNode.php 26 13 10
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/Node.php 41 37 20
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/NodeInterface.php 36 3 3
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php 30 29 18
/src/Symfony/Component/HttpClient/AmpHttpClient.php 100 128 44
/src/Symfony/Component/HttpClient/AsyncDecoratorTrait.php 39 13 12
/src/Symfony/Component/HttpClient/CachingHttpClient.php 129 89 47
/src/Symfony/Component/HttpClient/Chunk/DataChunk.php 62 25 11
/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php 106 56 25
/src/Symfony/Component/HttpClient/Chunk/FirstChunk.php 21 4 4
/src/Symfony/Component/HttpClient/Chunk/InformationalChunk.php 28 8 8
/src/Symfony/Component/HttpClient/Chunk/LastChunk.php 21 4 4
/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php 97 56 29
/src/Symfony/Component/HttpClient/CurlHttpClient.php 154 285 83
/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php 139 98 44
/src/Symfony/Component/HttpClient/DecoratorTrait.php 51 20 16
/src/Symfony/Component/HttpClient/DependencyInjection/HttpClientPass.php 22 8 7
/src/Symfony/Component/HttpClient/EventSourceHttpClient.php 87 114 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 59 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 37 19
/src/Symfony/Component/HttpClient/HttpClientTrait.php 136 624 101
/src/Symfony/Component/HttpClient/HttpOptions.php 331 113 14
/src/Symfony/Component/HttpClient/HttplugClient.php 121 176 44
/src/Symfony/Component/HttpClient/Internal/AmpBody.php 63 128 42
/src/Symfony/Component/HttpClient/Internal/AmpClientState.php 79 255 52
/src/Symfony/Component/HttpClient/Internal/AmpListener.php 180 220 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 99 84 32
/src/Symfony/Component/HttpClient/Internal/DnsCache.php 21 7 3
/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php 122 79 36
/src/Symfony/Component/HttpClient/Internal/NativeClientState.php 30 17 8
/src/Symfony/Component/HttpClient/Internal/PushedResponse.php 25 26 10
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessage.php 19 23 11
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessageHandler.php 22 17 14
/src/Symfony/Component/HttpClient/MockHttpClient.php 93 60 35
/src/Symfony/Component/HttpClient/NativeHttpClient.php 370 287 73
/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php 80 59 31
/src/Symfony/Component/HttpClient/Psr18Client.php 108 120 30
/src/Symfony/Component/HttpClient/Response/AmpResponse.php 420 292 90
/src/Symfony/Component/HttpClient/Response/AsyncContext.php 66 105 50
/src/Symfony/Component/HttpClient/Response/AsyncResponse.php 458 345 92
/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php 165 80 47
/src/Symfony/Component/HttpClient/Response/CurlResponse.php 390 366 77
/src/Symfony/Component/HttpClient/Response/HttplugPromise.php 54 44 22
/src/Symfony/Component/HttpClient/Response/JsonMockResponse.php 25 16 16
/src/Symfony/Component/HttpClient/Response/MockResponse.php 102 230 76
/src/Symfony/Component/HttpClient/Response/NativeResponse.php 189 295 78
/src/Symfony/Component/HttpClient/Response/ResponseStream.php 50 22 9
/src/Symfony/Component/HttpClient/Response/StreamWrapper.php 128 157 53
/src/Symfony/Component/HttpClient/Response/StreamableInterface.php 34 8 5
/src/Symfony/Component/HttpClient/Response/TraceableResponse.php 209 136 45
/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php 105 197 68
/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php 83 61 23
/src/Symfony/Component/HttpClient/Retry/RetryStrategyInterface.php 15 11 3
/src/Symfony/Component/HttpClient/RetryableHttpClient.php 95 128 52
/src/Symfony/Component/HttpClient/ScopingHttpClient.php 66 82 34
/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php 91 46 28
/src/Symfony/Component/HttpClient/Tests/AmpHttpClientTest.php 24 7 6
/src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php 109 191 47
/src/Symfony/Component/HttpClient/Tests/CachingHttpClientTest.php 47 30 13
/src/Symfony/Component/HttpClient/Tests/Chunk/ServerSentEventTest.php 90 28 7
/src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php 26 27 18
/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php 183 139 34
/src/Symfony/Component/HttpClient/Tests/DependencyInjection/HttpClientPassTest.php 14 21 11
/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php 121 51 19
/src/Symfony/Component/HttpClient/Tests/Exception/HttpExceptionTraitTest.php 23 12 9
/src/Symfony/Component/HttpClient/Tests/Fixtures/assertion_failure.php 3 3 3
/src/Symfony/Component/HttpClient/Tests/HttpClientTest.php 21 8 6
/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php 461 116 43
/src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php 93 140 31
/src/Symfony/Component/HttpClient/Tests/HttpOptionsTest.php 22 13 9
/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php 30 127 28
/src/Symfony/Component/HttpClient/Tests/Messenger/PingWebhookMessageHandlerTest.php 64 30 10
/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php 241 220 44
/src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php 29 13 6
/src/Symfony/Component/HttpClient/Tests/NoPrivateNetworkHttpClientTest.php 70 81 27
/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php 26 50 18
/src/Symfony/Component/HttpClient/Tests/Response/HttplugPromiseTest.php 30 18 13
/src/Symfony/Component/HttpClient/Tests/Response/JsonMockResponseTest.php 95 30 10
/src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php 78 46 15
/src/Symfony/Component/HttpClient/Tests/Retry/GenericRetryStrategyTest.php 101 69 24
/src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php 170 279 47
/src/Symfony/Component/HttpClient/Tests/ScopingHttpClientTest.php 41 24 14
/src/Symfony/Component/HttpClient/Tests/Test/HarFileResponseFactoryTest.php 47 25 11
/src/Symfony/Component/HttpClient/Tests/TestLogger.php 20 10 8
/src/Symfony/Component/HttpClient/Tests/TraceableHttpClientTest.php 158 127 28
/src/Symfony/Component/HttpClient/Tests/UriTemplateHttpClientTest.php 98 27 15
/src/Symfony/Component/HttpClient/TraceableHttpClient.php 92 50 33
/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php 34 51 29
/src/Symfony/Component/HttpFoundation/AcceptHeader.php 133 50 23
/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php 131 39 23
/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php 291 166 55
/src/Symfony/Component/HttpFoundation/ChainRequestMatcher.php 19 9 9
/src/Symfony/Component/HttpFoundation/Cookie.php 270 206 41
/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 77 31
/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 60 27
/src/Symfony/Component/HttpFoundation/HeaderBag.php 180 102 44
/src/Symfony/Component/HttpFoundation/HeaderUtils.php 262 99 38
/src/Symfony/Component/HttpFoundation/InputBag.php 91 63 30
/src/Symfony/Component/HttpFoundation/IpUtils.php 156 103 39
/src/Symfony/Component/HttpFoundation/JsonResponse.php 127 69 35
/src/Symfony/Component/HttpFoundation/ParameterBag.php 174 91 40
/src/Symfony/Component/HttpFoundation/RateLimiter/AbstractRequestRateLimiter.php 32 18 11
/src/Symfony/Component/HttpFoundation/RateLimiter/PeekableRequestRateLimiterInterface.php 34 2 2
/src/Symfony/Component/HttpFoundation/RateLimiter/RequestRateLimiterInterface.php 29 2 2
/src/Symfony/Component/HttpFoundation/RedirectResponse.php 37 22 17
/src/Symfony/Component/HttpFoundation/Request.php 313 907 101
/src/Symfony/Component/HttpFoundation/RequestMatcher/AttributesRequestMatcher.php 31 12 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/ExpressionRequestMatcher.php 26 26 14
/src/Symfony/Component/HttpFoundation/RequestMatcher/HostRequestMatcher.php 15 13 12
/src/Symfony/Component/HttpFoundation/RequestMatcher/IpsRequestMatcher.php 42 14 12
/src/Symfony/Component/HttpFoundation/RequestMatcher/IsJsonRequestMatcher.php 15 8 7
/src/Symfony/Component/HttpFoundation/RequestMatcher/MethodRequestMatcher.php 35 16 12
/src/Symfony/Component/HttpFoundation/RequestMatcher/PathRequestMatcher.php 28 14 13
/src/Symfony/Component/HttpFoundation/RequestMatcher/PortRequestMatcher.php 30 13 12
/src/Symfony/Component/HttpFoundation/RequestMatcher/SchemeRequestMatcher.php 35 18 14
/src/Symfony/Component/HttpFoundation/RequestMatcherInterface.php 24 1 1
/src/Symfony/Component/HttpFoundation/RequestStack.php 91 19 11
/src/Symfony/Component/HttpFoundation/Response.php 1242 487 73
/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php 123 144 43
/src/Symfony/Component/HttpFoundation/ServerBag.php 37 27 9
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php 82 38 20
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php 52 19 8
/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php 118 41 18
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php 109 34 20
/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 104 33
/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php 41 4 3
/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php 79 49 17
/src/Symfony/Component/HttpFoundation/Session/SessionFactory.php 36 18 14
/src/Symfony/Component/HttpFoundation/Session/SessionFactoryInterface.php 19 2 2
/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php 114 37 11
/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php 38 11 8
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php 47 37 21
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php 21 15 13
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MarshallingSessionHandler.php 45 37 16
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php 99 56 31
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php 57 25 13
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php 107 101 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 264 325 68
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php 74 66 39
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php 73 83 32
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php 85 38 25
/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php 108 39 24
/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php 94 67 27
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php 93 69 35
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorageFactory.php 38 25 14
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php 332 146 52
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorageFactory.php 28 34 18
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php 23 18 15
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorageFactory.php 25 30 16
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php 80 31 17
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php 62 38 15
/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 131 65 37
/src/Symfony/Component/HttpFoundation/StreamedResponse.php 82 49 25
/src/Symfony/Component/HttpFoundation/Test/Constraint/RequestAttributeValueSame.php 20 21 14
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseCookieValueSame.php 36 52 25
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseFormatSame.php 44 31 19
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasCookie.php 34 47 23
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasHeader.php 26 17 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderLocationSame.php 20 30 19
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderSame.php 28 18 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsRedirected.php 19 23 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsSuccessful.php 19 23 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php 19 22 12
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php 19 22 15
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php 60 45 13
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php 40 53 13
/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php 397 189 26
/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php 254 269 25
/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php 31 21 10
/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php 41 66 14
/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php 176 81 21
/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php 26 65 20
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/FooEnum.php 14 1 1
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc 41 21 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 15 26 19
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/early_hints.php 28 17 8
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/invalid_cookie_name.php 9 5 5
/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php 75 99 13
/src/Symfony/Component/HttpFoundation/Tests/HeaderUtilsTest.php 180 89 15
/src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php 127 83 12
/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php 209 140 22
/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php 197 113 27
/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php 22 135 19
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/AbstractRequestRateLimiterTest.php 59 18 12
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/MockAbstractRequestRateLimiter.php 15 7 7
/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php 64 26 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/AttributesRequestMatcherTest.php 28 24 14
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/ExpressionRequestMatcherTest.php 31 15 10
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/HostRequestMatcherTest.php 30 14 10
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IpsRequestMatcherTest.php 30 20 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IsJsonRequestMatcherTest.php 30 13 10
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/MethodRequestMatcherTest.php 30 15 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PathRequestMatcherTest.php 30 15 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PortRequestMatcherTest.php 30 13 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/SchemeRequestMatcherTest.php 29 20 16
/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php 14 18 5
/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php 761 1014 58
/src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php 35 49 26
/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php 45 134 16
/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php 66 587 31
/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php 70 25 8
/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php 14 51 9
/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php 72 80 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php 119 63 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php 59 74 17
/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php 73 153 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php 106 94 31
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php 33 35 21
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc 114 105 37
/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 21 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 14 10
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/IdentityMarshallerTest.php 52 19 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MarshallingSessionHandlerTest.php 79 42 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php 135 74 27
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MigratingSessionHandlerTest.php 32 43 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php 53 129 34
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php 62 29 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php 30 21 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php 407 273 53
/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 6 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php 32 21 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php 19 7 7
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RelaySessionHandlerTest.php 24 12 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php 33 19 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php 14 41 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/stubs/mongodb.php 20 2 2
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php 89 62 17
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php 73 62 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php 54 67 20
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php 306 157 28
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php 54 38 21
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php 80 50 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php 115 74 20
/src/Symfony/Component/HttpFoundation/Tests/StreamedJsonResponseTest.php 148 115 35
/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php 44 65 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/RequestAttributeValueSameTest.php 33 20 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseCookieValueSameTest.php 36 27 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseFormatSameTest.php 37 30 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasCookieTest.php 34 20 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasHeaderTest.php 31 16 12
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHeaderLocationSameTest.php 39 66 18
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHeaderSameTest.php 31 16 12
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsRedirectedTest.php 31 15 12
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsSuccessfulTest.php 31 16 12
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsUnprocessableTest.php 24 6 5
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseStatusCodeSameTest.php 33 20 13
/src/Symfony/Component/HttpFoundation/Tests/UriSignerTest.php 14 11 5
/src/Symfony/Component/HttpFoundation/Tests/UrlHelperTest.php 85 79 20
/src/Symfony/Component/HttpFoundation/UriSigner.php 27 43 21
/src/Symfony/Component/HttpFoundation/UrlHelper.php 91 52 25
/src/Symfony/Component/HttpKernel/Attribute/AsController.php 24 5 5
/src/Symfony/Component/HttpKernel/Attribute/AsTargetedValueResolver.php 20 13 13
/src/Symfony/Component/HttpKernel/Attribute/Cache.php 26 100 17
/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 29 16
/src/Symfony/Component/HttpKernel/Attribute/MapRequestPayload.php 29 38 16
/src/Symfony/Component/HttpKernel/Attribute/ValueResolver.php 22 17 12
/src/Symfony/Component/HttpKernel/Attribute/WithHttpStatus.php 23 17 12
/src/Symfony/Component/HttpKernel/Attribute/WithLogLevel.php 25 9 9
/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php 28 5 5
/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php 57 16 12
/src/Symfony/Component/HttpKernel/Config/FileLocator.php 33 18 17
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php 27 58 28
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php 50 24 20
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php 24 6 6
/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php 29 22 14
/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php 243 88 31
/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php 41 38 26
/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php 37 5 4
/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php 195 197 65
/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php 38 87 28
/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php 25 22 16
/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php 26 2 2
/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php 191 147 54
/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php 75 40 28
/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php 449 253 65
/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php 44 40 24
/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php 28 49 26
/src/Symfony/Component/HttpKernel/HttpClientKernel.php 76 77 40
/src/Symfony/Component/HttpKernel/HttpKernel.php 100 139 48
/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php 91 60 32
/src/Symfony/Component/HttpKernel/HttpKernelInterface.php 39 7 5
/src/Symfony/Component/HttpKernel/Kernel.php 720 391 83
/src/Symfony/Component/HttpKernel/KernelEvents.php 28 11 3
/src/Symfony/Component/HttpKernel/KernelInterface.php 69 8 3
/src/Symfony/Component/HttpKernel/RebootableInterface.php 29 2 2
/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 8 7
/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php 52 13 9
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php 22 16 13
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/Psr6CacheClearerTest.php 42 9 6
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php 14 39 6
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php 64 34 19
/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php 14 8 6
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/BackedEnumValueResolverTest.php 34 57 28
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php 193 81 26
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/NotTaggedControllerValueResolverTest.php 97 40 14
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/QueryParameterValueResolverTest.php 54 186 24
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php 623 271 47
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php 111 46 21
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/TraceableValueResolverTest.php 53 25 18
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/UidValueResolverTest.php 100 69 21
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php 138 291 47
/src/Symfony/Component/HttpKernel/Tests/Controller/ContainerControllerResolverTest.php 200 91 28
/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php 202 152 32
/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php 68 21 16
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableArgumentResolverTest.php 42 27 21
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableControllerResolverTest.php 41 26 22
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php 170 126 25
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php 48 36 9
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php 93 84 19
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DataCollectorTest.php 24 19 9
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php 124 90 21
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php 53 28 10
/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php 46 101 30
/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php 39 28 13
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php 264 208 37
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RouterDataCollectorTest.php 46 25 9
/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php 31 64 14
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/AddAnnotatedClassesToCachePassTest.php 23 29 7
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ControllerArgumentValueResolverPassTest.php 82 25 7
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php 63 46 23
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php 39 18 8
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LoggerPassTest.php 28 21 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php 69 34 13
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php 720 457 47
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterLocaleAwareServicesPassTest.php 40 13 7
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPassTest.php 91 67 21
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ResettableServicePassTest.php 91 31 11
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ServicesResetterTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php 15 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php 15 15 12
/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 20 14
/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/PreconditionRequiredHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php 14 19 13
/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php 14 19 13
/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/AcmeFooBundle.php 21 28 13
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/Resources/config/definition.php 6 2 1
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/Resources/config/services.php 7 4 4
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Bar.php 18 17 15
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Baz.php 15 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Foo.php 19 11 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ClearableService.php 9 8 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/AttributeController.php 34 30 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php 16 7 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/CacheAttributeController.php 27 17 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php 14 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingSession.php 16 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php 16 15 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php 16 8 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/CloneVarDataCollector.php 38 20 15
/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 9 8
/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 49 27 18
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelWithoutBundles.php 25 20 14
/src/Symfony/Component/HttpKernel/Tests/Fixtures/LazyResettableService.php 18 13 9
/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 12 10
/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php 106 34 13
/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php 57 43 18
/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php 43 31 12
/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php 279 114 24
/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php 52 53 18
/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php 36 30 13
/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php 44 115 17
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php 1674 755 48
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php 172 147 49
/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php 331 117 19
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php 44 83 16
/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php 250 248 35
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SubRequestHandlerTest.php 145 106 27
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php 49 73 36
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php 53 52 30
/src/Symfony/Component/HttpKernel/Tests/HttpClientKernelTest.php 34 13 10
/src/Symfony/Component/HttpKernel/Tests/HttpKernelBrowserTest.php 107 90 19
/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php 56 312 47
/src/Symfony/Component/HttpKernel/Tests/KernelTest.php 42 296 67
/src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php 34 105 36
/src/Symfony/Component/HttpKernel/Tests/Logger.php 74 62 20
/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php 333 182 25
/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php 119 45 20
/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php 28 32 19
/src/Symfony/Component/Intl/Countries.php 98 49 14
/src/Symfony/Component/Intl/Currencies.php 112 69 20
/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php 27 1 1
/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php 43 13 10
/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php 33 13 11
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php 121 45 24
/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 17 15
/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php 26 18 13
/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php 43 16 13
/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php 23 3 3
/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php 23 19 15
/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php 25 17 13
/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php 29 78 19
/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php 55 23 9
/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php 108 53 20
/src/Symfony/Component/Intl/Data/Generator/FallbackTrait.php 51 23 17
/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php 69 10 6
/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php 193 62 23
/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php 91 55 26
/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php 253 75 31
/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php 63 32 13
/src/Symfony/Component/Intl/Data/Generator/TimezoneDataGenerator.php 167 115 38
/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php 35 47 18
/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php 72 20 11
/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php 23 15 15
/src/Symfony/Component/Intl/Data/Util/RingBuffer.php 60 61 24
/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 53 18
/src/Symfony/Component/Intl/Locale.php 69 34 18
/src/Symfony/Component/Intl/Locales.php 46 33 14
/src/Symfony/Component/Intl/ResourceBundle.php 46 27 22
/src/Symfony/Component/Intl/Resources/bin/autoload.php 18 4 4
/src/Symfony/Component/Intl/Resources/bin/common.php 32 60 27
/src/Symfony/Component/Intl/Resources/bin/update-data.php 30 68 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 22 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 146 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 638 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 319 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 498 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 206 10 1
/src/Symfony/Component/Intl/Resources/data/languages/meta.php 1428 3 1
/src/Symfony/Component/Intl/Resources/data/locales/ff_Adlm.php 115 1 1
/src/Symfony/Component/Intl/Resources/data/locales/km.php 637 60 1
/src/Symfony/Component/Intl/Resources/data/locales/lo.php 190 1 1
/src/Symfony/Component/Intl/Resources/data/regions/af.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ak.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/am.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ar.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/as.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/az.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/az_Cyrl.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/be.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/bg.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/bm.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/bn.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/br.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/bs.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/bs_Cyrl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ca.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ce.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/cs.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/cv.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/cy.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/da.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/de.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/dz.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ee.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/el.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/en.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/es.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/et.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/eu.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/fa.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/fa_AF.php 19 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ff.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ff_Adlm.php 44 2 2
/src/Symfony/Component/Intl/Resources/data/regions/fi.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/fo.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/fr.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/fy.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ga.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/gd.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/gl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/gu.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ha.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/he.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/hi.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/hr.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/hu.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/hy.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ia.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ig.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/in.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/is.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/it.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ja.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/jv.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ka.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ki.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/kk.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/km.php 44 43 2
/src/Symfony/Component/Intl/Resources/data/regions/kn.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ko.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ks.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ku.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ky.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/lb.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/lg.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ln.php 39 1 1
/src/Symfony/Component/Intl/Resources/data/regions/lo.php 44 2 2
/src/Symfony/Component/Intl/Resources/data/regions/lt.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/lu.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/lv.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/meta.php 1094 5 1
/src/Symfony/Component/Intl/Resources/data/regions/mg.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/mi.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/mk.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ml.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/mn.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/mr.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ms.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/mt.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/my.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/nd.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ne.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/nl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/nn.php 8 1 1
/src/Symfony/Component/Intl/Resources/data/regions/no.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/or.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/pa.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/pl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ps.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/pt.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/pt_PT.php 12 1 1
/src/Symfony/Component/Intl/Resources/data/regions/qu.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/rm.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/rn.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ro.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ru.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sc.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sd.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/se.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sg.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/si.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sk.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sn.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/regions/so.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sq.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sr.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sr_Latn.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sv.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sw.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/sw_KE.php 16 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ta.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/te.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/tg.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/th.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ti.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/tk.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/tl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/to.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/tr.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/tt.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ug.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/uk.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ur.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/uz.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/uz_Cyrl.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/vi.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/wo.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/regions/xh.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/yi.php 34 1 1
/src/Symfony/Component/Intl/Resources/data/regions/yo.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/zh.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/zh_Hant.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/regions/zu.php 44 1 1
/src/Symfony/Component/Intl/Resources/data/scripts/km.php 21 4 1
/src/Symfony/Component/Intl/Resources/data/timezones/ff_Adlm.php 182 1 1
/src/Symfony/Component/Intl/Resources/data/timezones/km.php 427 363 1
/src/Symfony/Component/Intl/Resources/data/timezones/lo.php 409 222 1
/src/Symfony/Component/Intl/Resources/data/timezones/meta.php 1050 3 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-br.php 1117 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-bs.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-cs.php 321 211 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-da.php 3020 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-de.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-de_ch.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-dsb.php 3279 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-el.php 2381 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-fi.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr.php 3282 2091 2
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr_ca.php 3282 2106 2
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-gl.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-hsb.php 3279 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ja.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-kab.php 1329 39 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-kl.php 884 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-km.php 2230 119 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lb.php 2336 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lij.php 2293 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lo.php 3015 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-pt.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ro.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ru.php 3282 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sk.php 1778 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 133 44
/src/Symfony/Component/Intl/Scripts.php 38 21 12
/src/Symfony/Component/Intl/Tests/CountriesTest.php 843 65 14
/src/Symfony/Component/Intl/Tests/CurrenciesTest.php 618 114 20
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php 81 187 28
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php 13 1 1
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php 76 28 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php 64 26 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php 52 23 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php 6 2 1
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php 41 23 13
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php 41 23 13
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php 64 33 16
/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php 33 38 11
/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php 88 40 12
/src/Symfony/Component/Intl/Tests/IntlTest.php 43 26 10
/src/Symfony/Component/Intl/Tests/LanguagesTest.php 1761 132 22
/src/Symfony/Component/Intl/Tests/LocaleTest.php 45 21 11
/src/Symfony/Component/Intl/Tests/LocalesTest.php 47 35 9
/src/Symfony/Component/Intl/Tests/ResourceBundleTestCase.php 761 57 24
/src/Symfony/Component/Intl/Tests/ScriptsTest.php 228 28 10
/src/Symfony/Component/Intl/Tests/TimezonesTest.php 623 98 20
/src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php 104 33 16
/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php 45 37 21
/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php 22 41 9
/src/Symfony/Component/Intl/Tests/Util/VersionTest.php 22 33 9
/src/Symfony/Component/Intl/Timezones.php 99 48 19
/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php 99 97 40
/src/Symfony/Component/Intl/Util/GitRepository.php 39 32 17
/src/Symfony/Component/Intl/Util/GzipStreamWrapper.php 37 63 35
/src/Symfony/Component/Intl/Util/IcuVersion.php 83 24 15
/src/Symfony/Component/Intl/Util/IntlTestHelper.php 85 33 16
/src/Symfony/Component/Intl/Util/Version.php 72 25 17
/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php 52 28 14
/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php 40 32 16
/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 34 19
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php 92 76 35
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php 71 77 35
/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php 89 82 9
/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php 27 88 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 24 17
/src/Symfony/Component/Ldap/LdapInterface.php 45 10 7
/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php 80 36 19
/src/Symfony/Component/Ldap/Security/LdapAuthenticator.php 78 50 20
/src/Symfony/Component/Ldap/Security/LdapBadge.php 63 32 9
/src/Symfony/Component/Ldap/Security/LdapUser.php 34 43 21
/src/Symfony/Component/Ldap/Security/LdapUserProvider.php 131 105 37
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php 162 57 16
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/EntryManagerTest.php 67 16 10
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php 214 98 11
/src/Symfony/Component/Ldap/Tests/EntryTest.php 33 8 6
/src/Symfony/Component/Ldap/Tests/LdapTest.php 81 38 14
/src/Symfony/Component/Ldap/Tests/LdapTestCase.php 20 15 9
/src/Symfony/Component/Ldap/Tests/Security/CheckLdapCredentialsListenerTest.php 225 151 38
/src/Symfony/Component/Ldap/Tests/Security/LdapAuthenticatorTest.php 28 9 7
/src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php 385 110 10
/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 114 131 41
/src/Symfony/Component/Lock/LockFactory.php 27 31 22
/src/Symfony/Component/Lock/LockInterface.php 47 13 7
/src/Symfony/Component/Lock/NoLock.php 38 32 12
/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 172 60 19
/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php 69 45 20
/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php 113 126 45
/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php 123 172 33
/src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php 24 9 9
/src/Symfony/Component/Lock/Store/FlockStore.php 94 103 42
/src/Symfony/Component/Lock/Store/InMemoryStore.php 81 47 23
/src/Symfony/Component/Lock/Store/MemcachedStore.php 124 46 28
/src/Symfony/Component/Lock/Store/MongoDbStore.php 228 138 42
/src/Symfony/Component/Lock/Store/PdoStore.php 112 150 39
/src/Symfony/Component/Lock/Store/PostgreSqlStore.php 214 128 45
/src/Symfony/Component/Lock/Store/RedisStore.php 255 83 43
/src/Symfony/Component/Lock/Store/SemaphoreStore.php 61 47 23
/src/Symfony/Component/Lock/Store/StoreFactory.php 91 99 18
/src/Symfony/Component/Lock/Store/ZookeeperStore.php 122 62 33
/src/Symfony/Component/Lock/Strategy/ConsensusStrategy.php 23 8 5
/src/Symfony/Component/Lock/Strategy/StrategyInterface.php 32 2 1
/src/Symfony/Component/Lock/Strategy/UnanimousStrategy.php 19 8 6
/src/Symfony/Component/Lock/Tests/KeyTest.php 27 16 10
/src/Symfony/Component/Lock/Tests/LockFactoryTest.php 81 26 11
/src/Symfony/Component/Lock/Tests/LockTest.php 378 235 30
/src/Symfony/Component/Lock/Tests/Store/AbstractRedisStoreTestCase.php 59 55 28
/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTestCase.php 78 37 13
/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php 61 26 16
/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php 255 198 30
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalPostgreSqlStoreTest.php 87 103 35
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php 112 153 35
/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php 122 43 17
/src/Symfony/Component/Lock/Tests/Store/FlockStoreTest.php 33 48 16
/src/Symfony/Component/Lock/Tests/Store/InMemoryStoreTest.php 24 6 6
/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php 59 24 17
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreFactoryTest.php 20 15 10
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php 44 76 28
/src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php 113 49 26
/src/Symfony/Component/Lock/Tests/Store/PostgreSqlStoreTest.php 74 70 28
/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php 26 27 14
/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php 30 18 11
/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php 23 19 12
/src/Symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.php 14 8 6
/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php 32 24 16
/src/Symfony/Component/Lock/Tests/Store/RelayStoreTest.php 31 30 18
/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php 57 45 24
/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php 149 42 12
/src/Symfony/Component/Lock/Tests/Store/StoreFactoryTest.php 44 25 12
/src/Symfony/Component/Lock/Tests/Store/UnserializableTestTrait.php 16 7 6
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreFactoryTest.php 34 9 5
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreTest.php 105 29 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 51 43 12
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesApiAsyncAwsTransportTest.php 32 87 23
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesHttpAsyncAwsTransportTest.php 32 84 21
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesSmtpTransportTest.php 25 17 9
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesTransportFactoryTest.php 172 121 17
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php 48 94 33
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php 61 59 28
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesSmtpTransport.php 33 43 27
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesTransportFactory.php 55 39 23
/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php 38 35 16
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php 32 68 22
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php 25 37 11
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php 21 7 7
/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 75 26
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php 25 11 8
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php 38 19 10
/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php 58 31 24
/src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php 52 35 11
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailSmtpTransport.php 25 12 9
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailTransportFactory.php 26 18 13
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportFactoryTest.php 83 36 12
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php 52 150 26
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php 81 75 32
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipSmtpTransport.php 22 11 8
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php 29 18 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceApiTransportTest.php 31 82 22
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceSmtpTransportTest.php 38 30 9
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceTransportFactoryTest.php 96 34 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php 69 62 25
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceSmtpTransport.php 51 33 20
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceTransportFactory.php 29 19 11
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillApiTransportTest.php 31 66 23
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillHttpTransportTest.php 35 60 23
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillSmtpTransportTest.php 26 30 12
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillTransportFactoryTest.php 26 39 12
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php 64 88 35
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHeadersTrait.php 51 23 16
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php 69 54 26
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillSmtpTransport.php 27 12 9
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillTransportFactory.php 28 19 11
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php 35 70 21
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php 25 36 11
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php 155 64 28
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php 25 11 8
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php 26 18 11
/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php 32 56 22
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php 32 136 22
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunHttpTransportTest.php 132 71 20
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunSmtpTransportTest.php 30 27 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunTransportFactoryTest.php 110 42 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 26 10 7
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php 78 102 39
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHeadersTrait.php 50 21 15
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php 80 63 27
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunSmtpTransport.php 27 18 13
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunTransportFactory.php 30 19 11
/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php 61 41 29
/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php 25 30 16
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php 329 96 26
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetTransportFactoryTest.php 25 36 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 7 7
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php 91 107 43
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetSmtpTransport.php 22 12 9
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetTransportFactory.php 26 21 14
/src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php 44 29 24
/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php 25 42 19
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php 38 74 23
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkSmtpTransportTest.php 63 51 10
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php 98 37 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 7 7
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php 18 3 3
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php 71 74 30
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php 40 45 22
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php 41 22 14
/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php 59 37 23
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayApiTransportTest.php 34 45 23
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayTransportFactoryTest.php 91 37 12
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php 72 81 29
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewaySmtpTransport.php 22 11 8
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayTransportFactory.php 28 19 11
/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php 28 26 16
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php 35 69 17
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php 25 35 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 37 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridSignedRequestParserTest.php 35 19 12
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridUnsignedRequestParserTest.php 33 15 11
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSecretRequestParserTest.php 39 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSignatureRequestParserTest.php 39 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php 181 91 30
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridSmtpTransport.php 25 12 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridTransportFactory.php 30 19 11
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php 73 45 31
/src/Symfony/Component/Mailer/Command/MailerTestCommand.php 39 24 18
/src/Symfony/Component/Mailer/DataCollector/MessageDataCollector.php 50 31 17
/src/Symfony/Component/Mailer/DelayedEnvelope.php 61 27 12
/src/Symfony/Component/Mailer/Envelope.php 68 20 12
/src/Symfony/Component/Mailer/Event/FailedMessageEvent.php 22 24 15
/src/Symfony/Component/Mailer/Event/MessageEvent.php 59 26 12
/src/Symfony/Component/Mailer/Event/MessageEvents.php 37 15 12
/src/Symfony/Component/Mailer/Event/SentMessageEvent.php 26 14 13
/src/Symfony/Component/Mailer/EventListener/EnvelopeListener.php 64 38 21
/src/Symfony/Component/Mailer/EventListener/MessageListener.php 57 52 25
/src/Symfony/Component/Mailer/EventListener/MessageLoggerListener.php 48 17 10
/src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php 43 22 16
/src/Symfony/Component/Mailer/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Mailer/Exception/HttpTransportException.php 30 16 16
/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 10 10
/src/Symfony/Component/Mailer/Exception/TransportExceptionInterface.php 21 2 1
/src/Symfony/Component/Mailer/Exception/UnexpectedResponseException.php 14 7 7
/src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php 79 39 20
/src/Symfony/Component/Mailer/Header/MetadataHeader.php 30 7 7
/src/Symfony/Component/Mailer/Header/TagHeader.php 21 3 3
/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 15 8
/src/Symfony/Component/Mailer/SentMessage.php 45 29 18
/src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php 54 28 18
/src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php 19 18 13
/src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php 42 55 19
/src/Symfony/Component/Mailer/Tests/Command/MailerTestCommandTest.php 35 27 12
/src/Symfony/Component/Mailer/Tests/EnvelopeTest.php 111 104 13
/src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php 47 43 14
/src/Symfony/Component/Mailer/Tests/EventListener/MessengerTransportListenerTest.php 45 23 8
/src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php 95 30 12
/src/Symfony/Component/Mailer/Tests/MailerTest.php 91 71 31
/src/Symfony/Component/Mailer/Tests/SentMessageTest.php 30 24 10
/src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php 90 75 29
/src/Symfony/Component/Mailer/Tests/Transport/DsnTest.php 23 34 12
/src/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php 159 112 16
/src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-sendmail.php 5 3 3
/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php 69 43 19
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportFactoryTest.php 24 21 10
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportTest.php 15 5 4
/src/Symfony/Component/Mailer/Tests/Transport/RoundRobinTransportTest.php 156 114 21
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.php 24 25 11
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php 109 37 16
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php 89 46 21
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportFactoryTest.php 112 57 18
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php 234 119 19
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/SmtpTransportTest.php 113 119 19
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/AbstractStreamTest.php 32 8 7
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php 14 15 7
/src/Symfony/Component/Mailer/Tests/Transport/TransportsTest.php 85 41 11
/src/Symfony/Component/Mailer/Tests/TransportTest.php 71 75 29
/src/Symfony/Component/Mailer/Transport.php 67 86 34
/src/Symfony/Component/Mailer/Transport/AbstractApiTransport.php 33 22 12
/src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php 72 49 20
/src/Symfony/Component/Mailer/Transport/AbstractTransport.php 66 61 29
/src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php 44 48 20
/src/Symfony/Component/Mailer/Transport/Dsn.php 85 79 25
/src/Symfony/Component/Mailer/Transport/FailoverTransport.php 19 18 12
/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php 45 25 16
/src/Symfony/Component/Mailer/Transport/NullTransport.php 14 6 6
/src/Symfony/Component/Mailer/Transport/NullTransportFactory.php 21 12 11
/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php 56 57 33
/src/Symfony/Component/Mailer/Transport/SendmailTransport.php 103 61 25
/src/Symfony/Component/Mailer/Transport/SendmailTransportFactory.php 21 14 11
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/AuthenticatorInterface.php 34 4 3
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php 45 39 20
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/LoginAuthenticator.php 31 16 9
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/PlainAuthenticator.php 23 17 11
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php 33 12 8
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php 208 100 40
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php 26 45 18
/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php 344 170 48
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php 124 60 32
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php 47 20 12
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php 173 79 26
/src/Symfony/Component/Mailer/Transport/TransportFactoryInterface.php 28 7 4
/src/Symfony/Component/Mailer/Transport/TransportInterface.php 15 8 4
/src/Symfony/Component/Mailer/Transport/Transports.php 64 30 17
/src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php 22 45 16
/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 37 16 11
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Middleware/AddFifoStampTest.php 100 66 18
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php 57 39 23
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsReceiverTest.php 54 30 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php 31 34 10
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportFactoryTest.php 14 4 4
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportTest.php 106 111 31
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/ConnectionTest.php 318 163 22
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsFifoStamp.php 16 17 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceivedStamp.php 21 3 3
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php 42 55 26
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php 66 26 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransport.php 76 52 18
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransportFactory.php 33 27 22
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsXrayTraceHeaderStamp.php 18 1 1
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php 335 244 52
/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 31
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php 187 155 36
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceivedStampTest.php 14 6 5
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceiverTest.php 44 31 14
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpSenderTest.php 52 54 10
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpStampTest.php 52 38 9
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportFactoryTest.php 14 7 4
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php 52 25 14
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/ConnectionTest.php 584 332 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 70 51 24
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpSender.php 73 18 13
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpStamp.php 70 36 14
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransport.php 40 51 19
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransportFactory.php 32 17 12
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php 579 276 60
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdReceiverTest.php 18 33 12
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdSenderTest.php 30 20 8
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportFactoryTest.php 14 6 3
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportTest.php 15 22 11
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php 306 176 22
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceivedStamp.php 35 8 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php 49 30 19
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdSender.php 40 13 10
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransport.php 41 38 15
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransportFactory.php 25 15 11
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php 187 124 34
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php 70 294 32
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php 189 89 22
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlIntegrationTest.php 63 45 20
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlPgbouncerIntegrationTest.php 55 61 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlRegularIntegrationTest.php 41 61 20
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineReceiverTest.php 85 69 27
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineSenderTest.php 31 20 9
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportFactoryTest.php 73 38 12
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportTest.php 63 38 16
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/PostgreSqlConnectionTest.php 76 74 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php 447 295 62
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceivedStamp.php 21 3 3
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php 112 94 34
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineSender.php 47 20 16
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransport.php 65 75 27
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php 47 31 23
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php 51 55 25
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessage.php 15 15 9
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessageSerializer.php 18 20 15
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php 407 107 23
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php 353 261 43
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisReceiverTest.php 99 37 17
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisSenderTest.php 30 13 8
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php 79 33 18
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportTest.php 43 25 14
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RelayExtIntegrationTest.php 29 38 11
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php 407 497 96
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceivedStamp.php 21 3 3
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php 73 39 25
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisSender.php 41 10 7
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransport.php 53 42 15
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransportFactory.php 33 17 12
/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php 67 131 39
/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php 234 171 58
/src/Symfony/Component/Messenger/Command/DebugCommand.php 130 68 35
/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php 97 52 25
/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php 167 132 51
/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php 100 78 28
/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php 82 41 28
/src/Symfony/Component/Messenger/Command/StatsCommand.php 27 31 23
/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php 63 23 18
/src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php 128 58 28
/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php 125 163 45
/src/Symfony/Component/Messenger/Envelope.php 120 27 16
/src/Symfony/Component/Messenger/Event/AbstractWorkerMessageEvent.php 19 5 4
/src/Symfony/Component/Messenger/Event/SendMessageToTransportsEvent.php 53 10 7
/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 17 11
/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 13 11
/src/Symfony/Component/Messenger/EventListener/DispatchPcntlSignalListener.php 22 13 10
/src/Symfony/Component/Messenger/EventListener/ResetServicesListener.php 31 15 14
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php 65 81 35
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageToFailureTransportListener.php 71 29 18
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php 43 20 16
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php 44 28 20
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMemoryLimitListener.php 46 25 18
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php 39 27 20
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnRestartSignalListener.php 42 27 20
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php 46 26 19
/src/Symfony/Component/Messenger/Exception/DelayedMessageHandlingException.php 49 28 19
/src/Symfony/Component/Messenger/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Messenger/Exception/HandlerFailedException.php 41 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 32 13 9
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsInterface.php 24 5 5
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsTrait.php 28 19 14
/src/Symfony/Component/Messenger/HandleTrait.php 34 26 15
/src/Symfony/Component/Messenger/Handler/Acknowledger.php 24 56 28
/src/Symfony/Component/Messenger/Handler/BatchHandlerInterface.php 33 2 2
/src/Symfony/Component/Messenger/Handler/BatchHandlerTrait.php 36 24 20
/src/Symfony/Component/Messenger/Handler/HandlerDescriptor.php 36 42 24
/src/Symfony/Component/Messenger/Handler/HandlersLocator.php 50 41 28
/src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Handler/RedispatchMessageHandler.php 20 14 12
/src/Symfony/Component/Messenger/Message/RedispatchMessage.php 22 14 11
/src/Symfony/Component/Messenger/MessageBus.php 47 26 21
/src/Symfony/Component/Messenger/MessageBusInterface.php 27 2 2
/src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php 23 15 13
/src/Symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.php 33 9 9
/src/Symfony/Component/Messenger/Middleware/DispatchAfterCurrentBusMiddleware.php 69 38 23
/src/Symfony/Component/Messenger/Middleware/FailedMessageProcessingMiddleware.php 28 12 12
/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php 109 87 49
/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php 14 1 1
/src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php 37 10 10
/src/Symfony/Component/Messenger/Middleware/RouterContextMiddleware.php 73 17 13
/src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php 31 46 31
/src/Symfony/Component/Messenger/Middleware/StackMiddleware.php 42 44 27
/src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php 39 54 31
/src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php 40 18 15
/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php 46 32 14
/src/Symfony/Component/Messenger/Retry/RetryStrategyInterface.php 33 6 4
/src/Symfony/Component/Messenger/RoutableMessageBus.php 15 19 12
/src/Symfony/Component/Messenger/Stamp/AckStamp.php 24 16 15
/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 19 8 7
/src/Symfony/Component/Messenger/Stamp/DispatchAfterCurrentBusStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/ErrorDetailsStamp.php 69 33 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 70 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 19 4 4
/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 92 19
/src/Symfony/Component/Messenger/Tests/Command/DebugCommandTest.php 34 41 22
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRemoveCommandTest.php 239 173 13
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRetryCommandTest.php 207 70 11
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php 33 171 23
/src/Symfony/Component/Messenger/Tests/Command/SetupTransportsCommandTest.php 133 25 11
/src/Symfony/Component/Messenger/Tests/Command/StatsCommandTest.php 26 31 11
/src/Symfony/Component/Messenger/Tests/Command/StopWorkersCommandTest.php 14 9 7
/src/Symfony/Component/Messenger/Tests/DataCollector/MessengerDataCollectorTest.php 92 65 24
/src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php 847 409 46
/src/Symfony/Component/Messenger/Tests/EnvelopeTest.php 34 56 18
/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php 26 21 8
/src/Symfony/Component/Messenger/Tests/EventListener/ResetServicesListenerTest.php 37 20 14
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php 124 64 11
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php 122 40 12
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnCustomStopExceptionListenerTest.php 35 46 16
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnFailureLimitListenerTest.php 47 27 17
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMemoryLimitListenerTest.php 37 25 19
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMessageLimitListenerTest.php 38 20 15
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnRestartSignalListenerTest.php 46 27 14
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnTimeLimitListenerTest.php 14 10 8
/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php 30 43 15
/src/Symfony/Component/Messenger/Tests/FailureIntegrationTest.php 460 193 37
/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 19 12
/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 8 7
/src/Symfony/Component/Messenger/Tests/Fixtures/SecondMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandler.php 21 21 10
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandlerWithUnionTypes.php 24 12 8
/src/Symfony/Component/Messenger/Tests/Fixtures/TestTracesWithHandleTraitAction.php 29 6 6
/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 92 40 19
/src/Symfony/Component/Messenger/Tests/Handler/HandleDescriptorTest.php 30 31 17
/src/Symfony/Component/Messenger/Tests/Handler/HandlersLocatorTest.php 57 40 13
/src/Symfony/Component/Messenger/Tests/MessageBusTest.php 151 93 30
/src/Symfony/Component/Messenger/Tests/Middleware/ActivationMiddlewareTest.php 16 24 8
/src/Symfony/Component/Messenger/Tests/Middleware/AddBusNameStampMiddlewareTest.php 25 7 5
/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php 309 107 26
/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php 67 174 40
/src/Symfony/Component/Messenger/Tests/Middleware/RouterContextMiddlewareTest.php 73 19 10
/src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php 66 89 17
/src/Symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.php 45 17 13
/src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php 142 82 25
/src/Symfony/Component/Messenger/Tests/Middleware/ValidationMiddlewareTest.php 14 17 6
/src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php 63 29 12
/src/Symfony/Component/Messenger/Tests/RoutableMessageBusTest.php 27 33 12
/src/Symfony/Component/Messenger/Tests/Stamp/DelayStampTest.php 14 11 5
/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php 67 25 9
/src/Symfony/Component/Messenger/Tests/Stamp/HandledStampTest.php 28 18 8
/src/Symfony/Component/Messenger/Tests/Stamp/RedeliveryStampTest.php 14 11 6
/src/Symfony/Component/Messenger/Tests/Stamp/SentToFailureTransportStampTest.php 14 5 5
/src/Symfony/Component/Messenger/Tests/Stamp/SerializerStampTest.php 14 6 6
/src/Symfony/Component/Messenger/Tests/Stamp/TransportNamesStampTest.php 60 25 12
/src/Symfony/Component/Messenger/Tests/Stamp/ValidationStampTest.php 28 19 9
/src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php 140 55 14
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportFactoryTest.php 89 29 13
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportTest.php 156 105 15
/src/Symfony/Component/Messenger/Tests/Transport/Receiver/SingleMessageReceiverTest.php 36 16 8
/src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php 35 45 12
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php 72 89 20
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php 83 39 15
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerWithClassNotFoundSupportTest.php 52 21 13
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php 200 103 32
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportFactoryTest.php 16 6 5
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.php 14 13 10
/src/Symfony/Component/Messenger/Tests/WorkerMetadataTest.php 39 21 8
/src/Symfony/Component/Messenger/Tests/WorkerTest.php 84 264 39
/src/Symfony/Component/Messenger/TraceableMessageBus.php 77 62 27
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php 53 60 30
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransportFactory.php 58 30 21
/src/Symfony/Component/Messenger/Transport/Receiver/ListableReceiverInterface.php 39 7 5
/src/Symfony/Component/Messenger/Transport/Receiver/QueueReceiverInterface.php 14 2 2
/src/Symfony/Component/Messenger/Transport/Receiver/ReceiverInterface.php 53 6 4
/src/Symfony/Component/Messenger/Transport/Receiver/SingleMessageReceiver.php 26 15 11
/src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php 29 2 2
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php 59 18 13
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php 60 60 21
/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php 94 55 33
/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php 124 73 35
/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 45 33 19
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php 38 21 15
/src/Symfony/Component/Messenger/Transport/TransportFactory.php 44 28 14
/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php 28 4 3
/src/Symfony/Component/Messenger/Transport/TransportInterface.php 20 1 1
/src/Symfony/Component/Messenger/Worker.php 163 145 55
/src/Symfony/Component/Messenger/WorkerMetadata.php 45 12 10
/src/Symfony/Component/Mime/Address.php 77 72 26
/src/Symfony/Component/Mime/CharacterStream.php 71 167 35
/src/Symfony/Component/Mime/Crypto/DkimOptions.php 81 28 8
/src/Symfony/Component/Mime/Crypto/DkimSigner.php 212 123 35
/src/Symfony/Component/Mime/Crypto/SMime.php 62 60 21
/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php 49 32 24
/src/Symfony/Component/Mime/Crypto/SMimeSigner.php 59 37 21
/src/Symfony/Component/Mime/DependencyInjection/AddMimeTypeGuesserPass.php 25 8 8
/src/Symfony/Component/Mime/DraftEmail.php 24 12 9
/src/Symfony/Component/Mime/Email.php 244 239 51
/src/Symfony/Component/Mime/Encoder/AddressEncoderInterface.php 27 3 3
/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php 28 20 17
/src/Symfony/Component/Mime/Encoder/Base64Encoder.php 29 13 11
/src/Symfony/Component/Mime/Encoder/Base64MimeHeaderEncoder.php 41 14 12
/src/Symfony/Component/Mime/Encoder/ContentEncoderInterface.php 24 4 3
/src/Symfony/Component/Mime/Encoder/EightBitContentEncoder.php 26 25 14
/src/Symfony/Component/Mime/Encoder/EncoderInterface.php 25 3 3
/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php 35 15 10
/src/Symfony/Component/Mime/Encoder/MimeHeaderEncoderInterface.php 22 3 3
/src/Symfony/Component/Mime/Encoder/QpContentEncoder.php 49 33 22
/src/Symfony/Component/Mime/Encoder/QpEncoder.php 118 52 31
/src/Symfony/Component/Mime/Encoder/QpMimeHeaderEncoder.php 37 15 11
/src/Symfony/Component/Mime/Encoder/Rfc2231Encoder.php 32 19 14
/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 78 28 18
/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php 58 25 19
/src/Symfony/Component/Mime/Header/AbstractHeader.php 200 89 46
/src/Symfony/Component/Mime/Header/DateHeader.php 33 11 10
/src/Symfony/Component/Mime/Header/HeaderInterface.php 33 19 6
/src/Symfony/Component/Mime/Header/Headers.php 269 128 42
/src/Symfony/Component/Mime/Header/IdentificationHeader.php 39 22 17
/src/Symfony/Component/Mime/Header/MailboxHeader.php 38 21 17
/src/Symfony/Component/Mime/Header/MailboxListHeader.php 41 23 20
/src/Symfony/Component/Mime/Header/ParameterizedHeader.php 181 84 35
/src/Symfony/Component/Mime/Header/PathHeader.php 38 11 9
/src/Symfony/Component/Mime/Header/UnstructuredHeader.php 33 11 9
/src/Symfony/Component/Mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php 21 11 10
/src/Symfony/Component/Mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php 22 15 12
/src/Symfony/Component/Mime/Message.php 140 67 29
/src/Symfony/Component/Mime/MessageConverter.php 51 57 14
/src/Symfony/Component/Mime/MimeTypeGuesserInterface.php 24 3 3
/src/Symfony/Component/Mime/MimeTypes.php 61 121 25
/src/Symfony/Component/Mime/MimeTypesInterface.php 31 1 1
/src/Symfony/Component/Mime/Part/AbstractMultipartPart.php 66 28 16
/src/Symfony/Component/Mime/Part/AbstractPart.php 36 17 8
/src/Symfony/Component/Mime/Part/DataPart.php 34 88 37
/src/Symfony/Component/Mime/Part/File.php 23 34 22
/src/Symfony/Component/Mime/Part/MessagePart.php 60 25 19
/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php 85 38 23
/src/Symfony/Component/Mime/Part/Multipart/RelatedPart.php 51 10 9
/src/Symfony/Component/Mime/Part/SMimePart.php 27 30 13
/src/Symfony/Component/Mime/Part/TextPart.php 37 107 36
/src/Symfony/Component/Mime/RawMessage.php 21 22 17
/src/Symfony/Component/Mime/Resources/bin/update_mime_types.php 153 54 18
/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php 30 20 14
/src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php 21 29 21
/src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php 26 17 14
/src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php 43 25 19
/src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php 27 18 14
/src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php 19 21 17
/src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php 27 18 14
/src/Symfony/Component/Mime/Tests/AbstractMimeTypeGuesserTestCase.php 38 48 14
/src/Symfony/Component/Mime/Tests/AddressTest.php 21 51 16
/src/Symfony/Component/Mime/Tests/CharacterStreamTest.php 14 71 8
/src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php 72 31 17
/src/Symfony/Component/Mime/Tests/Crypto/SMimeEncrypterTest.php 56 29 11
/src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php 93 66 17
/src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php 55 42 22
/src/Symfony/Component/Mime/Tests/DependencyInjection/AddMimeTypeGuesserPassTest.php 30 16 8
/src/Symfony/Component/Mime/Tests/DraftEmailTest.php 39 8 4
/src/Symfony/Component/Mime/Tests/EmailTest.php 175 547 35
/src/Symfony/Component/Mime/Tests/Encoder/Base64EncoderTest.php 76 38 11
/src/Symfony/Component/Mime/Tests/Encoder/Base64MimeHeaderEncoderTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/Encoder/IdnAddressEncoderTest.php 18 5 5
/src/Symfony/Component/Mime/Tests/Encoder/QpEncoderTest.php 156 50 9
/src/Symfony/Component/Mime/Tests/Encoder/QpMimeHeaderEncoderTest.php 104 41 12
/src/Symfony/Component/Mime/Tests/Encoder/Rfc2231EncoderTest.php 63 62 18
/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 14 39 8
/src/Symfony/Component/Mime/Tests/Header/HeadersTest.php 184 186 17
/src/Symfony/Component/Mime/Tests/Header/IdentificationHeaderTest.php 102 63 9
/src/Symfony/Component/Mime/Tests/Header/MailboxHeaderTest.php 30 52 12
/src/Symfony/Component/Mime/Tests/Header/MailboxListHeaderTest.php 14 54 10
/src/Symfony/Component/Mime/Tests/Header/ParameterizedHeaderTest.php 298 121 11
/src/Symfony/Component/Mime/Tests/Header/PathHeaderTest.php 26 30 10
/src/Symfony/Component/Mime/Tests/Header/UnstructuredHeaderTest.php 236 87 11
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/DefaultHtmlToTextConverterTest.php 14 4 4
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/LeagueHtmlToMarkdownConverterTest.php 14 4 4
/src/Symfony/Component/Mime/Tests/MessageConverterTest.php 70 30 13
/src/Symfony/Component/Mime/Tests/MessageTest.php 81 139 21
/src/Symfony/Component/Mime/Tests/MimeTypesTest.php 37 33 19
/src/Symfony/Component/Mime/Tests/Part/DataPartTest.php 157 199 34
/src/Symfony/Component/Mime/Tests/Part/MessagePartTest.php 28 23 11
/src/Symfony/Component/Mime/Tests/Part/Multipart/AlternativePartTest.php 14 6 5
/src/Symfony/Component/Mime/Tests/Part/Multipart/DigestPartTest.php 23 12 8
/src/Symfony/Component/Mime/Tests/Part/Multipart/FormDataPartTest.php 26 100 20
/src/Symfony/Component/Mime/Tests/Part/Multipart/MixedPartTest.php 14 6 5
/src/Symfony/Component/Mime/Tests/Part/Multipart/RelatedPartTest.php 22 17 8
/src/Symfony/Component/Mime/Tests/Part/TextPartTest.php 83 79 19
/src/Symfony/Component/Mime/Tests/RawMessageTest.php 53 73 21
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsOptions.php 28 36 13
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php 77 61 31
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php 30 31 17
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsOptions.php 46 22 16
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php 78 56 32
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransportFactory.php 34 23 13
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsOptionsTest.php 14 9 7
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportFactoryTest.php 37 24 11
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportTest.php 45 59 24
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthOptions.php 36 32 13
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php 88 82 32
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php 39 16 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthOptionsTest.php 14 9 8
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php 24 33 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php 32 62 25
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php 75 47 30
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportFactoryTest.php 19 34 10
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportTest.php 36 32 17
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkMessageBodyBuilder.php 20 19 10
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkOptions.php 33 20 18
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php 85 50 28
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransportFactory.php 39 17 11
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkMessageBodyBuilderTest.php 25 19 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkOptionsTest.php 22 15 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportFactoryTest.php 49 34 10
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportTest.php 42 32 16
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendOptions.php 86 33 13
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php 99 92 36
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransportFactory.php 37 16 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportFactoryTest.php 46 28 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportTest.php 81 61 23
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php 81 56 30
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportFactoryTest.php 43 29 11
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportTest.php 33 45 21
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneOptions.php 30 28 15
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php 94 72 31
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransportFactory.php 25 16 9
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php 37 41 20
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php 43 31 17
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php 93 63 33
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbed.php 21 9 9
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbedObject.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordAuthorEmbedObject.php 26 17 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php 42 48 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbedObjectInterface.php 19 2 2
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php 27 20 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php 26 14 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordMediaEmbedObject.php 22 15 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordOptionsTest.php 107 11 5
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportTest.php 42 37 18
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordAuthorEmbedObjectTest.php 36 7 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordEmbedTest.php 43 16 9
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFieldEmbedObjectTest.php 42 12 7
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFooterEmbedObjectTest.php 34 8 6
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotOptions.php 43 34 13
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php 95 64 35
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransportFactory.php 33 16 9
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportFactoryTest.php 22 23 10
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportTest.php 32 24 13
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexOptions.php 43 17 13
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php 84 66 36
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php 32 15 9
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php 32 33 10
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportTest.php 132 67 26
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoOptions.php 47 56 14
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php 89 55 28
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransportFactory.php 32 16 10
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportFactoryTest.php 22 23 10
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportTest.php 32 25 14
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php 67 42 24
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php 59 31 20
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php 64 41 21
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatEmailTransportTest.php 44 53 18
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatLoggerTransportTest.php 32 39 20
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatTransportFactoryTest.php 87 66 16
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/TestLogger.php 20 9 8
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php 68 43 25
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php 32 29 21
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php 65 41 21
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsEmailTransportTest.php 49 43 18
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsLoggerTransportTest.php 38 34 20
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php 109 66 16
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/TestLogger.php 20 9 8
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseOptions.php 56 27 12
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php 87 53 31
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransportFactory.php 32 17 11
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/AndroidNotification.php 21 31 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/IOSNotification.php 73 25 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/WebNotification.php 21 7 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportFactoryTest.php 22 23 10
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportTest.php 67 44 22
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php 77 49 29
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransportFactory.php 25 16 9
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportFactoryTest.php 19 24 11
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportTest.php 78 43 19
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php 82 48 24
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransportFactory.php 35 15 9
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportTest.php 41 32 18
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiOptions.php 56 24 14
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php 76 52 30
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiOptionsTest.php 14 8 8
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportFactoryTest.php 36 28 10
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportTest.php 41 32 17
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php 72 42 26
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php 22 33 10
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportTest.php 32 23 12
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpOptions.php 36 24 15
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php 90 80 34
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php 29 20 13
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportFactoryTest.php 36 33 10
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportTest.php 31 54 22
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatOptions.php 99 38 21
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php 117 75 35
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransportFactory.php 34 20 13
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatOptionsTest.php 64 12 8
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportFactoryTest.php 48 28 10
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportTest.php 46 90 28
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php 84 45 27
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransportFactory.php 29 13 8
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportFactoryTest.php 19 29 10
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportTest.php 29 23 12
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php 77 52 31
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php 94 70 37
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransportFactory.php 30 18 10
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportFactoryTest.php 57 37 12
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportTest.php 36 47 18
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php 88 66 35
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransportFactory.php 35 16 9
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportFactoryTest.php 27 33 10
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportTest.php 34 37 17
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php 123 61 34
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransportFactory.php 35 15 9
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportTest.php 34 24 13
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php 58 40 25
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransportFactory.php 37 16 10
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportFactoryTest.php 20 30 12
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportTest.php 39 33 18
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInOptions.php 38 61 22
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php 88 60 31
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AbstractLinkedInShare.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AuthorShare.php 21 7 6
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/LifecycleStateShare.php 43 22 13
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareContentShare.php 75 37 16
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php 57 30 17
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php 42 30 11
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php 34 76 22
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php 75 45 27
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportFactoryTest.php 19 29 10
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportTest.php 39 23 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonOptions.php 19 29 15
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php 90 66 39
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransportFactory.php 28 13 8
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportFactoryTest.php 27 30 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportTest.php 104 56 20
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostOptions.php 46 19 14
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php 78 58 30
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransportFactory.php 28 14 8
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportFactoryTest.php 66 33 10
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportTest.php 37 23 12
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureOptions.php 78 46 15
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php 88 78 37
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php 48 40 26
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/Fixtures/DummyHub.php 33 46 17
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureOptionsTest.php 19 12 8
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportFactoryTest.php 58 36 15
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php 83 141 33
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdOptions.php 86 51 14
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php 75 54 32
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdOptionsTest.php 33 8 8
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportTest.php 35 25 14
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaOptions.php 76 40 14
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php 98 67 32
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaOptionsTest.php 29 8 8
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php 33 45 21
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCard.php 39 21 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCardCompatibleActionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Element/Header.php 37 11 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/HttpPostAction.php 69 23 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/AbstractInput.php 20 14 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/DateInput.php 36 11 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php 67 22 18
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/TextInput.php 46 12 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/InvokeAddInCommandAction.php 64 21 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php 46 22 17
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php 35 66 29
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php 82 55 34
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php 36 18 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Activity.php 57 16 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Fact.php 34 11 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Image.php 37 10 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Section.php 32 31 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Test/Action/Input/AbstractInputTestCase.php 66 31 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/ActionCardTest.php 46 17 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Element/HeaderTest.php 14 6 4
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/HttpPostActionTest.php 70 14 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/DateInputTest.php 40 10 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/MultiChoiceInputTest.php 28 25 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/TextInputTest.php 43 14 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/InvokeAddInCommandActionTest.php 55 12 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/OpenUriActionTest.php 60 18 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsOptionsTest.php 67 85 15
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportTest.php 34 107 26
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ActivityTest.php 14 10 4
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/FactTest.php 14 6 4
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ImageTest.php 14 9 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/SectionTest.php 55 22 8
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php 41 38 27
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php 86 63 33
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransportFactory.php 35 15 9
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytOptionsTest.php 64 28 13
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportFactoryTest.php 22 28 10
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportTest.php 33 27 16
/src/Symfony/Component/Notifier/Bridge/Novu/NovuOptions.php 34 77 20
/src/Symfony/Component/Notifier/Bridge/Novu/NovuSubscriberRecipient.php 34 88 15
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php 89 50 28
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransportFactory.php 38 17 11
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuOptionsTest.php 21 7 7
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportFactoryTest.php 25 29 10
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportTest.php 33 37 19
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php 163 83 31
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php 102 85 36
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransportFactory.php 33 36 20
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyOptionsTest.php 39 5 5
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportFactoryTest.php 23 23 9
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportTest.php 38 88 26
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php 83 50 27
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransportFactory.php 36 15 9
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalOptions.php 64 41 19
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php 98 68 31
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransportFactory.php 25 16 9
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalOptionsTest.php 14 5 4
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportFactoryTest.php 47 28 10
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportTest.php 68 84 28
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php 75 58 27
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransportFactory.php 32 15 9
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportFactoryTest.php 50 33 10
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php 125 82 34
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransportFactory.php 37 17 11
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportTest.php 43 61 25
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php 74 41 20
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php 66 48 29
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php 46 20 11
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportTest.php 43 25 13
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoOptions.php 28 39 14
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php 83 69 35
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransportFactory.php 36 16 10
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportFactoryTest.php 29 33 10
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportTest.php 92 62 25
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php 63 69 29
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php 73 54 30
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransportFactory.php 26 19 9
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportFactoryTest.php 24 23 10
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportTest.php 31 52 23
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkOptions.php 25 37 17
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php 93 65 30
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransportFactory.php 26 19 9
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportFactoryTest.php 44 28 10
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportTest.php 37 24 13
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralOptions.php 49 25 13
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php 78 61 33
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralOptionsTest.php 14 8 8
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportTest.php 38 61 24
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatOptions.php 43 27 15
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php 77 53 27
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportFactoryTest.php 22 28 10
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportTest.php 32 30 16
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php 93 61 30
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransportFactory.php 31 15 9
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportFactoryTest.php 44 28 10
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php 82 67 35
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransportFactory.php 35 16 10
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportTest.php 31 63 25
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php 76 47 27
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlock.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlockElement.php 21 9 9
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackActionsBlock.php 42 9 9
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php 33 21 11
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackDividerBlock.php 17 1 1
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php 19 11 7
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackImageBlock.php 17 2 2
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackImageBlockElement.php 17 1 1
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackSectionBlock.php 47 19 11
/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php 157 82 27
/src/Symfony/Component/Notifier/Bridge/Slack/SlackSentMessage.php 32 11 9
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php 97 68 33
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransportFactory.php 25 16 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackActionsBlockTest.php 54 10 7
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackContextBlockTest.php 53 19 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackHeaderBlockTest.php 35 13 8
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackSectionBlockTest.php 50 16 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackOptionsTest.php 198 87 26
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportTest.php 35 143 29
/src/Symfony/Component/Notifier/Bridge/Slack/UpdateMessageSlackOptions.php 17 3 3
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php 79 57 32
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php 48 28 10
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportTest.php 29 30 16
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php 95 63 31
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransportFactory.php 35 17 11
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportFactoryTest.php 48 28 10
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportTest.php 84 41 22
/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 22 16
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportFactoryTest.php 51 28 10
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportTest.php 35 27 16
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php 119 64 32
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransportFactory.php 33 20 11
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.php 48 42 22
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php 80 59 28
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransportFactory.php 34 16 9
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportTest.php 34 24 13
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeOptions.php 46 20 13
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php 85 66 35
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransportFactory.php 35 16 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportFactoryTest.php 24 33 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportTest.php 115 73 26
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php 108 76 32
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransportFactory.php 35 15 9
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportFactoryTest.php 48 23 10
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportTest.php 70 81 25
/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 65 21 9
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardRemove.php 21 3 3
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramOptions.php 238 115 21
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php 123 109 43
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php 34 34 13
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php 39 22 11
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php 787 256 37
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php 96 64 31
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportTest.php 29 25 14
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiOptions.php 66 23 13
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php 82 68 34
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransportFactory.php 36 16 10
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiOptionsTest.php 14 7 7
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportTest.php 32 62 25
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportTest.php 33 68 27
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php 103 60 28
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransportFactory.php 33 15 9
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportTest.php 73 62 26
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/Webhook/Fixtures/delivered.php 5 8 5
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/Webhook/TwilioRequestParserTest.php 26 16 10
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioOptions.php 18 20 14
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php 88 58 30
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php 41 34 18
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportFactoryTest.php 19 29 11
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportTest.php 116 108 21
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterOptions.php 25 70 22
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php 272 170 65
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php 42 24 14
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportTest.php 29 24 13
/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 37 16 10
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php 73 46 26
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransportFactory.php 34 15 9
/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php 61 45 25
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportFactoryTest.php 38 23 10
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportTest.php 30 32 18
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php 72 45 27
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransportFactory.php 30 17 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportTest.php 29 23 12
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskOptions.php 28 21 12
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php 83 51 28
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php 47 21 11
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.php 38 33 10
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportTest.php 34 23 12
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipOptions.php 38 24 9
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php 90 61 28
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransportFactory.php 28 13 8
/src/Symfony/Component/Notifier/Channel/AbstractChannel.php 23 21 10
/src/Symfony/Component/Notifier/Channel/BrowserChannel.php 48 29 19
/src/Symfony/Component/Notifier/Channel/ChannelInterface.php 24 3 3
/src/Symfony/Component/Notifier/Channel/ChannelPolicy.php 34 7 7
/src/Symfony/Component/Notifier/Channel/ChatChannel.php 44 17 15
/src/Symfony/Component/Notifier/Channel/EmailChannel.php 90 76 31
/src/Symfony/Component/Notifier/Channel/PushChannel.php 44 17 15
/src/Symfony/Component/Notifier/Channel/SmsChannel.php 48 19 17
/src/Symfony/Component/Notifier/Chatter.php 42 36 18
/src/Symfony/Component/Notifier/ChatterInterface.php 14 2 2
/src/Symfony/Component/Notifier/DataCollector/NotificationDataCollector.php 32 27 16
/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 30 16 13
/src/Symfony/Component/Notifier/Event/SentMessageEvent.php 22 5 4
/src/Symfony/Component/Notifier/EventListener/NotificationLoggerListener.php 46 17 10
/src/Symfony/Component/Notifier/EventListener/SendFailedMessageToNotifierListener.php 52 20 14
/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 23 11 9
/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 37 24 19
/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 100 22
/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 58 18
/src/Symfony/Component/Notifier/Message/EmailMessage.php 48 81 28
/src/Symfony/Component/Notifier/Message/FromNotificationInterface.php 21 3 3
/src/Symfony/Component/Notifier/Message/MessageInterface.php 23 7 3
/src/Symfony/Component/Notifier/Message/MessageOptionsInterface.php 21 2 2
/src/Symfony/Component/Notifier/Message/NullMessage.php 36 21 10
/src/Symfony/Component/Notifier/Message/PushMessage.php 71 62 18
/src/Symfony/Component/Notifier/Message/SentMessage.php 20 11 6
/src/Symfony/Component/Notifier/Message/SmsMessage.php 99 68 18
/src/Symfony/Component/Notifier/Messenger/MessageHandler.php 23 11 8
/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 82 32
/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 66 33
/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 52 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 57 28 18
/src/Symfony/Component/Notifier/Test/Constraint/NotificationIsQueued.php 22 18 13
/src/Symfony/Component/Notifier/Test/Constraint/NotificationSubjectContains.php 29 18 13
/src/Symfony/Component/Notifier/Test/Constraint/NotificationTransportIsEqual.php 29 21 15
/src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php 34 47 15
/src/Symfony/Component/Notifier/Test/TransportTestCase.php 58 50 14
/src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php 40 27 15
/src/Symfony/Component/Notifier/Tests/Channel/BrowserChannelTest.php 66 16 10
/src/Symfony/Component/Notifier/Tests/Channel/ChannelPolicyTest.php 42 14 10
/src/Symfony/Component/Notifier/Tests/ChatterTest.php 64 29 13
/src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php 99 67 32
/src/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php 40 21 13
/src/Symfony/Component/Notifier/Tests/Exception/MultipleExclusiveOptionsUsedExceptionTest.php 14 8 7
/src/Symfony/Component/Notifier/Tests/Exception/UnsupportedSchemeExceptionTest.php 114 99 14
/src/Symfony/Component/Notifier/Tests/Fixtures/TestOptions.php 25 14 12
/src/Symfony/Component/Notifier/Tests/Mailer/DummyMailer.php 25 12 12
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithTransport.php 37 24 11
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithoutTransport.php 22 25 11
/src/Symfony/Component/Notifier/Tests/Message/EmailMessageTest.php 24 7 7
/src/Symfony/Component/Notifier/Tests/Message/NullMessageTest.php 36 18 9
/src/Symfony/Component/Notifier/Tests/Message/PushMessageTest.php 50 25 8
/src/Symfony/Component/Notifier/Tests/Message/SmsMessageTest.php 40 29 9
/src/Symfony/Component/Notifier/Tests/NotifierTest.php 32 7 5
/src/Symfony/Component/Notifier/Tests/Recipient/RecipientTest.php 41 22 10
/src/Symfony/Component/Notifier/Tests/TexterTest.php 63 29 13
/src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php 38 88 20
/src/Symfony/Component/Notifier/Tests/Transport/DummyMessage.php 22 25 11
/src/Symfony/Component/Notifier/Tests/Transport/FailoverTransportTest.php 27 49 13
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportFactoryTest.php 44 18 9
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportTest.php 23 10 7
/src/Symfony/Component/Notifier/Tests/Transport/TransportsTest.php 44 39 10
/src/Symfony/Component/Notifier/Texter.php 42 36 18
/src/Symfony/Component/Notifier/TexterInterface.php 14 2 2
/src/Symfony/Component/Notifier/Transport.php 113 59 23
/src/Symfony/Component/Notifier/Transport/AbstractTransport.php 81 65 26
/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php 45 43 21
/src/Symfony/Component/Notifier/Transport/Dsn.php 87 91 25
/src/Symfony/Component/Notifier/Transport/FailoverTransport.php 14 18 12
/src/Symfony/Component/Notifier/Transport/NullTransport.php 53 28 20
/src/Symfony/Component/Notifier/Transport/NullTransportFactory.php 23 10 9
/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php 74 56 34
/src/Symfony/Component/Notifier/Transport/TransportFactoryInterface.php 28 9 4
/src/Symfony/Component/Notifier/Transport/TransportInterface.php 28 7 5
/src/Symfony/Component/Notifier/Transport/Transports.php 70 27 14
/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 2 2
/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 51 52 19
/src/Symfony/Component/OptionsResolver/Options.php 20 1 1
/src/Symfony/Component/OptionsResolver/OptionsResolver.php 1157 509 69
/src/Symfony/Component/OptionsResolver/Tests/Debug/OptionsResolverIntrospectorTest.php 158 182 17
/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php 538 2060 43
/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php 154 77 38
/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 21 3 3
/src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php 44 56 31
/src/Symfony/Component/PasswordHasher/Hasher/MigratingPasswordHasher.php 36 13 9
/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php 40 58 24
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php 25 2 2
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php 186 123 37
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php 30 1 1
/src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php 55 42 26
/src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php 62 31 21
/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php 41 42 19
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php 52 20 9
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasherInterface.php 31 2 1
/src/Symfony/Component/PasswordHasher/LegacyPasswordHasherInterface.php 30 8 5
/src/Symfony/Component/PasswordHasher/PasswordHasherInterface.php 32 3 3
/src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php 28 175 36
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php 44 34 13
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php 16 11 7
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php 32 41 11
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php 60 28 8
/src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php 119 54 22
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php 235 125 23
/src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php 32 27 11
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php 22 36 11
/src/Symfony/Component/PasswordHasher/Tests/Hasher/SodiumPasswordHasherTest.php 21 48 16
/src/Symfony/Component/PasswordHasher/Tests/Hasher/UserPasswordHasherTest.php 128 36 12
/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 13 11
/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php 58 30 19
/src/Symfony/Component/Process/Exception/RunProcessFailedException.php 19 9 9
/src/Symfony/Component/Process/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Process/ExecutableFinder.php 35 34 14
/src/Symfony/Component/Process/InputStream.php 43 31 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 13 8
/src/Symfony/Component/Process/PhpExecutableFinder.php 32 49 26
/src/Symfony/Component/Process/PhpProcess.php 53 45 23
/src/Symfony/Component/Process/PhpSubprocess.php 76 82 37
/src/Symfony/Component/Process/Pipes/AbstractPipes.php 78 76 38
/src/Symfony/Component/Process/Pipes/PipesInterface.php 55 8 4
/src/Symfony/Component/Process/Pipes/UnixPipes.php 29 47 29
/src/Symfony/Component/Process/Pipes/WindowsPipes.php 38 89 43
/src/Symfony/Component/Process/Process.php 1376 595 100
/src/Symfony/Component/Process/ProcessUtils.php 40 18 17
/src/Symfony/Component/Process/Tests/CreateNewConsoleTest.php 30 19 11
/src/Symfony/Component/Process/Tests/ErrorProcessInitiator.php 32 23 16
/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php 137 43 17
/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php 22 2 2
/src/Symfony/Component/Process/Tests/Messenger/RunProcessMessageHandlerTest.php 34 17 11
/src/Symfony/Component/Process/Tests/NonStopableProcess.php 21 16 13
/src/Symfony/Component/Process/Tests/OutputMemoryLimitProcess.php 19 12 9
/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php 74 20 10
/src/Symfony/Component/Process/Tests/PhpProcessTest.php 65 35 14
/src/Symfony/Component/Process/Tests/PhpSubprocessTest.php 67 28 16
/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php 37 37 12
/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php 45 29 10
/src/Symfony/Component/Process/Tests/ProcessTest.php 1242 990 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 24 7 6
/src/Symfony/Component/PropertyAccess/PropertyAccessor.php 200 376 69
/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php 172 67 10
/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php 76 13 4
/src/Symfony/Component/PropertyAccess/PropertyPath.php 161 70 29
/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php 243 68 30
/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php 41 4 4
/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php 38 12 8
/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 31 18
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/ReturnTyped.php 28 25 11
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidArgumentLength.php 16 20 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidMethods.php 16 13 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php 57 168 28
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php 18 7 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php 18 4 3
/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 34 18
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php 26 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 19 11 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTestCase.php 87 49 17
/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 60 64 11
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTestCase.php 72 94 17
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php 20 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php 896 673 50
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php 20 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php 278 97 18
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php 39 64 15
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetter.php 23 13 8
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetterSameSingularAndPlural.php 23 13 8
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoConstructorPass.php 36 6 6
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php 49 19 7
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php 32 6 6
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php 26 11 10
/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php 328 193 54
/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php 282 178 49
/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php 529 344 53
/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php 26 23 19
/src/Symfony/Component/PropertyInfo/PhpStan/NameScope.php 44 23 13
/src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php 42 30 21
/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php 24 6 3
/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php 29 8 4
/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php 75 72 25
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php 80 58 21
/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 44 14
/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 67 20
/src/Symfony/Component/PropertyInfo/PropertyWriteInfoExtractorInterface.php 24 3 3
/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php 38 17 10
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoConstructorPassTest.php 14 11 6
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoPassTest.php 45 18 10
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php 31 16 9
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php 383 199 25
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php 439 227 28
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php 461 246 24
/src/Symfony/Component/PropertyInfo/Tests/Extractor/SerializerExtractorTest.php 35 14 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/AdderRemoverDummy.php 22 21 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummy.php 20 24 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummyWithoutDocBlock.php 16 13 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DefaultValue.php 20 27 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DockBlockFallback.php 27 19 5
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php 257 206 21
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php 62 93 13
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyNamespace.php 22 9 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyTraitExternal.php 52 24 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyUnionType.php 25 40 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Extractor/DummyNamespace.php 21 12 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IgnorePropertyDummy.php 25 16 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IntRangeDummy.php 24 17 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/InvalidDummy.php 37 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 79 73 17
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php 125 82 14
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php 27 43 16
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php74Dummy.php 26 40 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php 19 30 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7ParentDummy.php 16 9 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80Dummy.php 16 112 24
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80PromotedDummy.php 20 11 10
/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 32 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/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 14 1 1
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php 35 47 8
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php 17 2 2
/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php 48 38 14
/src/Symfony/Component/PropertyInfo/Type.php 89 69 23
/src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php 159 145 39
/src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php 172 132 25
/src/Symfony/Component/RateLimiter/CompoundLimiter.php 28 23 20
/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 45 19 9
/src/Symfony/Component/RateLimiter/Exception/ReserveNotSupportedException.php 21 5 5
/src/Symfony/Component/RateLimiter/LimiterInterface.php 49 5 4
/src/Symfony/Component/RateLimiter/LimiterStateInterface.php 27 2 2
/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php 53 49 24
/src/Symfony/Component/RateLimiter/Policy/NoLimiter.php 38 23 16
/src/Symfony/Component/RateLimiter/Policy/Rate.php 85 28 11
/src/Symfony/Component/RateLimiter/Policy/ResetLimiterTrait.php 25 20 12
/src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php 103 59 25
/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php 57 53 24
/src/Symfony/Component/RateLimiter/Policy/TokenBucket.php 52 43 18
/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php 61 43 22
/src/Symfony/Component/RateLimiter/Policy/Window.php 23 47 20
/src/Symfony/Component/RateLimiter/RateLimit.php 75 14 9
/src/Symfony/Component/RateLimiter/RateLimiterFactory.php 63 51 27
/src/Symfony/Component/RateLimiter/Reservation.php 46 14 11
/src/Symfony/Component/RateLimiter/Storage/CacheStorage.php 22 20 14
/src/Symfony/Component/RateLimiter/Storage/InMemoryStorage.php 44 31 20
/src/Symfony/Component/RateLimiter/Storage/StorageInterface.php 21 4 3
/src/Symfony/Component/RateLimiter/Tests/CompoundLimiterTest.php 85 39 16
/src/Symfony/Component/RateLimiter/Tests/LimiterTest.php 49 13 11
/src/Symfony/Component/RateLimiter/Tests/Policy/FixedWindowLimiterTest.php 122 71 22
/src/Symfony/Component/RateLimiter/Tests/Policy/NoLimiterTest.php 14 7 5
/src/Symfony/Component/RateLimiter/Tests/Policy/RateTest.php 27 11 9
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowLimiterTest.php 92 52 15
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowTest.php 115 73 18
/src/Symfony/Component/RateLimiter/Tests/Policy/TokenBucketLimiterTest.php 138 57 24
/src/Symfony/Component/RateLimiter/Tests/RateLimitTest.php 37 17 13
/src/Symfony/Component/RateLimiter/Tests/RateLimiterFactoryTest.php 73 19 10
/src/Symfony/Component/RateLimiter/Tests/Resources/DummyWindow.php 32 18 10
/src/Symfony/Component/RateLimiter/Tests/Storage/CacheStorageTest.php 81 40 14
/src/Symfony/Component/RateLimiter/Util/TimeUtil.php 21 2 2
/src/Symfony/Component/RemoteEvent/Attribute/AsRemoteEventConsumer.php 20 11 11
/src/Symfony/Component/RemoteEvent/Consumer/ConsumerInterface.php 21 1 1
/src/Symfony/Component/RemoteEvent/Event/Mailer/AbstractMailerEvent.php 51 17 5
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerDeliveryEvent.php 32 8 4
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerEngagementEvent.php 19 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 21 13
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventMessage.php 21 21 14
/src/Symfony/Component/RemoteEvent/PayloadConverterInterface.php 21 4 4
/src/Symfony/Component/RemoteEvent/RemoteEvent.php 19 33 15
/src/Symfony/Component/RemoteEvent/Tests/Event/Sms/SmsEventTest.php 14 7 7
/src/Symfony/Component/Routing/Alias.php 71 26 15
/src/Symfony/Component/Routing/Annotation/Route.php 16 3 3
/src/Symfony/Component/Routing/Attribute/Route.php 73 137 21
/src/Symfony/Component/Routing/CompiledRoute.php 89 50 17
/src/Symfony/Component/Routing/DependencyInjection/AddExpressionLanguageProvidersPass.php 16 8 8
/src/Symfony/Component/Routing/DependencyInjection/RoutingResolverPass.php 30 8 8
/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/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 20
/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php 50 7 4
/src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php 56 31 17
/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 202 56
/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php 79 9 4
/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php 220 189 61
/src/Symfony/Component/Routing/Loader/AttributeDirectoryLoader.php 70 32 22
/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php 68 88 39
/src/Symfony/Component/Routing/Loader/ClosureLoader.php 36 21 17
/src/Symfony/Component/Routing/Loader/Configurator/AliasConfigurator.php 14 8 7
/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php 83 78 39
/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php 81 22 14
/src/Symfony/Component/Routing/Loader/Configurator/RouteConfigurator.php 43 20 16
/src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php 45 47 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php 55 22 12
/src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php 23 20 17
/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php 47 40 27
/src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php 39 33 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php 130 52 12
/src/Symfony/Component/Routing/Loader/ContainerLoader.php 31 25 22
/src/Symfony/Component/Routing/Loader/DirectoryLoader.php 35 32 20
/src/Symfony/Component/Routing/Loader/GlobFileLoader.php 37 19 13
/src/Symfony/Component/Routing/Loader/ObjectLoader.php 36 34 19
/src/Symfony/Component/Routing/Loader/PhpFileLoader.php 59 35 25
/src/Symfony/Component/Routing/Loader/Psr4DirectoryLoader.php 51 50 31
/src/Symfony/Component/Routing/Loader/XmlFileLoader.php 97 173 48
/src/Symfony/Component/Routing/Loader/YamlFileLoader.php 285 171 50
/src/Symfony/Component/Routing/Matcher/CompiledUrlMatcher.php 29 7 3
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php 480 291 88
/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 27 5 3
/src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php 160 71 31
/src/Symfony/Component/Routing/Matcher/ExpressionLanguageProvider.php 47 17 14
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php 26 23 15
/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 88 35
/src/Symfony/Component/Routing/Matcher/UrlMatcher.php 118 123 48
/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php 15 4 2
/src/Symfony/Component/Routing/RequestContext.php 55 96 30
/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 167 44
/src/Symfony/Component/Routing/RouteCollection.php 80 92 30
/src/Symfony/Component/Routing/RouteCompiler.php 255 173 47
/src/Symfony/Component/Routing/RouteCompilerInterface.php 27 3 3
/src/Symfony/Component/Routing/Router.php 304 160 44
/src/Symfony/Component/Routing/RouterInterface.php 24 1 1
/src/Symfony/Component/Routing/Tests/Attribute/RouteTest.php 23 12 10
/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php 14 8 5
/src/Symfony/Component/Routing/Tests/DependencyInjection/AddExpressionLanguageProvidersPassTest.php 16 29 8
/src/Symfony/Component/Routing/Tests/DependencyInjection/RoutingResolverPassTest.php 17 10 7
/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 20 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 17
/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 11 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 11 22 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPrefixController.php 11 11 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPriorityController.php 15 13 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/Utf8ActionControllers.php 11 20 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/AbstractClass.php 18 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 7 9 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamAfterParenthesisController.php 8 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 7 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamQuotedAfterParenthesisController.php 9 7 5
/src/Symfony/Component/Routing/Tests/Fixtures/CustomCompiledRoute.php 16 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/CustomRouteCompiler.php 20 8 8
/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php 22 10 10
/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 17 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 21 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 11 11
/src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php 23 19 18
/src/Symfony/Component/Routing/Tests/Fixtures/alias/alias.php 7 9 2
/src/Symfony/Component/Routing/Tests/Fixtures/alias/expected.php 19 10 4
/src/Symfony/Component/Routing/Tests/Fixtures/class-attributes.php 12 5 4
/src/Symfony/Component/Routing/Tests/Fixtures/collection-defaults.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/defaults.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher1.php 93 11 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher10.php 2004 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 37 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 81 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 20 3 1
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl.php 5 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl_bar.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl_baz.php 6 1 1
/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 1
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-host-expected-collection.php 33 70 6
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-locale-and-host-expected-collection.php 21 70 6
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-single-host-expected-collection.php 9 38 6
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-without-host-expected-collection.php 9 36 6
/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 3 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-locale-and-host.php 6 2 1
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-single-host.php 6 3 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-without-host.php 6 2 2
/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 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl.php 15 10 5
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_i18n.php 8 8 4
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub_i18n.php 7 4 3
/src/Symfony/Component/Routing/Tests/Fixtures/php_object_dsl.php 17 13 8
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-attributes.php 13 5 4
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection/psr4-attributes.php 13 5 4
/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php 16 4 3
/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 196 199 19
/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php 309 396 36
/src/Symfony/Component/Routing/Tests/Loader/AttributeClassLoaderTest.php 287 90 20
/src/Symfony/Component/Routing/Tests/Loader/AttributeDirectoryLoaderTest.php 64 46 17
/src/Symfony/Component/Routing/Tests/Loader/AttributeFileLoaderTest.php 108 98 16
/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php 31 18 10
/src/Symfony/Component/Routing/Tests/Loader/ContainerLoaderTest.php 23 15 13
/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php 60 30 15
/src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php 18 16 16
/src/Symfony/Component/Routing/Tests/Loader/GlobFileLoaderTest.php 41 36 24
/src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php 101 74 32
/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php 325 211 22
/src/Symfony/Component/Routing/Tests/Loader/Psr4DirectoryLoaderTest.php 84 44 18
/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php 555 366 26
/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php 421 340 26
/src/Symfony/Component/Routing/Tests/Matcher/CompiledRedirectableUrlMatcherTest.php 36 18 12
/src/Symfony/Component/Routing/Tests/Matcher/CompiledUrlMatcherTest.php 25 8 8
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/CompiledUrlMatcherDumperTest.php 410 237 36
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/StaticPrefixCollectionTest.php 37 18 13
/src/Symfony/Component/Routing/Tests/Matcher/ExpressionLanguageProviderTest.php 31 44 20
/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php 146 110 12
/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php 106 50 16
/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php 97 530 27
/src/Symfony/Component/Routing/Tests/RequestContextTest.php 91 109 10
/src/Symfony/Component/Routing/Tests/Requirement/EnumRequirementTest.php 52 43 18
/src/Symfony/Component/Routing/Tests/Requirement/RequirementTest.php 444 95 6
/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php 88 217 14
/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php 315 102 19
/src/Symfony/Component/Routing/Tests/RouteTest.php 290 223 23
/src/Symfony/Component/Routing/Tests/RouterTest.php 41 86 24
/src/Symfony/Component/Runtime/GenericRuntime.php 80 106 43
/src/Symfony/Component/Runtime/Internal/BasicErrorHandler.php 21 22 12
/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php 98 98 39
/src/Symfony/Component/Runtime/Internal/Console/ApplicationRuntime.php 19 4 4
/src/Symfony/Component/Runtime/Internal/Console/Command/CommandRuntime.php 19 4 4
/src/Symfony/Component/Runtime/Internal/Console/Input/InputInterfaceRuntime.php 19 4 4
/src/Symfony/Component/Runtime/Internal/Console/Output/OutputInterfaceRuntime.php 19 4 4
/src/Symfony/Component/Runtime/Internal/HttpFoundation/RequestRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/HttpFoundation/ResponseRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php 19 4 4
/src/Symfony/Component/Runtime/Internal/MissingDotenv.php 17 2 2
/src/Symfony/Component/Runtime/Internal/SymfonyErrorHandler.php 25 12 12
/src/Symfony/Component/Runtime/Resolver/ClosureResolver.php 21 16 11
/src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php 19 13 13
/src/Symfony/Component/Runtime/ResolverInterface.php 22 1 1
/src/Symfony/Component/Runtime/Runner/ClosureRunner.php 21 15 15
/src/Symfony/Component/Runtime/Runner/Symfony/ConsoleApplicationRunner.php 25 34 16
/src/Symfony/Component/Runtime/Runner/Symfony/HttpKernelRunner.php 26 28 16
/src/Symfony/Component/Runtime/Runner/Symfony/ResponseRunner.php 22 15 15
/src/Symfony/Component/Runtime/RunnerInterface.php 19 1 1
/src/Symfony/Component/Runtime/RuntimeInterface.php 26 5 3
/src/Symfony/Component/Runtime/SymfonyRuntime.php 221 110 40
/src/Symfony/Component/Runtime/Tests/phpt/application.php 17 13 7
/src/Symfony/Component/Runtime/Tests/phpt/autoload.php 24 17 14
/src/Symfony/Component/Runtime/Tests/phpt/command.php 17 5 4
/src/Symfony/Component/Runtime/Tests/phpt/command2.php 16 6 5
/src/Symfony/Component/Runtime/Tests/phpt/command_list.php 16 8 4
/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 6 5
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php 15 6 5
/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 5 4
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_no_debug.php 20 4 4
/src/Symfony/Component/Runtime/Tests/phpt/generic-request.php 19 10 9
/src/Symfony/Component/Runtime/Tests/phpt/hello.php 12 3 3
/src/Symfony/Component/Runtime/Tests/phpt/kernel-loop.php 20 13 12
/src/Symfony/Component/Runtime/Tests/phpt/kernel.php 16 26 21
/src/Symfony/Component/Runtime/Tests/phpt/request.php 15 10 9
/src/Symfony/Component/Runtime/Tests/phpt/runtime-options.php 16 6 5
/src/Symfony/Component/Scheduler/Attribute/AsCronTask.php 22 67 18
/src/Symfony/Component/Scheduler/Attribute/AsPeriodicTask.php 22 77 18
/src/Symfony/Component/Scheduler/Attribute/AsSchedule.php 22 11 11
/src/Symfony/Component/Scheduler/Command/DebugCommand.php 113 60 38
/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php 69 47 25
/src/Symfony/Component/Scheduler/Event/FailureEvent.php 21 53 21
/src/Symfony/Component/Scheduler/Event/PostRunEvent.php 19 35 16
/src/Symfony/Component/Scheduler/Event/PreRunEvent.php 21 44 21
/src/Symfony/Component/Scheduler/EventListener/DispatchSchedulerEventListener.php 29 59 24
/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 61 26
/src/Symfony/Component/Scheduler/Generator/CheckpointInterface.php 20 3 3
/src/Symfony/Component/Scheduler/Generator/MessageContext.php 21 33 11
/src/Symfony/Component/Scheduler/Generator/MessageGenerator.php 83 86 42
/src/Symfony/Component/Scheduler/Generator/TriggerHeap.php 32 21 20
/src/Symfony/Component/Scheduler/Messenger/ScheduledStamp.php 19 7 7
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransport.php 22 36 25
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php 28 43 27
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessage.php 45 21 13
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessageHandler.php 14 14 11
/src/Symfony/Component/Scheduler/RecurringMessage.php 82 71 36
/src/Symfony/Component/Scheduler/Schedule.php 24 74 23
/src/Symfony/Component/Scheduler/Scheduler.php 90 55 31
/src/Symfony/Component/Scheduler/Tests/Command/DebugCommandTest.php 83 48 14
/src/Symfony/Component/Scheduler/Tests/EventListener/DispatchSchedulerEventListenerTest.php 75 36 18
/src/Symfony/Component/Scheduler/Tests/Fixtures/SomeScheduleProvider.php 19 12 12
/src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php 135 162 16
/src/Symfony/Component/Scheduler/Tests/Generator/MessageGeneratorTest.php 318 126 46
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportFactoryTest.php 40 35 11
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportTest.php 46 34 12
/src/Symfony/Component/Scheduler/Tests/RecurringMessageTest.php 34 26 12
/src/Symfony/Component/Scheduler/Tests/ScheduleTest.php 24 12 8
/src/Symfony/Component/Scheduler/Tests/SchedulerTest.php 27 24 16
/src/Symfony/Component/Scheduler/Tests/Trigger/AbstractDecoratedTriggerTest.php 26 15 8
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackMessageProviderTest.php 28 22 11
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackTriggerTest.php 21 20 10
/src/Symfony/Component/Scheduler/Tests/Trigger/CronExpressionTriggerTest.php 94 23 11
/src/Symfony/Component/Scheduler/Tests/Trigger/ExcludeTimeTriggerTest.php 14 5 5
/src/Symfony/Component/Scheduler/Tests/Trigger/JitterTriggerTest.php 14 13 11
/src/Symfony/Component/Scheduler/Tests/Trigger/PeriodicalTriggerTest.php 232 99 32
/src/Symfony/Component/Scheduler/Trigger/AbstractDecoratedTrigger.php 23 16 14
/src/Symfony/Component/Scheduler/Trigger/CallbackMessageProvider.php 40 21 15
/src/Symfony/Component/Scheduler/Trigger/CallbackTrigger.php 33 16 12
/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php 49 73 37
/src/Symfony/Component/Scheduler/Trigger/ExcludeTimeTrigger.php 16 18 12
/src/Symfony/Component/Scheduler/Trigger/JitterTrigger.php 22 15 13
/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php 69 85 45
/src/Symfony/Component/Scheduler/Trigger/StatefulTriggerInterface.php 16 2 2
/src/Symfony/Component/Scheduler/Trigger/StaticMessageProvider.php 21 28 17
/src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php 19 2 2
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php 22 16 8
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php 32 6 2
/src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php 21 16 10
/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php 31 12 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php 21 25 8
/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php 53 3 3
/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php 125 51 31
/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php 65 76 21
/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php 23 15 14
/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php 36 20 14
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php 56 26 15
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php 26 4 2
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php 67 26 15
/src/Symfony/Component/Security/Core/Authentication/Token/SwitchUserToken.php 45 23 13
/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php 74 12 5
/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php 23 12 12
/src/Symfony/Component/Security/Core/AuthenticationEvents.php 16 4 3
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php 52 74 38
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php 29 6 6
/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php 33 26 20
/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php 26 6 6
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php 15 15 12
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php 24 41 15
/src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php 29 7 7
/src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php 38 7 6
/src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php 30 6 6
/src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php 29 7 7
/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php 50 32 24
/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php 43 38 17
/src/Symfony/Component/Security/Core/Authorization/Voter/CacheableVoterInterface.php 29 2 1
/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php 52 46 24
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php 23 8 8
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php 30 20 15
/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php 36 16 12
/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php 37 24 15
/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 15 13
/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php 23 5 5
/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php 28 17 13
/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 37 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 18 11
/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 38 19
/src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php 76 38 26
/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php 138 119 23
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/CacheTokenVerifierTest.php 37 9 5
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php 14 32 9
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php 14 13 6
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php 80 60 29
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php 40 23 11
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php 22 14 8
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php 31 19 11
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php 25 10 7
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/UsageTrackingTokenStorageTest.php 16 27 10
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/SwitchUserTokenTest.php 24 33 12
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php 22 14 7
/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php 262 103 33
/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php 61 38 18
/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php 37 15 10
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/AffirmativeStrategyTest.php 21 7 6
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ConsensusStrategyTest.php 35 9 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/PriorityStrategyTest.php 40 7 6
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/UnanimousStrategyTest.php 29 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php 194 59 22
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php 66 36 16
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php 35 37 14
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php 30 19 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php 59 25 15
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/TraceableVoterTest.php 51 24 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php 92 103 33
/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php 63 31 16
/src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php 14 8 5
/src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php 19 12 10
/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php 53 33 16
/src/Symfony/Component/Security/Core/Tests/Role/LegacyRoleTest.php 14 7 7
/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php 14 4 4
/src/Symfony/Component/Security/Core/Tests/Signature/ExpiredSignatureStorageTest.php 14 5 5
/src/Symfony/Component/Security/Core/Tests/User/ChainUserCheckerTest.php 40 12 5
/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php 276 80 13
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserCheckerTest.php 39 13 7
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php 68 34 15
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserTest.php 52 56 13
/src/Symfony/Component/Security/Core/Tests/User/OidcUserTest.php 102 72 13
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordTest.php 45 69 26
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTestCase.php 83 61 24
/src/Symfony/Component/Security/Core/User/AttributesBasedUserProviderInterface.php 35 5 5
/src/Symfony/Component/Security/Core/User/ChainUserChecker.php 14 7 6
/src/Symfony/Component/Security/Core/User/ChainUserProvider.php 79 32 17
/src/Symfony/Component/Security/Core/User/EquatableInterface.php 29 1 1
/src/Symfony/Component/Security/Core/User/InMemoryUser.php 89 55 24
/src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php 25 11 11
/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php 107 29 16
/src/Symfony/Component/Security/Core/User/LegacyPasswordAuthenticatedUserInterface.php 27 3 3
/src/Symfony/Component/Security/Core/User/MissingUserProvider.php 49 41 13
/src/Symfony/Component/Security/Core/User/OidcUser.php 54 255 23
/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 26 17
/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php 34 25 18
/src/Symfony/Component/Security/Csrf/CsrfToken.php 22 12 9
/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php 139 80 36
/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php 43 4 3
/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php 19 4 4
/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php 173 272 22
/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php 67 32 23
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php 38 45 13
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php 95 84 14
/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php 30 8 8
/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php 29 20 15
/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php 32 24 16
/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php 39 2 2
/src/Symfony/Component/Security/Http/AccessMap.php 25 12 10
/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 13 13
/src/Symfony/Component/Security/Http/AccessToken/FormEncodedBodyExtractor.php 39 14 14
/src/Symfony/Component/Security/Http/AccessToken/HeaderAccessTokenExtractor.php 43 18 12
/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 120 33
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php 47 28 18
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php 51 33 22
/src/Symfony/Component/Security/Http/AccessToken/QueryAccessTokenExtractor.php 33 12 12
/src/Symfony/Component/Security/Http/Attribute/CurrentUser.php 23 5 5
/src/Symfony/Component/Security/Http/Attribute/IsGranted.php 22 49 18
/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php 32 3 2
/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php 32 5 4
/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php 38 28 20
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php 210 152 40
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManagerInterface.php 15 7 4
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php 36 13 11
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php 40 16 13
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php 57 44 19
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php 63 64 26
/src/Symfony/Component/Security/Http/Authentication/UserAuthenticatorInterface.php 31 8 6
/src/Symfony/Component/Security/Http/Authenticator/AbstractAuthenticator.php 31 6 5
/src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php 42 21 15
/src/Symfony/Component/Security/Http/Authenticator/AbstractPreAuthenticatedAuthenticator.php 64 68 27
/src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php 39 100 35
/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php 51 9 4
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php 114 80 37
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php 80 28 18
/src/Symfony/Component/Security/Http/Authenticator/FallbackUserLoader.php 28 15 15
/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php 98 96 31
/src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php 86 64 27
/src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php 30 1 1
/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php 165 119 35
/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php 64 46 27
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php 42 21 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php 58 23 12
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PreAuthenticatedUserBadge.php 29 6 6
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/RememberMeBadge.php 31 24 16
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php 107 48 26
/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 15 13
/src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php 114 49 29
/src/Symfony/Component/Security/Http/Authenticator/Passport/SelfValidatingPassport.php 28 6 5
/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php 55 74 35
/src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php 33 14 11
/src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php 42 21 17
/src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php 47 19 14
/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php 14 5 3
/src/Symfony/Component/Security/Http/Controller/SecurityTokenValueResolver.php 27 24 16
/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php 40 30 17
/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php 43 5 4
/src/Symfony/Component/Security/Http/EntryPoint/Exception/NotAnEntryPointException.php 23 1 1
/src/Symfony/Component/Security/Http/Event/AuthenticationTokenCreatedEvent.php 44 9 6
/src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php 41 9 6
/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php 37 12 7
/src/Symfony/Component/Security/Http/Event/LazyResponseEvent.php 34 29 13
/src/Symfony/Component/Security/Http/Event/LoginFailureEvent.php 79 50 13
/src/Symfony/Component/Security/Http/Event/LoginSuccessEvent.php 89 46 15
/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 24 18
/src/Symfony/Component/Security/Http/EventListener/CheckRememberMeConditionsListener.php 68 31 22
/src/Symfony/Component/Security/Http/EventListener/ClearSiteDataLogoutListener.php 36 24 22
/src/Symfony/Component/Security/Http/EventListener/CookieClearingLogoutListener.php 47 17 17
/src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php 57 15 14
/src/Symfony/Component/Security/Http/EventListener/CsrfTokenClearingLogoutListener.php 33 15 11
/src/Symfony/Component/Security/Http/EventListener/DefaultLogoutListener.php 37 19 13
/src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php 83 83 54
/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php 65 25 16
/src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php 72 25 18
/src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php 76 32 20
/src/Symfony/Component/Security/Http/EventListener/SessionLogoutListener.php 26 15 11
/src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php 58 20 16
/src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php 55 15 12
/src/Symfony/Component/Security/Http/EventListener/UserProviderListener.php 28 8 7
/src/Symfony/Component/Security/Http/Firewall.php 95 44 26
/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php 23 7 7
/src/Symfony/Component/Security/Http/Firewall/AccessListener.php 94 39 28
/src/Symfony/Component/Security/Http/Firewall/AuthenticatorManagerListener.php 37 12 11
/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php 83 52 29
/src/Symfony/Component/Security/Http/Firewall/ContextListener.php 268 199 69
/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php 207 114 40
/src/Symfony/Component/Security/Http/Firewall/FirewallListenerInterface.php 42 5 5
/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php 107 58 29
/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php 163 128 49
/src/Symfony/Component/Security/Http/FirewallMap.php 30 18 12
/src/Symfony/Component/Security/Http/FirewallMapInterface.php 14 3 2
/src/Symfony/Component/Security/Http/HttpUtils.php 57 89 32
/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php 55 44 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 45 22
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php 36 6 4
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php 66 41 21
/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php 90 111 29
/src/Symfony/Component/Security/Http/ParameterBagUtils.php 51 57 22
/src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php 61 22 15
/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php 65 47 23
/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php 42 53 28
/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 33 13 12
/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php 72 25 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 46 27 17
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php 14 1 1
/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php 29 15 8
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php 72 75 25
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcUserInfoTokenHandlerTest.php 58 27 18
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticationUtilsTest.php 77 34 9
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php 349 197 43
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php 75 114 14
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php 66 36 13
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractAuthenticatorTest.php 55 53 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractLoginFormAuthenticatorTest.php 34 42 26
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/ChainedAccessTokenExtractorsTest.php 85 47 20
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/FormEncodedBodyAccessTokenAuthenticatorTest.php 114 57 22
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/HeaderAccessTokenAuthenticatorTest.php 134 72 20
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/QueryAccessTokenAuthenticatorTest.php 93 51 20
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessTokenAuthenticatorTest.php 150 55 16
/src/Symfony/Component/Security/Http/Tests/Authenticator/Debug/TraceableAuthenticatorTest.php 46 18 8
/src/Symfony/Component/Security/Http/Tests/Authenticator/Fixtures/PasswordUpgraderProvider.php 20 8 7
/src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php 189 106 28
/src/Symfony/Component/Security/Http/Tests/Authenticator/HttpBasicAuthenticatorTest.php 69 25 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php 25 13 10
/src/Symfony/Component/Security/Http/Tests/Authenticator/JsonLoginAuthenticatorTest.php 176 117 30
/src/Symfony/Component/Security/Http/Tests/Authenticator/LoginLinkAuthenticatorTest.php 46 46 19
/src/Symfony/Component/Security/Http/Tests/Authenticator/Passport/Badge/UserBadgeTest.php 14 9 9
/src/Symfony/Component/Security/Http/Tests/Authenticator/RememberMeAuthenticatorTest.php 80 41 16
/src/Symfony/Component/Security/Http/Tests/Authenticator/RemoteUserAuthenticatorTest.php 72 31 19
/src/Symfony/Component/Security/Http/Tests/Authenticator/X509AuthenticatorTest.php 141 51 16
/src/Symfony/Component/Security/Http/Tests/Controller/SecurityTokenValueResolverTest.php 43 37 14
/src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php 63 64 18
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php 102 92 22
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckRememberMeConditionsListenerTest.php 121 55 23
/src/Symfony/Component/Security/Http/Tests/EventListener/ClearSiteDataLogoutListenerTest.php 43 20 15
/src/Symfony/Component/Security/Http/Tests/EventListener/CookieClearingLogoutListenerTest.php 71 24 10
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php 80 44 23
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfTokenClearingLogoutListenerTest.php 30 10 8
/src/Symfony/Component/Security/Http/Tests/EventListener/IsGrantedAttributeListenerTest.php 241 75 17
/src/Symfony/Component/Security/Http/Tests/EventListener/LoginThrottlingListenerTest.php 78 52 20
/src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php 122 137 31
/src/Symfony/Component/Security/Http/Tests/EventListener/RememberMeListenerTest.php 61 53 25
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionLogoutListenerTest.php 42 12 7
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionStrategyListenerTest.php 43 64 19
/src/Symfony/Component/Security/Http/Tests/EventListener/UserCheckerListenerTest.php 54 44 19
/src/Symfony/Component/Security/Http/Tests/EventListener/UserProviderListenerTest.php 56 24 14
/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php 47 60 20
/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php 14 19 5
/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php 578 307 52
/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php 178 105 20
/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php 166 64 21
/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php 269 178 24
/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php 18 25 7
/src/Symfony/Component/Security/Http/Tests/FirewallTest.php 14 18 7
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummyAuthenticator.php 36 52 17
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummySupportsAuthenticator.php 25 14 11
/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 361 164 23
/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php 145 176 49
/src/Symfony/Component/Security/Http/Tests/Logout/LogoutUrlGeneratorTest.php 40 46 11
/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentRememberMeHandlerTest.php 49 93 25
/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php 67 34 13
/src/Symfony/Component/Security/Http/Tests/RememberMe/SignatureRememberMeHandlerTest.php 90 47 18
/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php 77 30 13
/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php 42 22 9
/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php 28 10 6
/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 79 69 28
/src/Symfony/Component/Semaphore/SemaphoreFactory.php 28 33 22
/src/Symfony/Component/Semaphore/SemaphoreInterface.php 52 15 5
/src/Symfony/Component/Semaphore/Store/RedisStore.php 159 61 35
/src/Symfony/Component/Semaphore/Store/StoreFactory.php 43 27 17
/src/Symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.php 80 24 10
/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php 249 74 13
/src/Symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.php 25 12 9
/src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php 166 40 12
/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php 24 27 14
/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php 28 19 12
/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php 21 19 12
/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php 30 23 15
/src/Symfony/Component/Semaphore/Tests/Store/RelayStoreTest.php 30 31 19
/src/Symfony/Component/Semaphore/Tests/Store/StoreFactoryTest.php 61 21 10
/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 29 15
/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 11 10
/src/Symfony/Component/Serializer/Attribute/SerializedPath.php 30 14 13
/src/Symfony/Component/Serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php 24 34 14
/src/Symfony/Component/Serializer/Command/DebugCommand.php 78 51 29
/src/Symfony/Component/Serializer/Context/ContextBuilderInterface.php 25 2 2
/src/Symfony/Component/Serializer/Context/ContextBuilderTrait.php 24 18 14
/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php 37 59 12
/src/Symfony/Component/Serializer/Context/Encoder/JsonEncoderContextBuilder.php 68 20 7
/src/Symfony/Component/Serializer/Context/Encoder/XmlEncoderContextBuilder.php 125 70 7
/src/Symfony/Component/Serializer/Context/Encoder/YamlEncoderContextBuilder.php 56 20 7
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php 115 55 15
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php 67 56 11
/src/Symfony/Component/Serializer/Context/Normalizer/BackedEnumNormalizerContextBuilder.php 33 3 3
/src/Symfony/Component/Serializer/Context/Normalizer/ConstraintViolationListNormalizerContextBuilder.php 30 23 8
/src/Symfony/Component/Serializer/Context/Normalizer/DateIntervalNormalizerContextBuilder.php 34 4 4
/src/Symfony/Component/Serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php 57 18 15
/src/Symfony/Component/Serializer/Context/Normalizer/FormErrorNormalizerContextBuilder.php 46 14 6
/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 46 16 8
/src/Symfony/Component/Serializer/Context/Normalizer/PropertyNormalizerContextBuilder.php 28 2 2
/src/Symfony/Component/Serializer/Context/Normalizer/UidNormalizerContextBuilder.php 39 7 7
/src/Symfony/Component/Serializer/Context/Normalizer/UnwrappingDenormalizerContextBuilder.php 47 12 10
/src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php 35 12 8
/src/Symfony/Component/Serializer/DataCollector/SerializerDataCollector.php 78 170 35
/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php 62 62 32
/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php 124 86 33
/src/Symfony/Component/Serializer/Debug/TraceableSerializer.php 113 144 35
/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php 52 25 15
/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 2 2
/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php 24 2 2
/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php 127 140 46
/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 40 26
/src/Symfony/Component/Serializer/Encoder/JsonEncode.php 43 20 17
/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php 44 34 18
/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php 270 226 63
/src/Symfony/Component/Serializer/Encoder/YamlEncoder.php 84 60 25
/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 31 19
/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 32 12 9
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractorInterface.php 24 5 5
/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php 160 76 26
/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php 71 25 7
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php 23 57 28
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php 22 26 18
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php 23 9 4
/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php 93 33 17
/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php 54 8 5
/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php 58 29 21
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php 63 38 30
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryCompiler.php 63 9 9
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php 44 6 5
/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php 37 12 8
/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php 36 58 27
/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php 192 79 27
/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php 23 9 8
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php 60 13 11
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php 72 50 31
/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php 93 61 27
/src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php 21 14 6
/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php 42 34 23
/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php 38 108 34
/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php 24 1 1
/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php 356 258 56
/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php 459 449 87
/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php 73 56 29
/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php 78 75 28
/src/Symfony/Component/Serializer/Normalizer/ConstraintViolationListNormalizer.php 46 84 39
/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php 64 50 19
/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php 70 106 40
/src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php 92 105 36
/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php 129 108 36
/src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php 60 68 24
/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 54 27 9
/src/Symfony/Component/Serializer/Normalizer/FormErrorNormalizer.php 25 43 22
/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php 86 72 30
/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php 58 65 21
/src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php 112 99 32
/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 39 23 9
/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php 137 111 53
/src/Symfony/Component/Serializer/Normalizer/ObjectToPopulateTrait.php 28 30 13
/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php 54 89 39
/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php 103 97 31
/src/Symfony/Component/Serializer/Normalizer/TranslatableNormalizer.php 46 47 27
/src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php 73 82 30
/src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php 41 43 27
/src/Symfony/Component/Serializer/Serializer.php 270 232 61
/src/Symfony/Component/Serializer/SerializerAwareTrait.php 19 3 3
/src/Symfony/Component/Serializer/SerializerInterface.php 39 6 3
/src/Symfony/Component/Serializer/Tests/Annotation/ContextTest.php 76 86 24
/src/Symfony/Component/Serializer/Tests/Annotation/DiscriminatorMapTest.php 37 28 10
/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php 23 21 10
/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php 27 10 8
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php 23 13 9
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedPathTest.php 24 11 8
/src/Symfony/Component/Serializer/Tests/CacheWarmer/CompiledClassMetadataCacheWarmerTest.php 14 9 6
/src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php 29 16 9
/src/Symfony/Component/Serializer/Tests/Context/ContextBuilderTraitTest.php 43 18 8
/src/Symfony/Component/Serializer/Tests/Context/Encoder/CsvEncoderContextBuilderTest.php 57 41 17
/src/Symfony/Component/Serializer/Tests/Context/Encoder/JsonEncoderContextBuilderTest.php 51 19 14
/src/Symfony/Component/Serializer/Tests/Context/Encoder/XmlEncoderContextBuilderTest.php 54 29 15
/src/Symfony/Component/Serializer/Tests/Context/Encoder/YamlEncoderContextBuilderTest.php 50 19 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractNormalizerContextBuilderTest.php 38 44 23
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractObjectNormalizerContextBuilderTest.php 92 44 24
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/BackedEnumNormalizerContextBuilderTest.php 20 10 8
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ConstraintViolationListNormalizerContextBuilderTest.php 51 21 15
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateIntervalNormalizerContextBuilderTest.php 47 16 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateTimeNormalizerContextBuilderTest.php 62 25 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/FormErrorNormalizerContextBuilderTest.php 49 18 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ProblemNormalizerContextBuilderTest.php 49 18 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/PropertyNormalizerContextBuilderTest.php 23 10 8
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UidNormalizerContextBuilderTest.php 48 21 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UnwrappingDenormalizerContextBuilderTest.php 59 22 17
/src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php 49 18 14
/src/Symfony/Component/Serializer/Tests/DataCollector/SerializerDataCollectorTest.php 318 219 15
/src/Symfony/Component/Serializer/Tests/Debug/TraceableEncoderTest.php 75 25 8
/src/Symfony/Component/Serializer/Tests/Debug/TraceableNormalizerTest.php 81 32 9
/src/Symfony/Component/Serializer/Tests/Debug/TraceableSerializerTest.php 178 174 23
/src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php 111 36 9
/src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php 103 94 24
/src/Symfony/Component/Serializer/Tests/Dummy/DummyClassOne.php 23 20 11
/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php 82 41 14
/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php 98 71 24
/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php 457 161 19
/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php 48 29 14
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php 28 25 14
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php 129 61 24
/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php 45 207 28
/src/Symfony/Component/Serializer/Tests/Encoder/YamlEncoderTest.php 75 33 10
/src/Symfony/Component/Serializer/Tests/Extractor/ObjectPropertyListExtractorTest.php 14 12 8
/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php 33 77 24
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummy.php 16 11 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummyFirstChild.php 30 16 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummySecondChild.php 30 18 11
/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 41 21
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/Entity45016.php 14 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupClassDummy.php 47 25 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php 69 40 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyChild.php 16 14 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyInterface.php 22 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyParent.php 30 14 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummy.php 27 18 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetter.php 22 19 15
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations.php 19 17 13
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/MaxDepthDummy.php 42 21 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedNameDummy.php 34 27 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathDummy.php 27 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathInConstructorDummy.php 18 10 10
/src/Symfony/Component/Serializer/Tests/Fixtures/ChildOfGroupsAnnotationDummy.php 12 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateChildDummy.php 34 17 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateParentDummy.php 22 8 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php 19 15 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php 38 53 20
/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 23 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 12 12
/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 16 13
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithNotNormalizable.php 19 16 15
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrBool.php 19 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrNull.php 19 15 14
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithStringObject.php 19 15 14
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithWithVariadicParameterConstructor.php 29 20 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeNormalizer.php 34 33 16
/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 33 14
/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 44 19
/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 21 28 15
/src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php 27 17 13
/src/Symfony/Component/Serializer/Tests/Fixtures/NotSerializedConstructorArgumentDummy.php 22 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableConstructorArgumentDummy.php 28 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 13 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 21 104 15
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80Dummy.php 16 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithOptionalConstructorParameter.php 16 21 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithPromotedTypedConstructor.php 16 22 11
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php 19 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php 17 2 2
/src/Symfony/Component/Serializer/Tests/Fixtures/SamePropertyAsMethodDummy.php 44 27 6
/src/Symfony/Component/Serializer/Tests/Fixtures/SamePropertyAsMethodWithMethodSerializedNameDummy.php 32 32 8
/src/Symfony/Component/Serializer/Tests/Fixtures/SamePropertyAsMethodWithPropertySerializedNameDummy.php 48 28 7
/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php 31 31 18
/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php 37 22 9
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorDummy.php 16 21 11
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorNormalizer.php 31 53 26
/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 19 10 5
/src/Symfony/Component/Serializer/Tests/Fixtures/serializer.class.metadata.php 6 6 2
/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php 49 106 16
/src/Symfony/Component/Serializer/Tests/Mapping/ClassDiscriminatorMappingTest.php 43 8 5
/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php 16 17 9
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php 38 22 11
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php 57 21 12
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php 37 13 6
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CompiledClassMetadataFactoryTest.php 131 39 13
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTest.php 58 97 20
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/Features/ContextMappingTestTrait.php 27 37 12
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php 58 57 17
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php 50 67 17
/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php 61 22 11
/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php 47 19 9
/src/Symfony/Component/Serializer/Tests/NameConverter/MetadataAwareNameConverterTest.php 108 69 21
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php 183 120 27
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php 293 1088 77
/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php 85 59 18
/src/Symfony/Component/Serializer/Tests/Normalizer/BackedEnumNormalizerTest.php 74 80 14
/src/Symfony/Component/Serializer/Tests/Normalizer/ConstraintViolationListNormalizerTest.php 34 41 22
/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php 43 44 14
/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php 124 72 20
/src/Symfony/Component/Serializer/Tests/Normalizer/DateIntervalNormalizerTest.php 168 92 24
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php 116 132 20
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeZoneNormalizerTest.php 31 37 11
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/AttributesTestTrait.php 36 30 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CacheableObjectAttributesTestTrait.php 55 16 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksObject.php 29 26 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php 283 114 19
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CircularReferenceTestTrait.php 26 14 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsObject.php 18 21 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsTestTrait.php 68 29 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ContextMetadataTestTrait.php 80 79 18
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/DummyContextChild.php 14 3 3
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/GroupsTestTrait.php 33 25 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php 35 21 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/MaxDepthTestTrait.php 82 17 8
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php 82 41 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummyWithContextAttribute.php 20 16 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectInner.php 34 19 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectOuter.php 36 35 8
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php 61 19 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipNullValuesTestTrait.php 19 3 3
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipUninitializedValuesTestTrait.php 62 29 19
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementNumberObject.php 21 7 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementTestTrait.php 14 11 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObject.php 24 21 11
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObjectWithGetters.php 21 14 4
/src/Symfony/Component/Serializer/Tests/Normalizer/FormErrorNormalizerTest.php 52 38 12
/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php 216 475 49
/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php 48 62 26
/src/Symfony/Component/Serializer/Tests/Normalizer/MapDenormalizationTest.php 94 138 23
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php 1059 685 60
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectToPopulateTraitTest.php 14 8 5
/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php 127 42 14
/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php 554 333 44
/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php 23 38 17
/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php 28 38 16
/src/Symfony/Component/Serializer/Tests/Normalizer/TranslatableNormalizerTest.php 28 34 19
/src/Symfony/Component/Serializer/Tests/Normalizer/UidNormalizerTest.php 148 73 25
/src/Symfony/Component/Serializer/Tests/Normalizer/UnwrappinDenormalizerTest.php 81 36 15
/src/Symfony/Component/Serializer/Tests/SerializerTest.php 462 640 58
/src/Symfony/Component/Stopwatch/Section.php 93 67 25
/src/Symfony/Component/Stopwatch/Stopwatch.php 123 36 22
/src/Symfony/Component/Stopwatch/StopwatchEvent.php 147 66 31
/src/Symfony/Component/Stopwatch/StopwatchPeriod.php 32 23 12
/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php 72 222 16
/src/Symfony/Component/Stopwatch/Tests/StopwatchPeriodTest.php 56 32 9
/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php 156 91 13
/src/Symfony/Component/String/AbstractString.php 675 323 78
/src/Symfony/Component/String/AbstractUnicodeString.php 543 372 74
/src/Symfony/Component/String/ByteString.php 241 287 59
/src/Symfony/Component/String/CodePointString.php 146 179 34
/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 516 31 12
/src/Symfony/Component/String/Inflector/FrenchInflector.php 19 17 8
/src/Symfony/Component/String/Inflector/InflectorInterface.php 32 1 1
/src/Symfony/Component/String/LazyString.php 140 80 47
/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php 34 44 21
/src/Symfony/Component/String/Resources/bin/update-data.php 53 33 19
/src/Symfony/Component/String/Resources/functions.php 36 21 11
/src/Symfony/Component/String/Slugger/AsciiSlugger.php 187 126 47
/src/Symfony/Component/String/Slugger/SluggerInterface.php 26 2 2
/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php 825 601 34
/src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php 18 143 15
/src/Symfony/Component/String/Tests/ByteStringTest.php 69 43 14
/src/Symfony/Component/String/Tests/CodePointStringTest.php 24 17 8
/src/Symfony/Component/String/Tests/FunctionsTest.php 33 31 9
/src/Symfony/Component/String/Tests/Inflector/EnglishInflectorTest.php 19 21 8
/src/Symfony/Component/String/Tests/Inflector/FrenchInflectorTest.php 19 12 8
/src/Symfony/Component/String/Tests/LazyStringTest.php 73 50 21
/src/Symfony/Component/String/Tests/Slugger/AsciiSluggerTest.php 63 30 18
/src/Symfony/Component/String/Tests/SluggerTest.php 31 31 11
/src/Symfony/Component/String/Tests/UnicodeStringTest.php 234 85 8
/src/Symfony/Component/String/UnicodeString.php 151 274 43
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php 227 131 34
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProviderFactory.php 47 38 16
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderFactoryTest.php 44 31 9
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php 39 396 32
/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php 198 152 45
/src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php 46 40 16
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryTest.php 44 31 10
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryWithoutTranslatorBagTest.php 19 9 6
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php 38 522 32
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderWithoutTranslatorBagTest.php 46 53 21
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php 209 119 33
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProviderFactory.php 47 33 14
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderFactoryTest.php 60 42 14
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderTest.php 39 305 33
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php 255 157 47
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProviderFactory.php 97 91 33
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderFactoryTest.php 63 119 24
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderTest.php 295 463 53
/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php 159 78 30
/src/Symfony/Component/Translation/Catalogue/MergeOperation.php 25 8 6
/src/Symfony/Component/Translation/Catalogue/OperationInterface.php 55 6 2
/src/Symfony/Component/Translation/Catalogue/TargetOperation.php 59 8 6
/src/Symfony/Component/Translation/CatalogueMetadataAwareInterface.php 30 7 3
/src/Symfony/Component/Translation/Command/TranslationPullCommand.php 140 76 33
/src/Symfony/Component/Translation/Command/TranslationPushCommand.php 87 69 30
/src/Symfony/Component/Translation/Command/TranslationTrait.php 56 17 11
/src/Symfony/Component/Translation/Command/XliffLintCommand.php 156 157 59
/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php 136 59 32
/src/Symfony/Component/Translation/DataCollectorTranslator.php 92 73 30
/src/Symfony/Component/Translation/DependencyInjection/DataCollectorTranslatorPass.php 23 10 9
/src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php 47 19 13
/src/Symfony/Component/Translation/DependencyInjection/TranslationDumperPass.php 23 8 8
/src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php 24 10 9
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php 41 42 17
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPathsPass.php 59 64 39
/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 49 36 22
/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 64 31
/src/Symfony/Component/Translation/Dumper/QtFileDumper.php 38 14 13
/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php 31 89 42
/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php 33 19 18
/src/Symfony/Component/Translation/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Translation/Exception/IncompleteDsnException.php 14 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 23 11 9
/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php 19 3 3
/src/Symfony/Component/Translation/Exception/ProviderException.php 32 24 21
/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 32 21
/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php 25 17 12
/src/Symfony/Component/Translation/Extractor/ChainExtractor.php 33 8 6
/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php 31 1 1
/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php 31 57 31
/src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php 129 161 39
/src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php 61 114 34
/src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php 51 87 25
/src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php 52 72 25
/src/Symfony/Component/Translation/Formatter/IntlFormatter.php 39 34 20
/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php 26 1 1
/src/Symfony/Component/Translation/Formatter/MessageFormatter.php 42 20 13
/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 14
/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php 38 29 20
/src/Symfony/Component/Translation/Loader/IniFileLoader.php 19 6 6
/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 30 23 19
/src/Symfony/Component/Translation/Loader/PoFileLoader.php 94 47 20
/src/Symfony/Component/Translation/Loader/QtFileLoader.php 44 32 19
/src/Symfony/Component/Translation/Loader/XliffFileLoader.php 79 75 34
/src/Symfony/Component/Translation/Loader/YamlFileLoader.php 41 21 16
/src/Symfony/Component/Translation/LocaleSwitcher.php 67 35 26
/src/Symfony/Component/Translation/LoggingTranslator.php 86 57 24
/src/Symfony/Component/Translation/MessageCatalogue.php 251 162 46
/src/Symfony/Component/Translation/MessageCatalogueInterface.php 109 16 5
/src/Symfony/Component/Translation/MetadataAwareInterface.php 30 6 3
/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php 30 22 10
/src/Symfony/Component/Translation/Provider/Dsn.php 87 95 25
/src/Symfony/Component/Translation/Provider/FilteringProvider.php 53 23 11
/src/Symfony/Component/Translation/Provider/NullProvider.php 36 23 12
/src/Symfony/Component/Translation/Provider/NullProviderFactory.php 21 12 11
/src/Symfony/Component/Translation/Provider/ProviderFactoryInterface.php 23 5 3
/src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php 50 13 10
/src/Symfony/Component/Translation/Provider/TranslationProviderCollectionFactory.php 41 20 13
/src/Symfony/Component/Translation/PseudoLocalizationTranslator.php 341 98 43
/src/Symfony/Component/Translation/Reader/TranslationReader.php 30 13 11
/src/Symfony/Component/Translation/Resources/bin/translation-status.php 215 146 31
/src/Symfony/Component/Translation/Resources/functions.php 20 11 9
/src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php 64 79 23
/src/Symfony/Component/Translation/Test/ProviderTestCase.php 48 57 17
/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php 21 24 8
/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php 43 39 9
/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php 43 41 9
/src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php 76 48 21
/src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php 33 176 26
/src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php 31 131 26
/src/Symfony/Component/Translation/Tests/Command/XliffLintCommandTest.php 159 133 38
/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php 132 36 9
/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php 92 19 11
/src/Symfony/Component/Translation/Tests/DependencyInjection/DataCollectorTranslatorPassTest.php 81 61 24
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ControllerArguments.php 18 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 11 10
/src/Symfony/Component/Translation/Tests/DependencyInjection/LoggingTranslatorPassTest.php 33 40 10
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationDumperPassTest.php 16 18 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationExtractorPassTest.php 16 24 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationPathsPassTest.php 55 25 9
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslatorPassTest.php 59 33 7
/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php 14 7 7
/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php 81 43 17
/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php 14 7 7
/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php 14 7 7
/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php 14 11 7
/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php 14 7 7
/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php 14 7 7
/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php 37 13 8
/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php 37 9 8
/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php 141 48 9
/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php 14 9 6
/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php 16 8 5
/src/Symfony/Component/Translation/Tests/Exception/UnsupportedSchemeExceptionTest.php 63 28 13
/src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php 30 40 15
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-7.3/translation.html.php 8 3 2
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-fqn.html.php 37 24 4
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short-fqn.html.php 45 24 4
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short.html.php 22 19 3
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable.html.php 29 51 5
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translation.html.php 52 58 8
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/validator-constraints.php 8 79 21
/src/Symfony/Component/Translation/Tests/Fixtures/extractor/translation.html.php 2 21 5
/src/Symfony/Component/Translation/Tests/Fixtures/resources.php 4 1 1
/src/Symfony/Component/Translation/Tests/Formatter/IntlFormatterTest.php 26 20 11
/src/Symfony/Component/Translation/Tests/Formatter/MessageFormatterTest.php 22 19 12
/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php 37 13 9
/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php 26 27 10
/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php 49 25 8
/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php 29 19 9
/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php 48 24 10
/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php 26 28 10
/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php 18 8 8
/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php 52 35 10
/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php 46 21 10
/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php 50 61 10
/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php 58 32 12
/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php 299 132 14
/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php 26 38 10
/src/Symfony/Component/Translation/Tests/LocaleSwitcherTest.php 106 38 16
/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php 31 8 7
/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php 43 123 13
/src/Symfony/Component/Translation/Tests/Provider/DsnTest.php 38 88 20
/src/Symfony/Component/Translation/Tests/Provider/NullProviderFactoryTest.php 25 10 5
/src/Symfony/Component/Translation/Tests/Provider/TranslationProviderCollectionTest.php 32 33 12
/src/Symfony/Component/Translation/Tests/PseudoLocalizationTranslatorTest.php 64 23 12
/src/Symfony/Component/Translation/Tests/TranslatableTest.php 50 35 12
/src/Symfony/Component/Translation/Tests/TranslatorBagTest.php 29 45 13
/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php 140 195 37
/src/Symfony/Component/Translation/Tests/TranslatorTest.php 601 293 36
/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php 22 15 9
/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php 50 26 9
/src/Symfony/Component/Translation/TranslatableMessage.php 58 36 18
/src/Symfony/Component/Translation/Translator.php 380 203 73
/src/Symfony/Component/Translation/TranslatorBag.php 40 32 18
/src/Symfony/Component/Translation/TranslatorBagInterface.php 14 4 4
/src/Symfony/Component/Translation/Util/ArrayConverter.php 112 32 20
/src/Symfony/Component/Translation/Util/XliffUtils.php 131 84 29
/src/Symfony/Component/Translation/Writer/TranslationWriter.php 55 24 14
/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 73 25
/src/Symfony/Component/Uid/Command/GenerateUlidCommand.php 73 56 37
/src/Symfony/Component/Uid/Command/GenerateUuidCommand.php 129 77 40
/src/Symfony/Component/Uid/Command/InspectUlidCommand.php 50 21 16
/src/Symfony/Component/Uid/Command/InspectUuidCommand.php 54 28 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 18 10 10
/src/Symfony/Component/Uid/Factory/UuidFactory.php 87 72 23
/src/Symfony/Component/Uid/MaxUlid.php 16 4 4
/src/Symfony/Component/Uid/MaxUuid.php 18 4 4
/src/Symfony/Component/Uid/NilUlid.php 16 4 4
/src/Symfony/Component/Uid/NilUuid.php 21 4 4
/src/Symfony/Component/Uid/Tests/Command/GenerateUlidCommandTest.php 118 54 17
/src/Symfony/Component/Uid/Tests/Command/GenerateUuidCommandTest.php 66 119 18
/src/Symfony/Component/Uid/Tests/Command/InspectUlidCommandTest.php 22 6 6
/src/Symfony/Component/Uid/Tests/Command/InspectUuidCommandTest.php 22 35 6
/src/Symfony/Component/Uid/Tests/Factory/UlidFactoryTest.php 37 12 8
/src/Symfony/Component/Uid/Tests/Factory/UuidFactoryTest.php 34 40 11
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUlid.php 14 3 3
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUuid.php 14 2 2
/src/Symfony/Component/Uid/Tests/UlidTest.php 55 106 22
/src/Symfony/Component/Uid/Tests/UuidTest.php 401 163 31
/src/Symfony/Component/Uid/Ulid.php 181 157 38
/src/Symfony/Component/Uid/Uuid.php 80 102 32
/src/Symfony/Component/Uid/UuidV1.php 46 52 26
/src/Symfony/Component/Uid/UuidV3.php 25 3 3
/src/Symfony/Component/Uid/UuidV4.php 28 36 16
/src/Symfony/Component/Uid/UuidV5.php 25 3 3
/src/Symfony/Component/Uid/UuidV6.php 61 51 26
/src/Symfony/Component/Uid/UuidV7.php 95 148 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 85 43
/src/Symfony/Component/Validator/Constraint.php 57 112 45
/src/Symfony/Component/Validator/ConstraintValidator.php 49 27 22
/src/Symfony/Component/Validator/ConstraintValidatorFactory.php 40 12 11
/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php 24 1 1
/src/Symfony/Component/Validator/ConstraintValidatorInterface.php 33 3 3
/src/Symfony/Component/Validator/ConstraintViolation.php 71 94 24
/src/Symfony/Component/Validator/ConstraintViolationInterface.php 84 24 7
/src/Symfony/Component/Validator/ConstraintViolationList.php 129 60 32
/src/Symfony/Component/Validator/ConstraintViolationListInterface.php 57 12 5
/src/Symfony/Component/Validator/Constraints/AbstractComparison.php 28 62 28
/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php 54 44 28
/src/Symfony/Component/Validator/Constraints/All.php 24 28 18
/src/Symfony/Component/Validator/Constraints/AllValidator.php 24 16 12
/src/Symfony/Component/Validator/Constraints/AtLeastOneOf.php 33 44 23
/src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php 23 20 15
/src/Symfony/Component/Validator/Constraints/Bic.php 46 56 23
/src/Symfony/Component/Validator/Constraints/BicValidator.php 128 59 39
/src/Symfony/Component/Validator/Constraints/Blank.php 30 23 17
/src/Symfony/Component/Validator/Constraints/BlankValidator.php 23 13 11
/src/Symfony/Component/Validator/Constraints/Callback.php 27 45 29
/src/Symfony/Component/Validator/Constraints/CallbackValidator.php 26 22 17
/src/Symfony/Component/Validator/Constraints/CardScheme.php 49 58 28
/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php 97 22 17
/src/Symfony/Component/Validator/Constraints/Cascade.php 28 33 25
/src/Symfony/Component/Validator/Constraints/Choice.php 50 92 30
/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php 30 35 20
/src/Symfony/Component/Validator/Constraints/Cidr.php 55 62 26
/src/Symfony/Component/Validator/Constraints/CidrValidator.php 54 27 17
/src/Symfony/Component/Validator/Constraints/Collection.php 36 51 29
/src/Symfony/Component/Validator/Constraints/CollectionValidator.php 24 21 17
/src/Symfony/Component/Validator/Constraints/Composite.php 52 36 22
/src/Symfony/Component/Validator/Constraints/Compound.php 27 20 19
/src/Symfony/Component/Validator/Constraints/CompoundValidator.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Count.php 43 78 27
/src/Symfony/Component/Validator/Constraints/CountValidator.php 24 32 21
/src/Symfony/Component/Validator/Constraints/Country.php 33 32 21
/src/Symfony/Component/Validator/Constraints/CountryValidator.php 27 20 15
/src/Symfony/Component/Validator/Constraints/CssColor.php 80 80 40
/src/Symfony/Component/Validator/Constraints/CssColorValidator.php 57 32 14
/src/Symfony/Component/Validator/Constraints/Currency.php 33 27 20
/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php 28 20 16
/src/Symfony/Component/Validator/Constraints/Date.php 32 24 17
/src/Symfony/Component/Validator/Constraints/DateTime.php 35 43 30
/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php 24 22 17
/src/Symfony/Component/Validator/Constraints/DateValidator.php 36 22 17
/src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php 30 17 17
/src/Symfony/Component/Validator/Constraints/DivisibleBy.php 26 8 7
/src/Symfony/Component/Validator/Constraints/DivisibleByValidator.php 23 33 22
/src/Symfony/Component/Validator/Constraints/Email.php 46 62 33
/src/Symfony/Component/Validator/Constraints/EmailValidator.php 48 62 30
/src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php 30 17 17
/src/Symfony/Component/Validator/Constraints/EqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/EqualToValidator.php 22 12 10
/src/Symfony/Component/Validator/Constraints/Existence.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Expression.php 37 69 34
/src/Symfony/Component/Validator/Constraints/ExpressionLanguageProvider.php 19 11 10
/src/Symfony/Component/Validator/Constraints/ExpressionSyntax.php 32 38 21
/src/Symfony/Component/Validator/Constraints/ExpressionSyntaxValidator.php 51 30 22
/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php 34 22 20
/src/Symfony/Component/Validator/Constraints/File.php 137 147 32
/src/Symfony/Component/Validator/Constraints/FileValidator.php 41 111 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 14 11
/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php 22 14 11
/src/Symfony/Component/Validator/Constraints/GroupSequence.php 78 11 10
/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php 26 15 15
/src/Symfony/Component/Validator/Constraints/Hostname.php 31 28 18
/src/Symfony/Component/Validator/Constraints/HostnameValidator.php 34 35 24
/src/Symfony/Component/Validator/Constraints/Iban.php 40 28 18
/src/Symfony/Component/Validator/Constraints/IbanValidator.php 166 41 24
/src/Symfony/Component/Validator/Constraints/IdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php 22 12 10
/src/Symfony/Component/Validator/Constraints/Image.php 89 208 25
/src/Symfony/Component/Validator/Constraints/ImageValidator.php 28 67 24
/src/Symfony/Component/Validator/Constraints/Ip.php 75 55 22
/src/Symfony/Component/Validator/Constraints/IpValidator.php 27 21 17
/src/Symfony/Component/Validator/Constraints/IsFalse.php 30 23 17
/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php 29 17 13
/src/Symfony/Component/Validator/Constraints/IsNull.php 30 23 17
/src/Symfony/Component/Validator/Constraints/IsNullValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/IsTrue.php 30 24 18
/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php 29 17 13
/src/Symfony/Component/Validator/Constraints/Isbn.php 47 61 31
/src/Symfony/Component/Validator/Constraints/IsbnValidator.php 118 60 34
/src/Symfony/Component/Validator/Constraints/Isin.php 37 27 17
/src/Symfony/Component/Validator/Constraints/IsinValidator.php 26 31 22
/src/Symfony/Component/Validator/Constraints/Issn.php 43 37 18
/src/Symfony/Component/Validator/Constraints/IssnValidator.php 116 33 19
/src/Symfony/Component/Validator/Constraints/Json.php 30 23 17
/src/Symfony/Component/Validator/Constraints/JsonValidator.php 24 20 16
/src/Symfony/Component/Validator/Constraints/Language.php 33 32 21
/src/Symfony/Component/Validator/Constraints/LanguageValidator.php 27 20 15
/src/Symfony/Component/Validator/Constraints/Length.php 61 98 29
/src/Symfony/Component/Validator/Constraints/LengthValidator.php 46 37 24
/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 14 11
/src/Symfony/Component/Validator/Constraints/LessThanValidator.php 22 14 11
/src/Symfony/Component/Validator/Constraints/Locale.php 33 32 21
/src/Symfony/Component/Validator/Constraints/LocaleValidator.php 27 20 15
/src/Symfony/Component/Validator/Constraints/Luhn.php 36 24 17
/src/Symfony/Component/Validator/Constraints/LuhnValidator.php 33 25 19
/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 73 22
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php 59 40 26
/src/Symfony/Component/Validator/Constraints/NotBlank.php 35 38 22
/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php 38 19 17
/src/Symfony/Component/Validator/Constraints/NotCompromisedPassword.php 34 30 17
/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php 74 53 28
/src/Symfony/Component/Validator/Constraints/NotEqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php 22 12 10
/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php 22 12 10
/src/Symfony/Component/Validator/Constraints/NotNull.php 30 24 18
/src/Symfony/Component/Validator/Constraints/NotNullValidator.php 23 14 12
/src/Symfony/Component/Validator/Constraints/Optional.php 17 2 2
/src/Symfony/Component/Validator/Constraints/PasswordStrength.php 48 37 23
/src/Symfony/Component/Validator/Constraints/PasswordStrengthValidator.php 74 53 33
/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 104 22
/src/Symfony/Component/Validator/Constraints/RangeValidator.php 160 63 33
/src/Symfony/Component/Validator/Constraints/Regex.php 36 79 37
/src/Symfony/Component/Validator/Constraints/RegexValidator.php 27 25 21
/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 11 10
/src/Symfony/Component/Validator/Constraints/Time.php 33 31 20
/src/Symfony/Component/Validator/Constraints/TimeValidator.php 37 26 19
/src/Symfony/Component/Validator/Constraints/Timezone.php 41 57 32
/src/Symfony/Component/Validator/Constraints/TimezoneValidator.php 97 49 31
/src/Symfony/Component/Validator/Constraints/Traverse.php 27 28 23
/src/Symfony/Component/Validator/Constraints/Type.php 31 47 30
/src/Symfony/Component/Validator/Constraints/TypeValidator.php 58 28 20
/src/Symfony/Component/Validator/Constraints/Ulid.php 36 26 17
/src/Symfony/Component/Validator/Constraints/UlidValidator.php 63 28 19
/src/Symfony/Component/Validator/Constraints/Unique.php 38 41 23
/src/Symfony/Component/Validator/Constraints/UniqueValidator.php 24 39 29
/src/Symfony/Component/Validator/Constraints/Url.php 35 42 22
/src/Symfony/Component/Validator/Constraints/UrlValidator.php 48 28 20
/src/Symfony/Component/Validator/Constraints/Uuid.php 95 59 23
/src/Symfony/Component/Validator/Constraints/UuidValidator.php 188 60 25
/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 32 57 35
/src/Symfony/Component/Validator/Constraints/WhenValidator.php 26 29 24
/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php 24 21 13
/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php 58 21 14
/src/Symfony/Component/Validator/Context/ExecutionContext.php 45 152 26
/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php 35 18 13
/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 40 52 26
/src/Symfony/Component/Validator/DependencyInjection/AddAutoMappingConfigurationPass.php 62 26 21
/src/Symfony/Component/Validator/DependencyInjection/AddConstraintValidatorsPass.php 44 11 11
/src/Symfony/Component/Validator/DependencyInjection/AddValidatorInitializersPass.php 16 8 8
/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 348 154 49
/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php 74 5 4
/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php 33 16 11
/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php 136 62 27
/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php 29 5 3
/src/Symfony/Component/Validator/Mapping/GenericMetadata.php 194 32 14
/src/Symfony/Component/Validator/Mapping/GetterMetadata.php 65 28 23
/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php 71 26 20
/src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php 49 37 20
/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php 32 12 11
/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php 26 9 7
/src/Symfony/Component/Validator/Mapping/Loader/FilesLoader.php 40 1 1
/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php 60 10 9
/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Validator/Mapping/Loader/PropertyInfoLoader.php 130 112 32
/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php 52 9 8
/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php 175 71 29
/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php 24 9 9
/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php 112 56 26
/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php 24 9 9
/src/Symfony/Component/Validator/Mapping/MemberMetadata.php 136 64 31
/src/Symfony/Component/Validator/Mapping/MetadataInterface.php 14 2 2
/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php 62 31 25
/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 155 79 24
/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php 74 449 59
/src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php 29 20 9
/src/Symfony/Component/Validator/Tests/ConstraintTest.php 225 121 18
/src/Symfony/Component/Validator/Tests/ConstraintValidatorFactoryTest.php 31 7 5
/src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php 26 35 19
/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php 144 71 21
/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php 87 41 15
/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php 55 107 32
/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php 32 12 8
/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php 28 38 16
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfTest.php 24 14 9
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfValidatorTest.php 63 186 33
/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php 79 146 35
/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php 25 22 12
/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php 249 116 25
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeTest.php 30 52 19
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php 25 63 15
/src/Symfony/Component/Validator/Tests/Constraints/CascadeTest.php 18 15 9
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceTest.php 66 72 21
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php 37 198 24
/src/Symfony/Component/Validator/Tests/Constraints/CidrTest.php 111 107 25
/src/Symfony/Component/Validator/Tests/Constraints/CidrValidatorTest.php 239 60 14
/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php 107 77 12
/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 8 8
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTestCase.php 130 160 17
/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php 62 78 17
/src/Symfony/Component/Validator/Tests/Constraints/CompoundTest.php 31 34 22
/src/Symfony/Component/Validator/Tests/Constraints/CompoundValidatorTest.php 36 22 13
/src/Symfony/Component/Validator/Tests/Constraints/CountTest.php 57 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 45 116 21
/src/Symfony/Component/Validator/Tests/Constraints/CountryTest.php 49 50 20
/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php 43 67 18
/src/Symfony/Component/Validator/Tests/Constraints/CssColorTest.php 53 52 20
/src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php 96 194 16
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyTest.php 27 44 19
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php 76 50 18
/src/Symfony/Component/Validator/Tests/Constraints/DateTest.php 45 45 20
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeTest.php 35 50 19
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php 74 48 16
/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php 56 38 16
/src/Symfony/Component/Validator/Tests/Constraints/DisableAutoMappingTest.php 26 21 14
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByTest.php 27 48 18
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByValidatorTest.php 72 42 19
/src/Symfony/Component/Validator/Tests/Constraints/EmailTest.php 73 74 24
/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php 278 111 21
/src/Symfony/Component/Validator/Tests/Constraints/EnableAutoMappingTest.php 26 21 14
/src/Symfony/Component/Validator/Tests/Constraints/EqualToTest.php 27 48 18
/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php 41 37 14
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxTest.php 46 74 26
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxValidatorTest.php 26 29 11
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionTest.php 54 64 21
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php 321 93 18
/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php 74 111 30
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php 14 8 8
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php 25 8 7
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTestCase.php 621 260 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 36 48 18
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php 66 29 14
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php 100 39 12
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanTest.php 36 48 18
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php 41 41 15
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php 87 41 12
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceProviderTest.php 22 6 6
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php 14 5 4
/src/Symfony/Component/Validator/Tests/Constraints/HostnameTest.php 35 49 19
/src/Symfony/Component/Validator/Tests/Constraints/HostnameValidatorTest.php 177 83 19
/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php 444 81 25
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToTest.php 27 48 18
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php 81 36 16
/src/Symfony/Component/Validator/Tests/Constraints/ImageTest.php 40 59 19
/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php 191 243 28
/src/Symfony/Component/Validator/Tests/Constraints/IpTest.php 39 65 23
/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php 84 174 23
/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php 42 24 15
/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php 25 27 16
/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php 25 24 15
/src/Symfony/Component/Validator/Tests/Constraints/IsbnTest.php 49 50 20
/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php 106 87 22
/src/Symfony/Component/Validator/Tests/Constraints/IsinTest.php 31 44 19
/src/Symfony/Component/Validator/Tests/Constraints/IsinValidatorTest.php 118 57 15
/src/Symfony/Component/Validator/Tests/Constraints/IssnTest.php 51 53 20
/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php 78 60 18
/src/Symfony/Component/Validator/Tests/Constraints/JsonTest.php 45 45 20
/src/Symfony/Component/Validator/Tests/Constraints/JsonValidatorTest.php 52 25 13
/src/Symfony/Component/Validator/Tests/Constraints/LanguageTest.php 30 49 19
/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php 155 68 18
/src/Symfony/Component/Validator/Tests/Constraints/LengthTest.php 32 97 24
/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php 36 151 22
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualTest.php 27 48 18
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php 41 41 15
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php 116 46 12
/src/Symfony/Component/Validator/Tests/Constraints/LessThanTest.php 36 48 18
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php 41 41 15
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php 116 46 12
/src/Symfony/Component/Validator/Tests/Constraints/LocaleTest.php 27 50 19
/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php 26 52 17
/src/Symfony/Component/Validator/Tests/Constraints/LuhnTest.php 45 45 20
/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php 33 47 15
/src/Symfony/Component/Validator/Tests/Constraints/NegativeOrZeroTest.php 27 35 18
/src/Symfony/Component/Validator/Tests/Constraints/NegativeTest.php 32 35 18
/src/Symfony/Component/Validator/Tests/Constraints/NoSuspiciousCharactersValidatorTest.php 33 33 18
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankTest.php 55 50 23
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php 28 37 13
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordTest.php 41 53 19
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php 233 114 35
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToTest.php 36 48 18
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php 41 37 14
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToTest.php 27 48 18
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php 57 32 16
/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php 35 27 17
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthTest.php 34 23 10
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthValidatorTest.php 28 39 18
/src/Symfony/Component/Validator/Tests/Constraints/PositiveOrZeroTest.php 32 35 18
/src/Symfony/Component/Validator/Tests/Constraints/PositiveTest.php 32 35 18
/src/Symfony/Component/Validator/Tests/Constraints/RangeTest.php 62 50 12
/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php 30 362 22
/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php 99 88 27
/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php 26 69 20
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyTest.php 21 14 9
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyValidatorTest.php 39 41 14
/src/Symfony/Component/Validator/Tests/Constraints/TimeTest.php 45 45 20
/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php 47 53 15
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneTest.php 62 77 24
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php 44 100 21
/src/Symfony/Component/Validator/Tests/Constraints/TraverseTest.php 16 21 9
/src/Symfony/Component/Validator/Tests/Constraints/TypeTest.php 34 53 19
/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php 235 72 28
/src/Symfony/Component/Validator/Tests/Constraints/UlidTest.php 31 45 19
/src/Symfony/Component/Validator/Tests/Constraints/UlidValidatorTest.php 29 31 16
/src/Symfony/Component/Validator/Tests/Constraints/UniqueTest.php 40 67 23
/src/Symfony/Component/Validator/Tests/Constraints/UniqueValidatorTest.php 112 158 28
/src/Symfony/Component/Validator/Tests/Constraints/UrlTest.php 39 68 23
/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php 47 76 16
/src/Symfony/Component/Validator/Tests/Constraints/UuidTest.php 39 69 23
/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php 149 110 26
/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php 62 51 21
/src/Symfony/Component/Validator/Tests/Constraints/ValidValidatorTest.php 68 35 19
/src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php 27 65 14
/src/Symfony/Component/Validator/Tests/Constraints/WhenValidatorTest.php 152 72 14
/src/Symfony/Component/Validator/Tests/ContainerConstraintValidatorFactoryTest.php 59 23 10
/src/Symfony/Component/Validator/Tests/DataCollector/ValidatorDataCollectorTest.php 60 20 9
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddAutoMappingConfigurationPassTest.php 63 30 16
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddConstraintValidatorsPassTest.php 42 38 12
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddValidatorInitializersPassTest.php 34 10 7
/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 10 10
/src/Symfony/Component/Validator/Tests/Dummy/TraitPass.php 14 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/AbstractPropertyGetter.php 9 9 9
/src/Symfony/Component/Validator/Tests/Fixtures/Attribute/GroupProviderDto.php 17 15 11
/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php 21 9 8
/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/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 20 11 9
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintChoiceWithPreset.php 24 12 12
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithRequiredArgument.php 23 18 14
/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 26 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 11 10
/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 9 9
/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php 37 29 13
/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php 28 13 9
/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php 16 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php 14 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/Entity.php 167 168 28
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/EntityParent.php 27 33 17
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/GroupSequenceProviderEntity.php 31 20 13
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php 18 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetter.php 10 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetterInterface.php 7 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyInfoLoaderEntity.php 48 77 15
/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 28 5 4
/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php 199 195 32
/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php 31 11 7
/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php 147 68 22
/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php 62 25 12
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php 18 3 3
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AttributeLoaderTest.php 85 189 13
/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php 18 8 4
/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php 17 17 7
/src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php 173 45 17
/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php 61 54 17
/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php 164 90 13
/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php 75 93 16
/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php 106 97 37
/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php 57 34 15
/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php 53 33 16
/src/Symfony/Component/Validator/Tests/Test/ConstraintValidatorTestCaseTest.php 44 26 21
/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php 22 19 9
/src/Symfony/Component/Validator/Tests/ValidationTest.php 37 13 7
/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php 536 1030 49
/src/Symfony/Component/Validator/Tests/Validator/TraceableValidatorTest.php 92 55 16
/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php 83 38 10
/src/Symfony/Component/Validator/Tests/Violation/ConstraintViolationBuilderTest.php 41 65 17
/src/Symfony/Component/Validator/Util/PropertyPath.php 35 8 8
/src/Symfony/Component/Validator/Validation.php 56 36 23
/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php 47 24 7
/src/Symfony/Component/Validator/Validator/LazyProperty.php 28 8 8
/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php 753 266 59
/src/Symfony/Component/Validator/Validator/RecursiveValidator.php 98 68 23
/src/Symfony/Component/Validator/Validator/TraceableValidator.php 65 76 26
/src/Symfony/Component/Validator/Validator/ValidatorInterface.php 68 19 6
/src/Symfony/Component/Validator/ValidatorBuilder.php 342 109 23
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php 40 100 26
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php 111 16 5
/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php 206 38 16
/src/Symfony/Component/VarDumper/Caster/ArgsStub.php 60 36 22
/src/Symfony/Component/VarDumper/Caster/Caster.php 96 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 5 4
/src/Symfony/Component/VarDumper/Caster/CutStub.php 23 15 12
/src/Symfony/Component/VarDumper/Caster/DOMCaster.php 119 107 12
/src/Symfony/Component/VarDumper/Caster/DateCaster.php 125 86 30
/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php 55 35 13
/src/Symfony/Component/VarDumper/Caster/DsCaster.php 28 27 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 258 61
/src/Symfony/Component/VarDumper/Caster/FFICaster.php 122 45 27
/src/Symfony/Component/VarDumper/Caster/FiberCaster.php 27 17 7
/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 14 10
/src/Symfony/Component/VarDumper/Caster/ImgStub.php 19 2 2
/src/Symfony/Component/VarDumper/Caster/IntlCaster.php 24 58 9
/src/Symfony/Component/VarDumper/Caster/LinkStub.php 54 76 32
/src/Symfony/Component/VarDumper/Caster/MemcachedCaster.php 26 26 19
/src/Symfony/Component/VarDumper/Caster/MysqliCaster.php 23 6 5
/src/Symfony/Component/VarDumper/Caster/PdoCaster.php 79 38 16
/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php 72 61 17
/src/Symfony/Component/VarDumper/Caster/ProxyManagerCaster.php 24 9 9
/src/Symfony/Component/VarDumper/Caster/RdKafkaCaster.php 40 63 14
/src/Symfony/Component/VarDumper/Caster/RedisCaster.php 131 57 21
/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php 307 223 52
/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php 80 77 17
/src/Symfony/Component/VarDumper/Caster/ScalarStub.php 23 3 3
/src/Symfony/Component/VarDumper/Caster/SplCaster.php 107 93 20
/src/Symfony/Component/VarDumper/Caster/StubCaster.php 75 41 18
/src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php 81 73 25
/src/Symfony/Component/VarDumper/Caster/TraceStub.php 28 11 6
/src/Symfony/Component/VarDumper/Caster/UninitializedStub.php 23 3 3
/src/Symfony/Component/VarDumper/Caster/UuidCaster.php 22 10 9
/src/Symfony/Component/VarDumper/Caster/XmlReaderCaster.php 55 23 16
/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php 50 15 11
/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php 325 252 44
/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 378 267 70
/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 62 22
/src/Symfony/Component/VarDumper/Cloner/VarCloner.php 21 134 44
/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php 30 32 24
/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php 22 2 2
/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php 44 52 29
/src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php 101 50 29
/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php 93 118 51
/src/Symfony/Component/VarDumper/Dumper/CliDumper.php 135 340 84
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/CliContextProvider.php 19 12 12
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php 21 4 4
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php 47 11 10
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php 50 103 42
/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php 41 13 12
/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php 26 1 1
/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php 765 220 69
/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 46 38 21
/src/Symfony/Component/VarDumper/Server/Connection.php 91 39 23
/src/Symfony/Component/VarDumper/Server/DumpServer.php 45 50 35
/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php 55 42 19
/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php 184 72 30
/src/Symfony/Component/VarDumper/Tests/Caster/DateCasterTest.php 493 197 30
/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php 57 24 10
/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php 29 131 33
/src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php 332 110 23
/src/Symfony/Component/VarDumper/Tests/Caster/FiberCasterTest.php 45 36 14
/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php 46 12 7
/src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php 34 34 12
/src/Symfony/Component/VarDumper/Tests/Caster/MemcachedCasterTest.php 51 17 9
/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php 29 9 8
/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php 44 15 10
/src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php 36 53 16
/src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php 56 21 12
/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php 87 162 39
/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php 221 76 28
/src/Symfony/Component/VarDumper/Tests/Caster/StubCasterTest.php 174 81 17
/src/Symfony/Component/VarDumper/Tests/Caster/SymfonyCasterTest.php 36 21 7
/src/Symfony/Component/VarDumper/Tests/Caster/XmlReaderCasterTest.php 66 30 19
/src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php 98 34 15
/src/Symfony/Component/VarDumper/Tests/Cloner/StubTest.php 52 26 14
/src/Symfony/Component/VarDumper/Tests/Cloner/VarClonerTest.php 337 61 20
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php 23 41 26
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/HtmlDescriptorTest.php 63 35 18
/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php 31 9 8
/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php 218 146 47
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextProvider/RequestContextProviderTest.php 36 9 7
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextualizedDumperTest.php 27 13 10
/src/Symfony/Component/VarDumper/Tests/Dumper/FunctionsTest.php 64 43 16
/src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php 48 60 25
/src/Symfony/Component/VarDumper/Tests/Dumper/ServerDumperTest.php 62 37 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 14 9 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/LotsOfAttributes.php 24 16 15
/src/Symfony/Component/VarDumper/Tests/Fixtures/MyAttribute.php 17 25 15
/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php 5 2 2
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php74.php 8 12 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php81Enums.php 8 16 9
/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 26 54 31
/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 16 11
/src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php 79 42 24
/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php 60 27 15
/src/Symfony/Component/VarDumper/VarDumper.php 70 46 28
/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 18 11
/src/Symfony/Component/VarExporter/Internal/Exporter.php 150 184 64
/src/Symfony/Component/VarExporter/Internal/Hydrator.php 179 156 47
/src/Symfony/Component/VarExporter/Internal/LazyObjectRegistry.php 140 94 37
/src/Symfony/Component/VarExporter/Internal/LazyObjectState.php 62 44 24
/src/Symfony/Component/VarExporter/Internal/LazyObjectTrait.php 32 13 8
/src/Symfony/Component/VarExporter/Internal/Reference.php 25 26 15
/src/Symfony/Component/VarExporter/Internal/Registry.php 39 82 41
/src/Symfony/Component/VarExporter/Internal/Values.php 21 10 10
/src/Symfony/Component/VarExporter/LazyGhostTrait.php 127 201 54
/src/Symfony/Component/VarExporter/LazyObjectInterface.php 31 5 3
/src/Symfony/Component/VarExporter/LazyProxyTrait.php 99 231 55
/src/Symfony/Component/VarExporter/ProxyHelper.php 285 186 56
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooReadonly.php 16 17 11
/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 8 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildStdClass.php 17 3 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php 30 28 13
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ClassWithUninitializedObjectProperty.php 16 8 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/LazyClass.php 26 11 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/MagicClass.php 27 23 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php 33 19 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ReadOnlyClass.php 17 11 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/TestClass.php 30 13 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/FinalPublicClass.php 18 10 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/ReadOnlyClass.php 17 10 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/StringMagicGetClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestClass.php 17 14 12
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestOverwritePropClass.php 16 16 13
/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 5 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 9 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object.php 10 14 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/clone.php 6 8 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/datetime.php 7 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 23 7 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-stdclass.php 5 6 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/foo-serializable.php 11 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references-recursive.php 8 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references.php 15 11 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/incomplete-class.php 11 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 6 12 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/private-constructor.php 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/private.php 6 12 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/readonly.php 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/serializable.php 14 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 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup.php 6 10 7
/src/Symfony/Component/VarExporter/Tests/InstantiatorTest.php 85 42 20
/src/Symfony/Component/VarExporter/Tests/LazyGhostTraitTest.php 142 147 48
/src/Symfony/Component/VarExporter/Tests/LazyProxyTraitTest.php 172 123 38
/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php 244 202 47
/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php 167 273 79
/src/Symfony/Component/VarExporter/VarExporter.php 52 37 29
/src/Symfony/Component/WebLink/EventListener/AddLinkHeaderListener.php 32 21 19
/src/Symfony/Component/WebLink/GenericLinkProvider.php 48 13 9
/src/Symfony/Component/WebLink/HttpHeaderSerializer.php 62 20 11
/src/Symfony/Component/WebLink/Link.php 192 279 19
/src/Symfony/Component/WebLink/Tests/EventListener/AddLinkHeaderListenerTest.php 51 15 8
/src/Symfony/Component/WebLink/Tests/GenericLinkProviderTest.php 14 8 4
/src/Symfony/Component/WebLink/Tests/HttpHeaderSerializerTest.php 45 22 11
/src/Symfony/Component/WebLink/Tests/LinkTest.php 102 26 13
/src/Symfony/Component/Workflow/Attribute/AsAnnounceListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsCompletedListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsEnterListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsEnteredListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsGuardListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsLeaveListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/AsTransitionListener.php 24 15 8
/src/Symfony/Component/Workflow/Attribute/BuildEventNameTrait.php 14 11 6
/src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php 36 115 42
/src/Symfony/Component/Workflow/Debug/TraceableWorkflow.php 100 77 38
/src/Symfony/Component/Workflow/Definition.php 81 33 17
/src/Symfony/Component/Workflow/DefinitionBuilder.php 50 38 15
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowDebugPass.php 16 6 6
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php 24 9 9
/src/Symfony/Component/Workflow/Dumper/DumperInterface.php 28 7 7
/src/Symfony/Component/Workflow/Dumper/GraphvizDumper.php 310 110 31
/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php 111 109 38
/src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php 109 92 34
/src/Symfony/Component/Workflow/Dumper/StateMachineGraphvizDumper.php 90 20 16
/src/Symfony/Component/Workflow/Event/AnnounceEvent.php 26 6 4
/src/Symfony/Component/Workflow/Event/CompletedEvent.php 26 6 4
/src/Symfony/Component/Workflow/Event/EnterEvent.php 26 6 4
/src/Symfony/Component/Workflow/Event/EnteredEvent.php 26 6 4
/src/Symfony/Component/Workflow/Event/Event.php 64 32 13
/src/Symfony/Component/Workflow/Event/GuardEvent.php 47 22 15
/src/Symfony/Component/Workflow/Event/HasContextTrait.php 23 2 2
/src/Symfony/Component/Workflow/Event/LeaveEvent.php 26 6 4
/src/Symfony/Component/Workflow/Event/TransitionEvent.php 26 7 4
/src/Symfony/Component/Workflow/EventListener/AuditTrailListener.php 49 30 12
/src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php 31 37 15
/src/Symfony/Component/Workflow/EventListener/GuardExpression.php 32 10 6
/src/Symfony/Component/Workflow/EventListener/GuardListener.php 65 41 16
/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 21 7 7
/src/Symfony/Component/Workflow/Marking.php 22 12 9
/src/Symfony/Component/Workflow/MarkingStore/MarkingStoreInterface.php 35 1 1
/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php 118 68 35
/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 34 22
/src/Symfony/Component/Workflow/StateMachine.php 25 11 7
/src/Symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.php 34 8 8
/src/Symfony/Component/Workflow/Tests/Attribute/AsListenerTest.php 30 67 16
/src/Symfony/Component/Workflow/Tests/DataCollector/WorkflowDataCollectorTest.php 89 44 18
/src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php 71 47 25
/src/Symfony/Component/Workflow/Tests/DefinitionBuilderTest.php 34 37 11
/src/Symfony/Component/Workflow/Tests/DefinitionTest.php 47 45 11
/src/Symfony/Component/Workflow/Tests/DependencyInjection/WorkflowGuardListenerPassTest.php 35 41 10
/src/Symfony/Component/Workflow/Tests/Dumper/GraphvizDumperTest.php 51 43 9
/src/Symfony/Component/Workflow/Tests/Dumper/MermaidDumperTest.php 176 49 14
/src/Symfony/Component/Workflow/Tests/Dumper/PlantUmlDumperTest.php 43 46 17
/src/Symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.php 14 11 7
/src/Symfony/Component/Workflow/Tests/EventListener/AuditTrailListenerTest.php 56 28 20
/src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php 133 83 22
/src/Symfony/Component/Workflow/Tests/MarkingStore/MethodMarkingStoreTest.php 66 51 23
/src/Symfony/Component/Workflow/Tests/MarkingStore/PropertiesMarkingStoreTest.php 98 46 27
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithProperties.php 17 8 6
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithType.php 18 9 5
/src/Symfony/Component/Workflow/Tests/MarkingTest.php 14 8 5
/src/Symfony/Component/Workflow/Tests/Metadata/InMemoryMetadataStoreTest.php 38 28 13
/src/Symfony/Component/Workflow/Tests/RegistryTest.php 37 62 20
/src/Symfony/Component/Workflow/Tests/StateMachineTest.php 139 73 14
/src/Symfony/Component/Workflow/Tests/Subject.php 16 19 12
/src/Symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.php 32 18 10
/src/Symfony/Component/Workflow/Tests/TransitionTest.php 21 8 6
/src/Symfony/Component/Workflow/Tests/Validator/StateMachineValidatorTest.php 121 49 12
/src/Symfony/Component/Workflow/Tests/Validator/WorkflowValidatorTest.php 33 20 9
/src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php 140 62 12
/src/Symfony/Component/Workflow/Tests/WorkflowTest.php 269 344 36
/src/Symfony/Component/Workflow/Transition.php 20 13 8
/src/Symfony/Component/Workflow/TransitionBlocker.php 95 36 17
/src/Symfony/Component/Workflow/TransitionBlockerList.php 68 14 10
/src/Symfony/Component/Workflow/Validator/DefinitionValidatorInterface.php 26 5 4
/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php 39 29 11
/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php 36 31 16
/src/Symfony/Component/Workflow/Workflow.php 446 185 35
/src/Symfony/Component/Workflow/WorkflowEvents.php 26 12 5
/src/Symfony/Component/Workflow/WorkflowInterface.php 47 8 5
/src/Symfony/Component/Yaml/Command/LintCommand.php 139 147 56
/src/Symfony/Component/Yaml/Dumper.php 81 86 30
/src/Symfony/Component/Yaml/Escaper.php 77 26 11
/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 41 61 23
/src/Symfony/Component/Yaml/Exception/RuntimeException.php 19 4 4
/src/Symfony/Component/Yaml/Inline.php 115 427 79
/src/Symfony/Component/Yaml/Parser.php 206 654 78
/src/Symfony/Component/Yaml/Tag/TaggedValue.php 21 13 6
/src/Symfony/Component/Yaml/Tests/Command/LintCommandTest.php 88 85 31
/src/Symfony/Component/Yaml/Tests/DumperTest.php 378 283 39
/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 536 38
/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php 21 8 5
/src/Symfony/Component/Yaml/Tests/ParserTest.php 40 526 49
/src/Symfony/Component/Yaml/Tests/YamlTest.php 34 14 8
/src/Symfony/Component/Yaml/Unescaper.php 61 40 19
/src/Symfony/Component/Yaml/Yaml.php 52 33 12
/src/Symfony/Contracts/Cache/CacheInterface.php 47 12 9
/src/Symfony/Contracts/Cache/CacheTrait.php 28 55 33
/src/Symfony/Contracts/Cache/CallbackInterface.php 31 4 4
/src/Symfony/Contracts/Cache/ItemInterface.php 14 11 5
/src/Symfony/Contracts/Cache/TagAwareCacheInterface.php 37 3 3
/src/Symfony/Contracts/Deprecation/function.php 23 10 10
/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 93 10 8
/src/Symfony/Contracts/HttpClient/ResponseInterface.php 108 18 8
/src/Symfony/Contracts/HttpClient/ResponseStreamInterface.php 23 2 1
/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php 120 107 20
/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php 770 286 51
/src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php 29 21 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 1 1
/src/Symfony/Contracts/Service/ServiceLocatorTrait.php 75 56 30
/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 22 16
/src/Symfony/Contracts/Service/Test/ServiceLocatorTest.php 20 2 2
/src/Symfony/Contracts/Service/Test/ServiceLocatorTestCase.php 20 49 20
/src/Symfony/Contracts/Tests/Cache/CacheTraitTest.php 130 104 16
/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php 107 114 39
/src/Symfony/Contracts/Translation/LocaleAwareInterface.php 23 2 1
/src/Symfony/Contracts/Translation/Test/TranslatorTest.php 376 115 28
/src/Symfony/Contracts/Translation/TranslatableInterface.php 19 2 2
/src/Symfony/Contracts/Translation/TranslatorInterface.php 62 5 3
/src/Symfony/Contracts/Translation/TranslatorTrait.php 211 112 40
None 49 13544 53