Files Overview

Filename LoC Issues Analysers
/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php 209 144 49
/src/Symfony/Bridge/Doctrine/Attribute/MapEntity.php 38 61 20
/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php 35 38 27
/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php 52 93 38
/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php 166 116 54
/src/Symfony/Bridge/Doctrine/DataCollector/ObjectParameter.php 20 22 11
/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php 242 230 51
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php 29 14 12
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php 85 56 24
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php 101 47 23
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterUidTypePass.php 34 16 8
/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php 35 34 21
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php 97 57 36
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php 93 45 25
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php 83 44 25
/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php 55 29 19
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php 21 18 13
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php 181 189 48
/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php 41 19 15
/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php 242 95 37
/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php 74 65 26
/src/Symfony/Bridge/Doctrine/IdGenerator/UlidGenerator.php 23 24 18
/src/Symfony/Bridge/Doctrine/IdGenerator/UuidGenerator.php 26 47 25
/src/Symfony/Bridge/Doctrine/ManagerRegistry.php 56 44 20
/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php 41 28 16
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php 41 21 18
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php 28 12 12
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineOpenTransactionLoggerMiddleware.php 46 28 20
/src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php 43 24 17
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php 36 12 12
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Connection.php 119 100 23
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Connection.php 126 117 24
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Statement.php 69 63 30
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DebugDataHolder.php 36 8 7
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Driver.php 35 36 17
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Middleware.php 32 33 18
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Query.php 100 50 26
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Statement.php 57 57 27
/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php 222 254 55
/src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php 48 26 15
/src/Symfony/Bridge/Doctrine/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php 27 11 11
/src/Symfony/Bridge/Doctrine/SchemaListener/LockStoreSchemaListener.php 42 16 15
/src/Symfony/Bridge/Doctrine/SchemaListener/MessengerTransportDoctrineSchemaListener.php 30 18 15
/src/Symfony/Bridge/Doctrine/SchemaListener/PdoSessionHandlerSchemaListener.php 21 9 9
/src/Symfony/Bridge/Doctrine/SchemaListener/RememberMeTokenProviderDoctrineSchemaListener.php 32 16 15
/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php 131 76 25
/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php 40 82 35
/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php 34 3 3
/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php 55 225 29
/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php 97 161 22
/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php 280 104 29
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php 220 49 14
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php 21 18 13
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterUidTypePassTest.php 22 15 8
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php 278 72 27
/src/Symfony/Bridge/Doctrine/Tests/DoctrineTestHelper.php 17 51 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php 20 33 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php 20 34 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Attribute/UuidIdEntity.php 23 14 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/BaseUser.php 29 23 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsBundle/AnnotationsBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsBundle/Entity/Person.php 23 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/AnnotationsOneLineBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/Entity/Person.php 26 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AnnotatedEntity/Person.php 23 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AttributesBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/Entity/Person.php 23 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/Entity/Address.php 14 19 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/FullEmbeddableAnnotationsBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/Entity/Address.php 14 19 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/FullEmbeddableAttributesBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/Entity/Person.php 23 24 13
/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 18 15 10
/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 17 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/PhpBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/Entity/Person.php 18 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/SrcXmlBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/Entity/Person.php 18 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/XmlBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/Entity/Person.php 17 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/YamlBundle.php 16 4 4
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php 28 23 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php 35 29 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php 29 29 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEmbed.php 20 16 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEntity.php 28 79 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEnum.php 22 26 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderNestedEmbed.php 20 10 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderNoAutoMappingEntity.php 27 24 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderParentEntity.php 30 14 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php 23 32 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNullableNameEntity.php 26 35 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DummyManager.php 62 102 20
/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 23 34 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GuidIdEntity.php 24 21 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/LegacyQueryMock.php 23 22 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/MockableRepository.php 18 5 5
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Person.php 29 33 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php 27 29 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php 30 38 20
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php 26 25 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdStringWrapperNameEntity.php 24 25 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php 23 41 18
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php 23 23 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapper.php 21 11 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapperType.php 29 29 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UlidIdEntity.php 24 19 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php 48 51 19
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UuidIdEntity.php 24 19 13
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php 43 133 30
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php 257 116 20
/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php 31 42 14
/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php 116 107 16
/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php 61 36 16
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php 63 51 28
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php 1699 542 38
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UlidGeneratorTest.php 33 22 11
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidGeneratorTest.php 49 49 20
/src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php 45 62 23
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineClearEntityManagerWorkerSubscriberTest.php 21 13 8
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineCloseConnectionMiddlewareTest.php 75 69 18
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineOpenTransactionLoggerMiddlewareTest.php 59 65 26
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrinePingConnectionMiddlewareTest.php 113 86 18
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineTransactionMiddlewareTest.php 42 54 16
/src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php 148 173 32
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php 98 92 20
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php 28 164 15
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEmbeddable.php 14 12 10
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEnum.php 28 43 11
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php 25 59 23
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineGeneratedValue.php 30 38 13
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php 34 74 14
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineWithEmbedded.php 26 24 11
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php 22 7 7
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/DoctrineDbalCacheAdapterSchemaListenerTest.php 24 23 12
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/LockStoreSchemaListenerTest.php 52 39 16
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/MessengerTransportDoctrineSchemaListenerTest.php 86 56 14
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php 24 22 11
/src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php 27 30 13
/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php 120 117 21
/src/Symfony/Bridge/Doctrine/Tests/TestManagerRegistry.php 23 8 8
/src/Symfony/Bridge/Doctrine/Tests/TestRepositoryFactory.php 28 29 12
/src/Symfony/Bridge/Doctrine/Tests/Types/UlidTypeTest.php 98 104 23
/src/Symfony/Bridge/Doctrine/Tests/Types/UuidTypeTest.php 151 107 21
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityTest.php 50 71 18
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php 913 303 40
/src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php 189 41 17
/src/Symfony/Bridge/Doctrine/Types/AbstractUidType.php 81 61 23
/src/Symfony/Bridge/Doctrine/Types/UlidType.php 22 10 9
/src/Symfony/Bridge/Doctrine/Types/UuidType.php 22 10 9
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php 91 77 30
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php 203 84 44
/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php 31 15 12
/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php 48 102 48
/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php 154 88 44
/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php 119 133 40
/src/Symfony/Bridge/Monolog/Formatter/VarDumperFormatter.php 40 21 16
/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php 55 26 16
/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php 169 80 34
/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php 169 81 37
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php 51 40 21
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php 44 32 18
/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php 42 30 21
/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php 87 66 31
/src/Symfony/Bridge/Monolog/Handler/NotifierHandler.php 64 53 27
/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php 59 71 36
/src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php 42 21 17
/src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php 39 31 19
/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php 46 49 23
/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php 41 27 19
/src/Symfony/Bridge/Monolog/Processor/SwitchUserTokenProcessor.php 29 7 5
/src/Symfony/Bridge/Monolog/Processor/TokenProcessor.php 29 6 4
/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php 38 16 15
/src/Symfony/Bridge/Monolog/Tests/Formatter/ConsoleFormatterTest.php 25 30 17
/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php 80 102 22
/src/Symfony/Bridge/Monolog/Tests/Handler/ElasticsearchLogstashHandlerTest.php 25 78 20
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php 40 76 17
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php 29 60 21
/src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php 118 55 20
/src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php 78 92 28
/src/Symfony/Bridge/Monolog/Tests/Handler/ServerLogHandlerTest.php 68 47 21
/src/Symfony/Bridge/Monolog/Tests/Processor/ClassThatInheritDebugProcessor.php 19 13 8
/src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php 28 22 10
/src/Symfony/Bridge/Monolog/Tests/Processor/DebugProcessorTest.php 91 75 18
/src/Symfony/Bridge/Monolog/Tests/Processor/RouteProcessorTest.php 120 49 16
/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php 29 11 7
/src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php 28 9 7
/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php 60 50 22
/src/Symfony/Bridge/Monolog/Tests/RecordFactory.php 20 24 14
/src/Symfony/Bridge/PhpUnit/ClassExistsMock.php 55 63 18
/src/Symfony/Bridge/PhpUnit/ClockMock.php 67 66 24
/src/Symfony/Bridge/PhpUnit/ConstraintTrait.php 16 9 7
/src/Symfony/Bridge/PhpUnit/CoverageListener.php 54 73 31
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php 335 225 66
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php 170 133 39
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php 259 217 55
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationGroup.php 45 8 6
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationNotice.php 28 9 7
/src/Symfony/Bridge/PhpUnit/DnsMock.php 57 60 21
/src/Symfony/Bridge/PhpUnit/ExpectDeprecationTrait.php 18 6 5
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV7.php 38 33 16
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV9.php 41 51 20
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintLogicTrait.php 24 13 6
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV7.php 36 18 12
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV8.php 24 10 6
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV9.php 21 12 8
/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitBeforeV8_4.php 29 14 8
/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php 53 34 16
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillAssertTrait.php 63 35 7
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php 36 21 6
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php 57 30 11
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php 89 214 59
/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php 17 4 3
/src/Symfony/Bridge/PhpUnit/Tests/ClassExistsMockTest.php 19 144 14
/src/Symfony/Bridge/PhpUnit/Tests/ClockMockTest.php 61 40 12
/src/Symfony/Bridge/PhpUnit/Tests/CoverageListenerTest.php 18 23 13
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php 536 157 37
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationGroupTest.php 10 8 5
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationNoticeTest.php 10 11 7
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php 31 99 33
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php 3 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php 10 41 11
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/BarService.php 11 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/ExtendsDeprecatedFromVendor.php 7 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/ExtendsDeprecatedClassFromOtherVendor.php 9 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/PhpDeprecation.php 7 12 10
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php 19 15 8
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php 18 14 9
/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 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/bar/lib/AnotherService.php 7 11 8
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php 23 34 21
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/fcy/lib/DeprecatedClass.php 8 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/autoload.php 3 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/composer/autoload_real.php 27 30 20
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/foo/lib/SomeOtherService.php 7 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_phar.php 4 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php 91 36 11
/src/Symfony/Bridge/PhpUnit/Tests/EnumExistsMockTest.php 27 70 12
/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php 65 43 9
/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php 25 17 9
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php 45 13 8
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestNotRisky.php 28 5 5
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestRisky.php 40 12 9
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/src/BarCov.php 16 6 6
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/src/FooCov.php 16 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarCovTest.php 18 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 28 10 8
/src/Symfony/Bridge/PhpUnit/TextUI/Command.php 21 8 5
/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php 247 298 60
/src/Symfony/Bridge/PhpUnit/bootstrap.php 41 35 13
/src/Symfony/Bridge/PsrHttpMessage/ArgumentValueResolver/PsrServerRequestResolver.php 43 18 17
/src/Symfony/Bridge/PsrHttpMessage/EventListener/PsrResponseListener.php 50 14 13
/src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php 54 76 36
/src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php 90 90 37
/src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php 61 27 23
/src/Symfony/Bridge/PsrHttpMessage/HttpFoundationFactoryInterface.php 29 9 4
/src/Symfony/Bridge/PsrHttpMessage/HttpMessageFactoryInterface.php 34 5 2
/src/Symfony/Bridge/PsrHttpMessage/Tests/ArgumentValueResolver/PsrServerRequestResolverTest.php 38 26 10
/src/Symfony/Bridge/PsrHttpMessage/Tests/EventListener/PsrResponseListenerTest.php 26 18 10
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/HttpFoundationFactoryTest.php 43 82 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/PsrHttpFactoryTest.php 195 92 26
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Controller/PsrRequestController.php 20 19 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Kernel.php 28 27 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php 48 76 22
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php 36 29 18
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php 104 177 35
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Stream.php 93 61 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/UploadedFile.php 56 53 13
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php 43 125 26
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/ControllerTest.php 22 25 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/CovertTest.php 47 107 30
/src/Symfony/Bridge/Twig/AppVariable.php 172 75 21
/src/Symfony/Bridge/Twig/Attribute/Template.php 21 22 12
/src/Symfony/Bridge/Twig/Command/DebugCommand.php 561 307 78
/src/Symfony/Bridge/Twig/Command/LintCommand.php 120 141 60
/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php 65 124 46
/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php 58 38 23
/src/Symfony/Bridge/Twig/EventListener/TemplateAttributeListener.php 45 47 38
/src/Symfony/Bridge/Twig/Extension/AssetExtension.php 46 22 11
/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 45 41 22
/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php 32 16 12
/src/Symfony/Bridge/Twig/Extension/FormExtension.php 149 150 36
/src/Symfony/Bridge/Twig/Extension/HtmlSanitizerExtension.php 29 23 15
/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php 33 13 9
/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php 25 23 12
/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php 52 26 18
/src/Symfony/Bridge/Twig/Extension/ImportMapExtension.php 22 10 9
/src/Symfony/Bridge/Twig/Extension/ImportMapRuntime.php 25 11 11
/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php 55 23 12
/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php 48 35 17
/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php 35 39 18
/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php 49 61 18
/src/Symfony/Bridge/Twig/Extension/SerializerExtension.php 22 9 8
/src/Symfony/Bridge/Twig/Extension/SerializerRuntime.php 29 7 7
/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php 35 20 14
/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php 93 98 39
/src/Symfony/Bridge/Twig/Extension/WebLinkExtension.php 34 28 15
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php 35 59 17
/src/Symfony/Bridge/Twig/Extension/YamlExtension.php 46 21 14
/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php 159 44 25
/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php 56 40 21
/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php 232 121 42
/src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php 66 53 17
/src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php 94 100 18
/src/Symfony/Bridge/Twig/Node/DumpNode.php 37 37 19
/src/Symfony/Bridge/Twig/Node/FormThemeNode.php 30 22 13
/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php 37 14 11
/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php 40 57 25
/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 48 84 28
/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php 86 29 15
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php 99 105 30
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php 41 140 28
/src/Symfony/Bridge/Twig/Test/FormLayoutTestCase.php 59 35 21
/src/Symfony/Bridge/Twig/Test/Traits/RuntimeLoaderProvider.php 22 9 7
/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php 188 110 18
/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php 257 103 25
/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php 126 81 28
/src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php 24 29 13
/src/Symfony/Bridge/Twig/Tests/EventListener/TemplateAttributeListenerTest.php 58 33 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3HorizontalLayoutTestCase.php 48 64 8
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTestCase.php 2117 464 15
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4HorizontalLayoutTestCase.php 23 83 8
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4LayoutTestCase.php 1266 166 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5HorizontalLayoutTestCase.php 29 66 7
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTestCase.php 379 254 11
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractDivLayoutTestCase.php 378 244 15
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php 77 561 35
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractTableLayoutTestCase.php 92 125 10
/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php 44 71 27
/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php 21 13 8
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/SerializerModelFixture.php 15 13 9
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php 23 13 9
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php 20 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php 49 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4LayoutTest.php 54 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5LayoutTest.php 44 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php 162 130 23
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionFieldHelpersTest.php 115 132 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php 20 47 9
/src/Symfony/Bridge/Twig/Tests/Extension/HtmlSanitizerExtensionTest.php 23 22 9
/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php 96 48 14
/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php 49 51 18
/src/Symfony/Bridge/Twig/Tests/Extension/ImportMapExtensionTest.php 24 16 9
/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php 37 26 14
/src/Symfony/Bridge/Twig/Tests/Extension/SerializerExtensionTest.php 36 29 15
/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php 40 39 19
/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php 50 90 26
/src/Symfony/Bridge/Twig/Tests/Extension/WebLinkExtensionTest.php 38 42 11
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php 54 72 14
/src/Symfony/Bridge/Twig/Tests/Fixtures/TemplateAttributeController.php 19 12 10
/src/Symfony/Bridge/Twig/Tests/Mime/BodyRendererTest.php 90 92 23
/src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php 19 44 11
/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php 33 59 20
/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php 95 65 12
/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php 81 70 16
/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php 238 236 14
/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php 28 41 14
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php 19 8 8
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php 45 57 20
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php 54 44 15
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php 21 53 8
/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php 43 91 13
/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php 58 53 16
/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php 36 23 12
/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php 30 38 16
/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php 40 36 18
/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php 28 19 12
/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php 69 57 18
/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php 53 37 24
/src/Symfony/Bridge/Twig/UndefinedCallableHandler.php 110 50 20
/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php 48 26 18
/src/Symfony/Bundle/DebugBundle/DebugBundle.php 52 27 15
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php 26 9 9
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php 24 10 10
/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php 88 29 16
/src/Symfony/Bundle/DebugBundle/Resources/config/services.php 134 26 10
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php 69 51 9
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php 74 33 17
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php 42 29 20
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/CachePoolClearerCacheWarmer.php 51 17 11
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php 75 47 30
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php 48 20 17
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php 53 24 19
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php 52 24 15
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php 52 26 20
/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php 123 35 21
/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php 152 47 23
/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php 255 97 41
/src/Symfony/Bundle/FrameworkBundle/Command/BuildDebugContainerTrait.php 42 17 14
/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php 172 85 36
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php 138 50 28
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php 84 35 22
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php 72 47 26
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php 33 23 18
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php 34 21 16
/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php 36 26 18
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php 217 107 46
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php 149 57 28
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php 188 117 34
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php 61 46 24
/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php 104 87 42
/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php 120 54 29
/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php 146 61 31
/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php 37 44 24
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php 76 41 23
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php 55 31 23
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php 66 33 21
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php 89 46 28
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php 84 37 24
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php 105 61 35
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php 150 120 47
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php 141 158 49
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php 117 36 22
/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php 29 15 15
/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php 28 15 15
/src/Symfony/Bundle/FrameworkBundle/Console/Application.php 124 80 38
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php 327 179 60
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php 393 247 61
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php 101 308 55
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php 316 440 71
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php 96 301 57
/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php 17 10 7
/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php 180 215 49
/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php 27 10 10
/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php 159 93 33
/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php 26 43 20
/src/Symfony/Bundle/FrameworkBundle/DataCollector/AbstractDataCollector.php 26 14 11
/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 7 7
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AssetsContextPass.php 21 15 10
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php 28 9 9
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php 23 8 8
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php 42 15 12
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php 22 12 10
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php 36 18 16
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php 42 15 13
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php 124 15 7
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php 1324 503 55
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php 2356 1380 82
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/VirtualRequestStackPass.php 20 8 8
/src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php 109 91 38
/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php 51 26 19
/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php 94 104 17
/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php 56 51 24
/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php 186 71 26
/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php 127 79 37
/src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php 16 8 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/asset_mapper.php 256 14 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.php 83 9 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.php 251 35 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.php 21 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.php 80 7 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php 383 28 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.php 48 6 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.php 41 5 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.php 29 9 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.php 152 10 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.php 23 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.php 36 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.php 69 6 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/html_sanitizer.php 28 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client.php 97 14 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.php 28 5 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer.php 85 7 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_transports.php 105 10 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_webhook.php 50 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php 221 20 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier.php 130 11 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php 304 77 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.php 53 8 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php 50 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php 23 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/remote_event.php 20 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.php 210 29 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/scheduler.php 36 7 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/secrets.php 31 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.php 48 5 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/semaphore.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php 217 15 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php 64 47 12
/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.php 107 4 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.php 57 6 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.php 190 14 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.php 77 15 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/uid.php 39 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.php 129 10 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.php 36 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php 145 24 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/webhook.php 55 4 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.php 44 9 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow_debug.php 24 4 3
/src/Symfony/Bundle/FrameworkBundle/Routing/Attribute/AsRoutingConditionService.php 44 9 9
/src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php 29 20 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 75 43
/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php 36 29 19
/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php 26 35 16
/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php 120 126 43
/src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php 149 183 32
/src/Symfony/Bundle/FrameworkBundle/Test/DomCrawlerAssertionsTrait.php 50 104 14
/src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php 76 58 23
/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php 90 49 27
/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php 73 113 17
/src/Symfony/Bundle/FrameworkBundle/Test/NotificationAssertionsTrait.php 30 79 17
/src/Symfony/Bundle/FrameworkBundle/Test/TestBrowserToken.php 37 20 16
/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php 76 73 28
/src/Symfony/Bundle/FrameworkBundle/Test/WebTestAssertionsTrait.php 14 1 1
/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php 48 16 11
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ConfigBuilderCacheWarmerTest.php 376 279 44
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.php 35 18 11
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php 63 60 21
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php 23 76 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/AboutCommandTest.php 78 37 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/Fixture/TestAppKernel.php 33 20 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php 88 62 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php 55 35 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolClearCommandTest.php 36 26 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolDeleteCommandTest.php 69 44 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolInvalidateTagsCommandTest.php 112 45 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePruneCommandTest.php 32 32 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.php 35 26 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php 37 24 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsListCommandTest.php 25 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsRemoveCommandTest.php 40 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsSetCommandTest.php 24 11 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php 99 131 31
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandCompletionTest.php 36 48 28
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php 109 142 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/WorkflowDumpCommandTest.php 25 17 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/XliffLintCommandTest.php 46 31 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/YamlLintCommandTest.php 61 45 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php 98 124 23
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 39 150 31
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php 18 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php 23 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php 295 128 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php 49 38 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php 23 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php 385 173 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php 61 69 27
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php 325 114 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php 76 35 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php 43 23 18
/src/Symfony/Bundle/FrameworkBundle/Tests/DataCollector/RouterDataCollectorTest.php 46 18 10
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php 104 75 24
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TestServiceContainerRefPassesTest.php 26 27 8
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php 35 17 11
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php 18 24 6
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php 609 252 27
/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 4 4
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/asset_mapper_without_assets.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php 3 4 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware_pool.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_and_ssi_without_fragments.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/exceptions.php 8 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_csrf_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_default_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/fragments_and_hinclude.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_allowed_link_and_media_hosts.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_config.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_full_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_mock_response_factory.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_override_default_options.php 3 5 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_retry.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_scoped_without_query_option.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_xml_key.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_dsn.php 20 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_transports.php 23 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger.php 6 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_middleware_factory_erroneous_format.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_buses.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports_global.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing.php 4 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_transport.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_wildcard.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_single.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transports.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_mailer.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_messenger.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_transports.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_disabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_enabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_level.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_levels.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler_collect_serializer_data.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping_without_annotations.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_without_translator.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/ssi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_cache_dir_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_attributes.php 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 1211 667 63
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php 208 57 14
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php 43 25 13
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php 16 15 12
/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/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 12 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyTask.php 21 30 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyTaskWithCustomReceiver.php 19 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/FooMessage.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/SecondMessage.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php 3 24 4
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Author.php 7 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Person.php 7 7 7
/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/TemplatePathsCache/templates.php 2 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TranslatableBackedEnum.php 21 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Article.php 7 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Author.php 7 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Category.php 11 15 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Person.php 7 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/SubCategory.php 10 7 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 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractWebTestCase.php 58 34 23
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ApiAttributesTest.php 101 109 32
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php 42 15 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DefaultConfigTestBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/Configuration.php 19 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/DefaultConfigTestExtension.php 19 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/DependencyInjection/ExtensionWithoutConfigTestExtension.php 23 24 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/ExtensionWithoutConfigTestBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/Entity/LegacyPerson.php 17 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/LegacyBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/Entity/ModernPerson.php 17 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/ModernBundle.php 18 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Controller/DefaultController.php 32 54 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/RoutingConditionServiceBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/AutoConfiguredNonAliasedService.php 19 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/AutoConfiguredService.php 19 11 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/FooOriginalService.php 19 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/FooReplacementService.php 19 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/ManuallyTaggedService.php 16 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php 25 21 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php 39 45 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/EmailController.php 22 23 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php 42 48 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/HttpClientController.php 19 16 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/NotificationController.php 21 14 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php 18 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SecurityController.php 28 16 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php 25 46 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php 58 31 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestServiceResolutionController.php 25 25 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/TransController.php 18 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/UidController.php 40 44 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php 28 4 4
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php 27 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php 40 22 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Slugger/SlugConstructArgService.php 25 8 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php 23 11 9
/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 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/PublicService.php 16 10 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/UnusedPrivateService.php 14 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Tests/MockClientCallback.php 15 11 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransConstructArgService.php 25 7 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransMethodCallsService.php 25 8 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransPropertyService.php 20 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransSubscriberService.php 27 12 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/BundlePathsTest.php 23 34 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CacheAttributeListenerTest.php 24 75 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolClearCommandTest.php 80 55 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolListCommandTest.php 28 18 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php 38 35 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php 91 85 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php 78 46 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php 26 162 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php 19 11 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php 28 68 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Extension/TestDumpExtension.php 33 14 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php 48 14 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/HttpClientTest.php 16 36 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/MailerTest.php 86 89 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/NotificationTest.php 27 45 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php 42 14 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/PropertyInfoTest.php 31 12 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Psr4RoutingTest.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RouterDebugCommandTest.php 53 30 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RoutingConditionServiceTest.php 19 9 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SchedulerTest.php 100 30 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SecurityTest.php 74 29 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php 33 46 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php 54 25 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SluggerLocaleAwareTest.php 24 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php 16 9 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TestServiceContainerTest.php 68 30 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TranslationDebugCommandTest.php 31 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/UidTest.php 28 36 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php 63 80 31
/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 49 66 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php 29 85 34
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php 47 57 28
/src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php 30 35 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php 31 26 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableCompiledUrlMatcherTest.php 23 27 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php 534 330 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/DotenvVaultTest.php 41 43 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/SodiumVaultTest.php 56 32 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/TestBrowserTokenTest.php 19 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php 337 326 22
/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php 52 119 29
/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php 107 72 34
/src/Symfony/Bundle/FullStack.php 19 1 1
/src/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php 32 21 17
/src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php 269 86 37
/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php 111 139 46
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php 74 20 16
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php 38 27 14
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedLazyListener.php 47 13 10
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php 39 5 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php 25 8 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php 19 9 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php 31 22 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/CleanRememberMeVerifierPass.php 24 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePass.php 25 16 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php 29 10 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php 67 17 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php 77 9 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterLdapLocatorPass.php 28 12 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php 36 10 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php 29 12 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php 48 16 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php 115 146 34
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php 26 33 19
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php 26 28 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/ServiceTokenHandlerFactory.php 25 18 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/TokenHandlerFactoryInterface.php 35 6 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php 90 32 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php 98 79 39
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php 42 3 3
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php 50 28 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.php 30 1 1
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php 43 21 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php 28 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php 43 24 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php 57 33 19
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php 39 23 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php 25 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php 55 18 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php 149 54 28
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php 64 57 27
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php 173 100 39
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php 46 27 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php 26 22 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/StatelessAuthenticatorFactoryInterface.php 27 4 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php 47 30 18
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php 27 27 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php 27 36 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php 25 4 2
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php 1062 508 66
/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php 59 23 17
/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php 39 9 9
/src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php 36 17 10
/src/Symfony/Bundle/SecurityBundle/RememberMe/DecoratedRememberMeHandler.php 44 11 6
/src/Symfony/Bundle/SecurityBundle/RememberMe/FirewallAwareRememberMeHandler.php 36 18 8
/src/Symfony/Bundle/SecurityBundle/Resources/config/debug_console.php 22 2 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/password_hasher.php 51 1 1
/src/Symfony/Bundle/SecurityBundle/Resources/config/security.php 308 32 5
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.php 165 34 4
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php 102 29 7
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php 68 13 5
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_remember_me.php 99 25 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.php 40 2 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.php 172 38 5
/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.php 15 1 1
/src/Symfony/Bundle/SecurityBundle/Routing/LogoutRouteLoader.php 39 20 14
/src/Symfony/Bundle/SecurityBundle/Security.php 152 86 31
/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php 27 25 13
/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php 103 108 14
/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php 25 28 5
/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php 27 19 12
/src/Symfony/Bundle/SecurityBundle/Security/LazyFirewallContext.php 37 18 12
/src/Symfony/Bundle/SecurityBundle/Security/UserAuthenticator.php 36 14 9
/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php 101 36 12
/src/Symfony/Bundle/SecurityBundle/Tests/CacheWarmer/ExpressionCacheWarmerTest.php 22 16 13
/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php 182 203 38
/src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php 38 42 16
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php 22 31 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php 132 41 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSessionDomainConstraintPassTest.php 147 44 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePassTest.php 48 25 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterEntryPointsPassTest.php 74 63 22
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php 157 62 20
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterTokenUsageTrackingPassTest.php 27 26 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/SortFirewallListenersPassTest.php 100 78 20
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php 333 124 27
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php 11 20 11
/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 3 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 3 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 24 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 3 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 3 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 3 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php 144 53 12
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php 20 15 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php 92 49 22
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php 191 55 15
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/LoginLinkFactoryTest.php 21 10 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php 308 251 30
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php 20 19 13
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php 20 17 12
/src/Symfony/Bundle/SecurityBundle/Tests/EventListener/VoteListenerTest.php 22 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php 58 35 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php 195 204 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php 16 6 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php 19 53 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AutowiringTypesTest.php 33 10 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/AccessTokenBundle.php 16 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Controller/BarController.php 20 6 6
/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 21 11 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 15 13
/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 35 50 23
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/AuthenticatorBundle.php 20 10 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/DummyFormLoginFactory.php 26 12 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/LoginFormAuthenticator.php 50 32 19
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ProfileController.php 16 8 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php 24 14 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiredServices.php 25 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiringBundle.php 16 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php 55 35 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php 16 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php 72 24 18
/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 2 2
/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 21 21 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php 16 3 3
/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 56 50 20
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php 48 42 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php 21 10 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php 21 9 8
/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 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 15 13
/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 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Controller/ProfileController.php 14 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/RememberMeBundle.php 16 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/StaticTokenProvider.php 60 25 14
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/UserChangingUserProvider.php 36 25 15
/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 34 17 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/RequestTrackerBundle.php 16 2 2
/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 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php 60 22 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/TestBundle.php 21 11 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php 35 49 19
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/EventAliasTest.php 41 6 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php 18 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php 25 36 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginLdapTest.php 18 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginTest.php 40 29 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php 26 26 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LoginLinkAuthenticationTest.php 24 12 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LogoutTest.php 92 42 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/MissingUserProviderTest.php 18 7 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeCookieTest.php 30 11 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeTest.php 26 27 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php 117 68 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php 136 154 43
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php 83 27 14
/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 50 22
/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 72 21 14
/src/Symfony/Bundle/SecurityBundle/Tests/Routing/LogoutRouteLoaderTest.php 22 16 8
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php 19 25 6
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php 22 9 8
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallMapTest.php 43 32 17
/src/Symfony/Bundle/SecurityBundle/Tests/Security/UserAuthenticatorTest.php 26 13 11
/src/Symfony/Bundle/SecurityBundle/Tests/SecurityTest.php 41 92 20
/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php 45 41 25
/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php 14 11 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php 134 16 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/RuntimeLoaderPass.php 24 8 8
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php 29 7 6
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php 45 11 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php 38 62 25
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php 45 35 17
/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php 159 87 36
/src/Symfony/Bundle/TwigBundle/Resources/config/console.php 15 6 2
/src/Symfony/Bundle/TwigBundle/Resources/config/form.php 28 3 2
/src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php 25 1 1
/src/Symfony/Bundle/TwigBundle/Resources/config/twig.php 171 71 8
/src/Symfony/Bundle/TwigBundle/TemplateIterator.php 47 39 17
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/AcmeBundle/AcmeBundle.php 16 3 3
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php 24 23 10
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php 35 32 11
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php 44 37 12
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php 20 20 7
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/formats.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php 3 4 3
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/mailer.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php 132 74 25
/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php 24 38 16
/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php 58 40 17
/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php 38 14 7
/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/TwigBundle/TwigBundle.php 41 18 10
/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php 57 18 11
/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php 156 160 40
/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php 57 48 21
/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php 208 83 28
/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php 23 7 7
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php 30 8 8
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php 60 27 15
/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php 87 88 37
/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php 68 202 48
/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php 47 25 17
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.php 86 20 5
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php 21 2 1
/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php 164 209 30
/src/Symfony/Bundle/WebProfilerBundle/Tests/Csp/ContentSecurityPolicyHandlerTest.php 49 40 10
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php 23 19 9
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php 47 74 29
/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php 31 169 17
/src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php 35 48 20
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php 28 40 17
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php 46 50 21
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/IconTest.php 21 24 13
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/MinifyTest.php 23 12 8
/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/WebProfilerBundle/Tests/Twig/WebProfilerExtensionTest.php 41 35 17
/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php 59 86 33
/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php 21 7 7
/src/Symfony/Component/Asset/Context/ContextInterface.php 24 2 1
/src/Symfony/Component/Asset/Context/NullContext.php 19 4 3
/src/Symfony/Component/Asset/Context/RequestStackContext.php 25 16 9
/src/Symfony/Component/Asset/Exception/AssetNotFoundException.php 34 10 10
/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 12 11
/src/Symfony/Component/Asset/Packages.php 68 30 16
/src/Symfony/Component/Asset/PathPackage.php 39 15 12
/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php 26 7 5
/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php 45 14 5
/src/Symfony/Component/Asset/Tests/PackageTest.php 50 19 11
/src/Symfony/Component/Asset/Tests/PackagesTest.php 33 39 12
/src/Symfony/Component/Asset/Tests/PathPackageTest.php 80 28 11
/src/Symfony/Component/Asset/Tests/UrlPackageTest.php 75 54 11
/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php 19 7 5
/src/Symfony/Component/Asset/Tests/VersionStrategy/JsonManifestVersionStrategyTest.php 90 50 16
/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php 19 16 11
/src/Symfony/Component/Asset/UrlPackage.php 83 36 26
/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php 19 7 6
/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php 77 83 32
/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php 43 15 12
/src/Symfony/Component/AssetMapper/AssetMapper.php 68 55 28
/src/Symfony/Component/AssetMapper/AssetMapperCompiler.php 23 21 14
/src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php 113 84 41
/src/Symfony/Component/AssetMapper/AssetMapperInterface.php 41 6 2
/src/Symfony/Component/AssetMapper/AssetMapperRepository.php 33 68 25
/src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php 90 91 35
/src/Symfony/Component/AssetMapper/Command/DebugAssetMapperCommand.php 101 44 24
/src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php 174 93 35
/src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php 33 42 27
/src/Symfony/Component/AssetMapper/Command/ImportMapOutdatedCommand.php 89 56 33
/src/Symfony/Component/AssetMapper/Command/ImportMapRemoveCommand.php 28 30 20
/src/Symfony/Component/AssetMapper/Command/ImportMapRequireCommand.php 107 69 33
/src/Symfony/Component/AssetMapper/Command/ImportMapUpdateCommand.php 71 42 28
/src/Symfony/Component/AssetMapper/Command/VersionProblemCommandTrait.php 27 8 4
/src/Symfony/Component/AssetMapper/CompiledAssetMapperConfigReader.php 21 26 14
/src/Symfony/Component/AssetMapper/Compiler/AssetCompilerInterface.php 33 6 3
/src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php 41 47 30
/src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php 165 102 44
/src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php 34 18 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 28 44 27
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php 82 84 34
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactoryInterface.php 18 2 2
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php 64 39 22
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php 40 75 38
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php 42 15 13
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php 66 76 25
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php 163 88 31
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php 78 72 33
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAudit.php 24 23 13
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAuditVulnerability.php 19 57 10
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php 113 100 39
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php 59 49 23
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php 174 84 41
/src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php 25 31 8
/src/Symfony/Component/AssetMapper/ImportMap/PackageRequireOptions.php 30 32 11
/src/Symfony/Component/AssetMapper/ImportMap/PackageUpdateInfo.php 23 33 15
/src/Symfony/Component/AssetMapper/ImportMap/PackageVersionProblem.php 19 26 8
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php 127 64 27
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php 92 54 20
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php 119 169 46
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/PackageResolverInterface.php 42 4 3
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/ResolvedImportMapPackage.php 21 22 9
/src/Symfony/Component/AssetMapper/MappedAsset.php 33 35 12
/src/Symfony/Component/AssetMapper/MapperAwareAssetPackage.php 25 13 9
/src/Symfony/Component/AssetMapper/Path/LocalPublicAssetsFilesystem.php 39 13 11
/src/Symfony/Component/AssetMapper/Path/PublicAssetsPathResolver.php 14 5 4
/src/Symfony/Component/AssetMapper/Tests/AssetMapperCompilerTest.php 39 60 19
/src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php 38 19 6
/src/Symfony/Component/AssetMapper/Tests/AssetMapperRepositoryTest.php 20 45 10
/src/Symfony/Component/AssetMapper/Tests/AssetMapperTest.php 26 29 17
/src/Symfony/Component/AssetMapper/Tests/Command/AssetMapperCompileCommandTest.php 112 56 17
/src/Symfony/Component/AssetMapper/Tests/Command/DebugAssetsMapperCommandTest.php 21 13 8
/src/Symfony/Component/AssetMapper/Tests/CompiledAssetMapperConfigReaderTest.php 61 37 17
/src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php 171 39 18
/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php 657 148 29
/src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php 57 24 16
/src/Symfony/Component/AssetMapper/Tests/Factory/CachedMappedAssetFactoryTest.php 41 73 22
/src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php 103 104 35
/src/Symfony/Component/AssetMapper/Tests/Fixtures/AssetMapperTestAppKernel.php 23 24 14
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapAuditorTest.php 41 52 25
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapConfigReaderTest.php 69 69 25
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntriesTest.php 48 25 9
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntryTest.php 52 40 11
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapGeneratorTest.php 787 313 40
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php 104 209 49
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php 139 51 15
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php 123 116 38
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php 50 113 28
/src/Symfony/Component/AssetMapper/Tests/ImportMap/JavaScriptImportTest.php 19 9 6
/src/Symfony/Component/AssetMapper/Tests/ImportMap/PackageUpdateInfoTest.php 60 26 11
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageDownloaderTest.php 101 89 24
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php 57 75 22
/src/Symfony/Component/AssetMapper/Tests/ImportMap/Resolver/JsDelivrEsmResolverTest.php 36 129 30
/src/Symfony/Component/AssetMapper/Tests/MappedAssetTest.php 20 22 12
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageIntegrationTest.php 36 16 11
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageTest.php 21 18 11
/src/Symfony/Component/AssetMapper/Tests/Path/LocalPublicAssetsFilesystemTest.php 48 28 15
/src/Symfony/Component/AssetMapper/Tests/Path/PublicAssetsPathResolverTest.php 28 7 6
/src/Symfony/Component/BrowserKit/AbstractBrowser.php 378 270 61
/src/Symfony/Component/BrowserKit/Cookie.php 163 124 32
/src/Symfony/Component/BrowserKit/CookieJar.php 183 70 27
/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 78 20 10
/src/Symfony/Component/BrowserKit/HttpBrowser.php 65 62 36
/src/Symfony/Component/BrowserKit/Request.php 22 27 7
/src/Symfony/Component/BrowserKit/Response.php 102 44 26
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserCookieValueSame.php 37 37 19
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserHasCookie.php 33 27 16
/src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php 448 257 24
/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php 126 269 22
/src/Symfony/Component/BrowserKit/Tests/CookieTest.php 166 165 18
/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php 57 39 9
/src/Symfony/Component/BrowserKit/Tests/HttpBrowserTest.php 190 97 22
/src/Symfony/Component/BrowserKit/Tests/RequestTest.php 49 28 6
/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php 96 56 14
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserCookieValueSameTest.php 36 24 15
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserHasCookieTest.php 36 44 16
/src/Symfony/Component/BrowserKit/Tests/TestClient.php 27 23 15
/src/Symfony/Component/BrowserKit/Tests/TestHttpClient.php 45 36 20
/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php 174 120 57
/src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php 187 160 56
/src/Symfony/Component/Cache/Adapter/AdapterInterface.php 25 4 3
/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php 67 65 36
/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php 320 220 75
/src/Symfony/Component/Cache/Adapter/ChainAdapter.php 105 122 45
/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php 74 119 48
/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php 68 118 50
/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php 210 230 61
/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php 23 17 14
/src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php 188 154 48
/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php 98 180 70
/src/Symfony/Component/Cache/Adapter/NullAdapter.php 54 77 29
/src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php 31 11 11
/src/Symfony/Component/Cache/Adapter/PdoAdapter.php 327 183 65
/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php 350 235 74
/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php 71 213 71
/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php 83 125 48
/src/Symfony/Component/Cache/Adapter/Psr16Adapter.php 64 32 19
/src/Symfony/Component/Cache/Adapter/RedisAdapter.php 17 14 12
/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php 256 195 64
/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php 158 144 55
/src/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php 30 3 3
/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php 70 178 44
/src/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php 29 13 11
/src/Symfony/Component/Cache/CacheItem.php 187 103 44
/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php 143 80 29
/src/Symfony/Component/Cache/DependencyInjection/CacheCollectorPass.php 42 21 15
/src/Symfony/Component/Cache/DependencyInjection/CachePoolClearerPass.php 23 8 8
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php 139 106 42
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php 41 13 10
/src/Symfony/Component/Cache/Exception/CacheException.php 15 7 4
/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php 15 7 4
/src/Symfony/Component/Cache/Exception/LogicException.php 15 7 4
/src/Symfony/Component/Cache/LockRegistry.php 103 76 41
/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php 84 65 37
/src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php 23 17 16
/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php 37 3 3
/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php 38 21 17
/src/Symfony/Component/Cache/Marshaller/TagAwareMarshaller.php 48 39 24
/src/Symfony/Component/Cache/Messenger/EarlyExpirationDispatcher.php 26 30 23
/src/Symfony/Component/Cache/Messenger/EarlyExpirationHandler.php 57 25 16
/src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php 32 54 28
/src/Symfony/Component/Cache/PruneableInterface.php 19 1 1
/src/Symfony/Component/Cache/Psr16Cache.php 236 138 45
/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 182 45
/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php 109 72 19
/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php 96 67 24
/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php 84 110 24
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php 34 26 17
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php 35 29 19
/src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php 144 121 33
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php 28 14 9
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemTagAwareAdapterTest.php 20 5 5
/src/Symfony/Component/Cache/Tests/Adapter/MaxIdLengthAdapterTest.php 90 45 15
/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php 117 121 39
/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php 27 12 9
/src/Symfony/Component/Cache/Tests/Adapter/NullAdapterTest.php 119 33 12
/src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php 73 55 26
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterTest.php 90 72 36
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterWithFallbackTest.php 35 19 15
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterAppendOnlyTest.php 22 7 7
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterTest.php 32 16 12
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php 21 19 10
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php 52 54 12
/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php 19 11 8
/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php 21 12 10
/src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareAdapterTest.php 32 11 11
/src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareClusterAdapterTest.php 32 11 11
/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php 72 37 21
/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php 66 35 28
/src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php 35 19 14
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php 38 26 10
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php 101 63 15
/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php 19 7 6
/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php 53 28 16
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareAdapterTest.php 38 10 9
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareArrayAdapterTest.php 37 10 9
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareClusterAdapterTest.php 38 10 9
/src/Symfony/Component/Cache/Tests/Adapter/RelayAdapterSentinelTest.php 23 25 12
/src/Symfony/Component/Cache/Tests/Adapter/RelayAdapterTest.php 31 35 16
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php 139 115 27
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php 42 35 12
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareTestTrait.php 117 37 6
/src/Symfony/Component/Cache/Tests/Adapter/TraceableAdapterTest.php 67 46 16
/src/Symfony/Component/Cache/Tests/Adapter/TraceableTagAwareAdapterTest.php 23 9 8
/src/Symfony/Component/Cache/Tests/CacheItemTest.php 77 38 12
/src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php 56 52 18
/src/Symfony/Component/Cache/Tests/DependencyInjection/CacheCollectorPassTest.php 30 17 10
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php 35 39 12
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php 162 160 14
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPrunerPassTest.php 60 21 10
/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php 67 26 9
/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/LockRegistryTest.php 19 12 11
/src/Symfony/Component/Cache/Tests/Marshaller/DefaultMarshallerTest.php 85 52 17
/src/Symfony/Component/Cache/Tests/Marshaller/DeflateMarshallerTest.php 39 17 9
/src/Symfony/Component/Cache/Tests/Marshaller/SodiumMarshallerTest.php 59 25 10
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationDispatcherTest.php 63 71 29
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationHandlerTest.php 27 30 19
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationMessageTest.php 24 21 14
/src/Symfony/Component/Cache/Tests/Psr16CacheProxyTest.php 38 38 22
/src/Symfony/Component/Cache/Tests/Psr16CacheTest.php 54 89 33
/src/Symfony/Component/Cache/Tests/Psr16CacheWithExternalAdapter.php 29 14 12
/src/Symfony/Component/Cache/Tests/Traits/RedisProxiesTest.php 70 29 13
/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php 107 130 24
/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php 198 179 65
/src/Symfony/Component/Cache/Traits/ContractsTrait.php 101 75 38
/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php 164 102 43
/src/Symfony/Component/Cache/Traits/FilesystemTrait.php 60 51 21
/src/Symfony/Component/Cache/Traits/ProxyTrait.php 26 8 7
/src/Symfony/Component/Cache/Traits/Redis5Proxy.php 641 2377 22
/src/Symfony/Component/Cache/Traits/Redis6Proxy.php 1276 3002 28
/src/Symfony/Component/Cache/Traits/RedisCluster5Proxy.php 311 1922 22
/src/Symfony/Component/Cache/Traits/RedisCluster6Proxy.php 721 2666 28
/src/Symfony/Component/Cache/Traits/RedisClusterNodeProxy.php 38 17 9
/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 517 101
/src/Symfony/Component/Cache/Traits/RelayProxy.php 907 3199 30
/src/Symfony/Component/Cache/Traits/RelayProxyTrait.php 65 229 15
/src/Symfony/Component/Cache/Traits/ValueWrapper.php 51 49 26
/src/Symfony/Component/Clock/Clock.php 79 41 26
/src/Symfony/Component/Clock/ClockAwareTrait.php 27 14 11
/src/Symfony/Component/Clock/ClockInterface.php 23 7 5
/src/Symfony/Component/Clock/DatePoint.php 37 73 22
/src/Symfony/Component/Clock/MockClock.php 88 41 23
/src/Symfony/Component/Clock/MonotonicClock.php 83 59 37
/src/Symfony/Component/Clock/NativeClock.php 57 35 28
/src/Symfony/Component/Clock/Resources/now.php 14 4 4
/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php 35 30 18
/src/Symfony/Component/Clock/Tests/ClockAwareTraitTest.php 23 12 10
/src/Symfony/Component/Clock/Tests/ClockBeforeClassTest.php 37 24 15
/src/Symfony/Component/Clock/Tests/ClockTest.php 37 37 13
/src/Symfony/Component/Clock/Tests/DatePointTest.php 32 25 12
/src/Symfony/Component/Clock/Tests/MockClockTest.php 38 36 13
/src/Symfony/Component/Clock/Tests/MonotonicClockTest.php 28 25 11
/src/Symfony/Component/Clock/Tests/NativeClockTest.php 21 23 11
/src/Symfony/Component/Config/Builder/ClassBuilder.php 52 60 26
/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php 354 197 44
/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 62 42 15
/src/Symfony/Component/Config/ConfigCache.php 28 10 9
/src/Symfony/Component/Config/ConfigCacheFactory.php 25 10 10
/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php 29 1 1
/src/Symfony/Component/Config/ConfigCacheInterface.php 26 4 4
/src/Symfony/Component/Config/Definition/ArrayNode.php 288 121 41
/src/Symfony/Component/Config/Definition/BaseNode.php 382 168 47
/src/Symfony/Component/Config/Definition/BooleanNode.php 23 16 11
/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php 382 144 47
/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php 15 14 12
/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php 23 16 12
/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php 93 101 26
/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php 26 6 6
/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php 26 6 6
/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php 36 23 11
/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php 187 53 26
/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php 150 133 30
/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php 19 1 1
/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php 40 24 15
/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php 24 35 17
/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php 24 4 2
/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php 26 3 3
/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php 24 20 13
/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php 35 12 11
/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php 14 10 6
/src/Symfony/Component/Config/Definition/Configuration.php 30 25 14
/src/Symfony/Component/Config/Definition/Configurator/DefinitionConfigurator.php 32 41 23
/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php 130 111 48
/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php 238 130 43
/src/Symfony/Component/Config/Definition/EnumNode.php 49 50 30
/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 44 18 14
/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php 19 1 1
/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php 19 1 1
/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php 20 1 1
/src/Symfony/Component/Config/Definition/FloatNode.php 21 12 10
/src/Symfony/Component/Config/Definition/IntegerNode.php 23 13 11
/src/Symfony/Component/Config/Definition/Loader/DefinitionFileLoader.php 70 53 37
/src/Symfony/Component/Config/Definition/NodeInterface.php 60 12 4
/src/Symfony/Component/Config/Definition/NumericNode.php 24 42 19
/src/Symfony/Component/Config/Definition/Processor.php 74 29 17
/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php 166 111 55
/src/Symfony/Component/Config/Definition/ScalarNode.php 30 15 12
/src/Symfony/Component/Config/Definition/VariableNode.php 58 41 23
/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php 23 12 11
/src/Symfony/Component/Config/Exception/FileLocatorFileNotFoundException.php 30 7 7
/src/Symfony/Component/Config/Exception/LoaderLoadException.php 33 42 17
/src/Symfony/Component/Config/Exception/LogicException.php 14 1 1
/src/Symfony/Component/Config/FileLocator.php 84 27 20
/src/Symfony/Component/Config/FileLocatorInterface.php 35 6 6
/src/Symfony/Component/Config/Loader/DelegatingLoader.php 31 16 12
/src/Symfony/Component/Config/Loader/DirectoryAwareLoaderInterface.php 21 1 1
/src/Symfony/Component/Config/Loader/FileLoader.php 106 119 52
/src/Symfony/Component/Config/Loader/GlobFileLoader.php 21 20 13
/src/Symfony/Component/Config/Loader/Loader.php 49 36 17
/src/Symfony/Component/Config/Loader/LoaderInterface.php 38 7 4
/src/Symfony/Component/Config/Loader/LoaderResolver.php 27 12 11
/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php 26 6 5
/src/Symfony/Component/Config/Loader/ParamConfigurator.php 21 4 4
/src/Symfony/Component/Config/Resource/ClassExistenceResource.php 185 96 43
/src/Symfony/Component/Config/Resource/ComposerResource.php 55 17 14
/src/Symfony/Component/Config/Resource/DirectoryResource.php 84 25 17
/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 142 50
/src/Symfony/Component/Config/Resource/ReflectionClassResource.php 103 64 34
/src/Symfony/Component/Config/Resource/ResourceInterface.php 19 1 1
/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php 42 21 16
/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php 27 1 1
/src/Symfony/Component/Config/ResourceCheckerConfigCache.php 160 47 30
/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php 32 8 8
/src/Symfony/Component/Config/ResourceCheckerInterface.php 40 2 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.config.php 17 9 3
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.output.php 16 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.php 19 9 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php 68 34 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php 45 23 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php 60 56 23
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php 68 34 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/BooksConfig.php 44 34 24
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php 88 44 25
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php 70 45 25
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.output.php 13 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.php 19 11 11
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BarConfig.php 64 34 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BazConfig.php 32 11 10
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/FooConfig.php 64 34 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php 88 79 31
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.config.php 16 3 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.output.php 15 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.php 19 9 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php 85 44 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php 45 34 22
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php 91 41 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php 73 44 24
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.config.php 19 3 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.php 19 10 10
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php 93 43 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.config.php 16 7 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.output.php 14 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.php 20 14 14
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php 165 67 20
/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 121 50 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php 65 34 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php 65 35 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php 45 25 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php 45 22 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php 51 59 29
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php 85 40 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php 100 127 37
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.config.php 15 2 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.php 19 9 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php 51 28 21
/src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php 153 62 25
/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php 19 8 8
/src/Symfony/Component/Config/Tests/ConfigCacheTest.php 64 41 16
/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php 271 175 20
/src/Symfony/Component/Config/Tests/Definition/BaseNodeTest.php 28 54 17
/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php 23 31 14
/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php 115 176 26
/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php 28 17 10
/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php 28 50 10
/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php 67 92 21
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php 22 27 10
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeDefinitionTest.php 20 8 7
/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php 69 50 10
/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php 66 50 8
/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php 28 15 11
/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php 20 13 7
/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php 42 82 13
/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php 21 12 9
/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php 32 31 14
/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php 61 29 13
/src/Symfony/Component/Config/Tests/Definition/Loader/DefinitionFileLoaderTest.php 22 24 12
/src/Symfony/Component/Config/Tests/Definition/MergeTest.php 21 32 7
/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php 24 77 18
/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php 357 118 12
/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php 78 72 17
/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php 37 37 9
/src/Symfony/Component/Config/Tests/FileLocatorTest.php 66 41 12
/src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php 9 5 5
/src/Symfony/Component/Config/Tests/Fixtures/BadParent.php 5 2 2
/src/Symfony/Component/Config/Tests/Fixtures/BarNode.php 16 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php 15 5 5
/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php 19 12 11
/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php 16 2 2
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNode.php 25 43 14
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNodeDefinition.php 6 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php 20 15 14
/src/Symfony/Component/Config/Tests/Fixtures/Loader/node_simple.php 8 1 1
/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/Loader/DelegatingLoaderTest.php 30 37 13
/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php 61 111 32
/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php 37 19 11
/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php 66 77 25
/src/Symfony/Component/Config/Tests/Resource/ClassExistenceResourceTest.php 70 52 18
/src/Symfony/Component/Config/Tests/Resource/ComposerResourceTest.php 37 17 12
/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php 60 97 21
/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php 37 37 13
/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php 43 37 14
/src/Symfony/Component/Config/Tests/Resource/GlobResourceTest.php 214 98 16
/src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php 54 121 45
/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php 20 7 7
/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php 40 59 16
/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php 214 108 25
/src/Symfony/Component/Config/Util/Exception/InvalidXmlException.php 20 1 1
/src/Symfony/Component/Config/Util/XmlUtils.php 219 124 45
/src/Symfony/Component/Console/Application.php 207 505 96
/src/Symfony/Component/Console/Attribute/AsCommand.php 21 27 20
/src/Symfony/Component/Console/CI/GithubActionReporter.php 88 53 18
/src/Symfony/Component/Console/Color.php 56 43 18
/src/Symfony/Component/Console/Command/Command.php 322 231 64
/src/Symfony/Component/Console/Command/CompleteCommand.php 155 85 41
/src/Symfony/Component/Console/Command/DumpCompletionCommand.php 125 58 36
/src/Symfony/Component/Console/Command/HelpCommand.php 28 21 15
/src/Symfony/Component/Console/Command/LazyCommand.php 43 94 20
/src/Symfony/Component/Console/Command/ListCommand.php 60 18 11
/src/Symfony/Component/Console/Command/LockableTrait.php 50 19 15
/src/Symfony/Component/Console/Command/SignalableCommandInterface.php 31 7 4
/src/Symfony/Component/Console/Command/TraceableCommand.php 285 191 45
/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php 37 4 3
/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php 48 16 11
/src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php 36 15 11
/src/Symfony/Component/Console/Completion/CompletionInput.php 94 71 40
/src/Symfony/Component/Console/Completion/CompletionSuggestions.php 31 15 7
/src/Symfony/Component/Console/Completion/Output/BashCompletionOutput.php 22 9 9
/src/Symfony/Component/Console/Completion/Output/CompletionOutputInterface.php 24 1 1
/src/Symfony/Component/Console/Completion/Output/FishCompletionOutput.php 22 9 9
/src/Symfony/Component/Console/Completion/Output/ZshCompletionOutput.php 22 10 10
/src/Symfony/Component/Console/Completion/Suggestion.php 32 17 12
/src/Symfony/Component/Console/ConsoleEvents.php 24 6 2
/src/Symfony/Component/Console/Cursor.php 173 75 15
/src/Symfony/Component/Console/DataCollector/CommandDataCollector.php 120 94 23
/src/Symfony/Component/Console/Debug/CliRequest.php 27 39 23
/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php 85 42 21
/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php 75 41 19
/src/Symfony/Component/Console/Descriptor/Descriptor.php 29 11 9
/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php 64 52 20
/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php 31 88 30
/src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php 255 123 41
/src/Symfony/Component/Console/Descriptor/TextDescriptor.php 165 131 39
/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php 140 88 26
/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php 42 9 7
/src/Symfony/Component/Console/Event/ConsoleErrorEvent.php 26 13 10
/src/Symfony/Component/Console/Event/ConsoleEvent.php 29 17 6
/src/Symfony/Component/Console/Event/ConsoleSignalEvent.php 40 23 15
/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php 30 14 10
/src/Symfony/Component/Console/EventListener/ErrorListener.php 27 29 20
/src/Symfony/Component/Console/Exception/CommandNotFoundException.php 39 9 9
/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 5 5
/src/Symfony/Component/Console/Exception/NamespaceNotFoundException.php 19 3 3
/src/Symfony/Component/Console/Exception/RunCommandFailedException.php 21 11 11
/src/Symfony/Component/Console/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Console/Formatter/NullOutputFormatter.php 19 30 15
/src/Symfony/Component/Console/Formatter/NullOutputFormatterStyle.php 17 23 9
/src/Symfony/Component/Console/Formatter/OutputFormatter.php 145 102 43
/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php 34 9 5
/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php 81 38 17
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php 44 9 3
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php 99 23 16
/src/Symfony/Component/Console/Formatter/WrappableOutputFormatterInterface.php 24 3 3
/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php 76 60 20
/src/Symfony/Component/Console/Helper/DescriptorHelper.php 62 26 15
/src/Symfony/Component/Console/Helper/Dumper.php 27 39 21
/src/Symfony/Component/Console/Helper/FormatterHelper.php 49 36 18
/src/Symfony/Component/Console/Helper/Helper.php 138 95 28
/src/Symfony/Component/Console/Helper/HelperInterface.php 29 6 4
/src/Symfony/Component/Console/Helper/HelperSet.php 53 18 16
/src/Symfony/Component/Console/Helper/InputAwareHelper.php 26 8 8
/src/Symfony/Component/Console/Helper/OutputWrapper.php 62 21 13
/src/Symfony/Component/Console/Helper/ProcessHelper.php 97 73 37
/src/Symfony/Component/Console/Helper/ProgressBar.php 590 225 62
/src/Symfony/Component/Console/Helper/ProgressIndicator.php 114 93 37
/src/Symfony/Component/Console/Helper/QuestionHelper.php 303 252 74
/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php 52 38 18
/src/Symfony/Component/Console/Helper/Table.php 724 336 71
/src/Symfony/Component/Console/Helper/TableCell.php 37 30 15
/src/Symfony/Component/Console/Helper/TableCellStyle.php 39 44 22
/src/Symfony/Component/Console/Helper/TableRows.php 26 6 6
/src/Symfony/Component/Console/Helper/TableSeparator.php 21 3 3
/src/Symfony/Component/Console/Helper/TableStyle.php 116 74 12
/src/Symfony/Component/Console/Input/ArgvInput.php 267 133 48
/src/Symfony/Component/Console/Input/ArrayInput.php 100 76 34
/src/Symfony/Component/Console/Input/Input.php 106 64 30
/src/Symfony/Component/Console/Input/InputArgument.php 51 59 24
/src/Symfony/Component/Console/Input/InputAwareInterface.php 25 1 1
/src/Symfony/Component/Console/Input/InputDefinition.php 347 85 23
/src/Symfony/Component/Console/Input/InputInterface.php 120 26 11
/src/Symfony/Component/Console/Input/InputOption.php 95 95 33
/src/Symfony/Component/Console/Input/StreamableInputInterface.php 36 2 1
/src/Symfony/Component/Console/Input/StringInput.php 67 37 21
/src/Symfony/Component/Console/Logger/ConsoleLogger.php 64 37 21
/src/Symfony/Component/Console/Messenger/RunCommandContext.php 20 23 8
/src/Symfony/Component/Console/Messenger/RunCommandMessage.php 26 20 11
/src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php 38 20 15
/src/Symfony/Component/Console/Output/AnsiColorMode.php 75 34 15
/src/Symfony/Component/Console/Output/BufferedOutput.php 19 8 8
/src/Symfony/Component/Console/Output/ConsoleOutput.php 90 51 28
/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php 25 3 1
/src/Symfony/Component/Console/Output/ConsoleSectionOutput.php 204 69 31
/src/Symfony/Component/Console/Output/NullOutput.php 80 41 19
/src/Symfony/Component/Console/Output/Output.php 125 31 16
/src/Symfony/Component/Console/Output/OutputInterface.php 40 14 5
/src/Symfony/Component/Console/Output/StreamOutput.php 33 35 22
/src/Symfony/Component/Console/Output/TrimmedBufferOutput.php 24 25 19
/src/Symfony/Component/Console/Question/ChoiceQuestion.php 158 51 29
/src/Symfony/Component/Console/Question/ConfirmationQuestion.php 28 11 11
/src/Symfony/Component/Console/Question/Question.php 146 108 30
/src/Symfony/Component/Console/SignalRegistry/SignalMap.php 34 15 14
/src/Symfony/Component/Console/SignalRegistry/SignalRegistry.php 27 15 11
/src/Symfony/Component/Console/SingleCommandApplication.php 64 32 18
/src/Symfony/Component/Console/Style/OutputStyle.php 88 29 15
/src/Symfony/Component/Console/Style/StyleInterface.php 29 34 8
/src/Symfony/Component/Console/Style/SymfonyStyle.php 377 211 57
/src/Symfony/Component/Console/Terminal.php 142 94 33
/src/Symfony/Component/Console/Tester/ApplicationTester.php 54 28 17
/src/Symfony/Component/Console/Tester/CommandCompletionTester.php 25 10 7
/src/Symfony/Component/Console/Tester/CommandTester.php 53 24 15
/src/Symfony/Component/Console/Tester/Constraint/CommandIsSuccessful.php 41 22 14
/src/Symfony/Component/Console/Tester/TesterTrait.php 136 66 29
/src/Symfony/Component/Console/Tests/ApplicationTest.php 2370 1386 73
/src/Symfony/Component/Console/Tests/CI/GithubActionReporterTest.php 25 30 17
/src/Symfony/Component/Console/Tests/ColorTest.php 40 28 8
/src/Symfony/Component/Console/Tests/Command/CommandTest.php 177 286 35
/src/Symfony/Component/Console/Tests/Command/CompleteCommandTest.php 146 57 21
/src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php 23 10 8
/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php 86 53 14
/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php 120 76 16
/src/Symfony/Component/Console/Tests/Command/LockableTraitTest.php 60 27 15
/src/Symfony/Component/Console/Tests/Command/SingleCommandApplicationTest.php 22 14 11
/src/Symfony/Component/Console/Tests/CommandLoader/ContainerCommandLoaderTest.php 22 41 10
/src/Symfony/Component/Console/Tests/CommandLoader/FactoryCommandLoaderTest.php 21 40 10
/src/Symfony/Component/Console/Tests/Completion/CompletionInputTest.php 25 41 12
/src/Symfony/Component/Console/Tests/Completion/Output/BashCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/CompletionOutputTestCase.php 29 27 12
/src/Symfony/Component/Console/Tests/Completion/Output/FishCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/ZshCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/ConsoleEventsTest.php 68 54 25
/src/Symfony/Component/Console/Tests/CursorTest.php 33 110 18
/src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php 85 140 21
/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTestCase.php 77 43 13
/src/Symfony/Component/Console/Tests/Descriptor/ApplicationDescriptionTest.php 24 17 12
/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php 18 25 15
/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php 20 18 10
/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php 67 38 7
/src/Symfony/Component/Console/Tests/Descriptor/ReStructuredTextDescriptorTest.php 28 17 9
/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php 29 22 11
/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php 23 12 8
/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php 126 84 26
/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php 5 8 8
/src/Symfony/Component/Console/Tests/Fixtures/BarHiddenCommand.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php 14 4 4
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php 18 12 6
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php 18 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 5 5
/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 6 3
/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php 7 15 10
/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php 22 22 13
/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php 5 8 8
/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php 5 5 5
/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php 7 25 14
/src/Symfony/Component/Console/Tests/Fixtures/FooHiddenCommand.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/FooLock2Command.php 22 22 15
/src/Symfony/Component/Console/Tests/Fixtures/FooLockCommand.php 8 15 11
/src/Symfony/Component/Console/Tests/Fixtures/FooOptCommand.php 8 26 14
/src/Symfony/Component/Console/Tests/Fixtures/FooSameCaseLowercaseCommand.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooSameCaseUppercaseCommand.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/FooWithoutAliasCommand.php 7 15 12
/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/MockableAppliationWithTerminalWidth.php 18 6 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php 3 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php 3 6 5
/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 3 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php 12 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php 13 7 6
/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 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php 3 8 7
/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 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php 3 13 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_20.php 3 9 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_21.php 3 8 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_22.php 18 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_23.php 3 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php 3 5 4
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php 3 23 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php 3 23 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php 3 16 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php 3 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php 3 12 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php 4 5 4
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php 3 14 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/progress/command_progress_iterate.php 11 11 8
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering.php 7 14 11
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php 7 14 11
/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php 7 20 11
/src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php 16 23 17
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterStyleTest.php 36 28 8
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterTest.php 31 18 8
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php 43 43 11
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php 100 53 14
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php 254 150 29
/src/Symfony/Component/Console/Tests/Helper/AbstractQuestionHelperTestCase.php 19 5 5
/src/Symfony/Component/Console/Tests/Helper/DescriptorHelperTest.php 19 6 5
/src/Symfony/Component/Console/Tests/Helper/DumperNativeFallbackTest.php 22 18 9
/src/Symfony/Component/Console/Tests/Helper/DumperTest.php 29 19 10
/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php 116 43 9
/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php 69 43 18
/src/Symfony/Component/Console/Tests/Helper/HelperTest.php 20 20 10
/src/Symfony/Component/Console/Tests/Helper/OutputWrapperTest.php 29 14 12
/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php 39 43 22
/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php 760 694 45
/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php 67 88 20
/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php 866 442 40
/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php 61 160 25
/src/Symfony/Component/Console/Tests/Helper/TableCellStyleTest.php 19 7 7
/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php 19 6 6
/src/Symfony/Component/Console/Tests/Helper/TableTest.php 1486 246 32
/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php 436 392 20
/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php 24 93 14
/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php 54 100 19
/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php 38 200 22
/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php 206 219 19
/src/Symfony/Component/Console/Tests/Input/InputTest.php 49 102 15
/src/Symfony/Component/Console/Tests/Input/StringInputTest.php 79 28 14
/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php 186 58 24
/src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php 72 51 22
/src/Symfony/Component/Console/Tests/Output/AnsiColorModeTest.php 23 46 10
/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php 36 13 7
/src/Symfony/Component/Console/Tests/Output/ConsoleSectionOutputTest.php 79 201 20
/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php 23 30 10
/src/Symfony/Component/Console/Tests/Output/OutputTest.php 87 85 23
/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php 40 35 16
/src/Symfony/Component/Console/Tests/Question/ChoiceQuestionTest.php 136 43 17
/src/Symfony/Component/Console/Tests/Question/ConfirmationQuestionTest.php 33 15 12
/src/Symfony/Component/Console/Tests/Question/QuestionTest.php 86 171 24
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalMapTest.php 31 7 5
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalRegistryTest.php 32 31 10
/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php 176 113 31
/src/Symfony/Component/Console/Tests/TerminalTest.php 106 78 27
/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php 53 65 16
/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php 155 155 21
/src/Symfony/Component/Console/Tests/Tester/Constraint/CommandIsSuccessfulTest.php 40 21 13
/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 7 7
/src/Symfony/Component/CssSelector/Node/AttributeNode.php 66 34 13
/src/Symfony/Component/CssSelector/Node/ClassNode.php 45 11 9
/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php 59 11 9
/src/Symfony/Component/CssSelector/Node/ElementNode.php 45 26 13
/src/Symfony/Component/CssSelector/Node/FunctionNode.php 60 20 14
/src/Symfony/Component/CssSelector/Node/HashNode.php 45 11 9
/src/Symfony/Component/CssSelector/Node/NegationNode.php 45 9 8
/src/Symfony/Component/CssSelector/Node/PseudoNode.php 45 10 8
/src/Symfony/Component/CssSelector/Node/SelectorNode.php 40 21 13
/src/Symfony/Component/CssSelector/Node/Specificity.php 50 19 8
/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php 29 12 12
/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php 29 4 4
/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php 41 16 11
/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php 41 16 11
/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php 38 15 11
/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php 43 23 14
/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php 30 14 11
/src/Symfony/Component/CssSelector/Parser/Parser.php 200 136 48
/src/Symfony/Component/CssSelector/Parser/ParserInterface.php 33 2 2
/src/Symfony/Component/CssSelector/Parser/Reader.php 28 19 10
/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php 31 11 9
/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php 30 10 9
/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php 34 9 8
/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php 31 11 9
/src/Symfony/Component/CssSelector/Parser/Token.php 88 53 14
/src/Symfony/Component/CssSelector/Parser/TokenStream.php 79 24 17
/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php 34 18 8
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php 26 17 9
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php 32 31 6
/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php 38 30 9
/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTestCase.php 26 10 5
/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 31 19 8
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTestCase.php 25 14 7
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php 22 18 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php 21 19 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php 21 26 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php 20 20 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php 34 22 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php 19 20 10
/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php 39 118 20
/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php 21 26 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php 24 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php 24 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php 23 7 7
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php 35 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php 33 73 11
/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php 177 117 19
/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php 46 10 2
/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php 29 80 17
/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php 56 25 8
/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php 66 1 1
/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php 52 54 22
/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php 169 56 13
/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php 164 76 22
/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php 113 50 11
/src/Symfony/Component/CssSelector/XPath/Translator.php 132 73 29
/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php 36 3 2
/src/Symfony/Component/CssSelector/XPath/XPathExpr.php 68 29 21
/src/Symfony/Component/DependencyInjection/Alias.php 82 30 19
/src/Symfony/Component/DependencyInjection/Argument/AbstractArgument.php 37 8 4
/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php 23 2 1
/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php 48 39 18
/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php 21 3 3
/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php 56 45 26
/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php 35 19 12
/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php 23 7 7
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php 44 35 24
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php 39 17 12
/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php 85 64 18
/src/Symfony/Component/DependencyInjection/Attribute/AsAlias.php 22 17 12
/src/Symfony/Component/DependencyInjection/Attribute/AsDecorator.php 21 18 10
/src/Symfony/Component/DependencyInjection/Attribute/AsTaggedItem.php 24 19 11
/src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php 23 92 15
/src/Symfony/Component/DependencyInjection/Attribute/AutoconfigureTag.php 22 7 7
/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php 28 65 26
/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php 48 38 23
/src/Symfony/Component/DependencyInjection/Attribute/AutowireDecorated.php 15 3 3
/src/Symfony/Component/DependencyInjection/Attribute/AutowireIterator.php 25 18 10
/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php 68 39 21
/src/Symfony/Component/DependencyInjection/Attribute/AutowireServiceClosure.php 23 8 8
/src/Symfony/Component/DependencyInjection/Attribute/Exclude.php 20 3 3
/src/Symfony/Component/DependencyInjection/Attribute/TaggedIterator.php 18 44 13
/src/Symfony/Component/DependencyInjection/Attribute/TaggedLocator.php 23 44 13
/src/Symfony/Component/DependencyInjection/Attribute/Target.php 25 45 26
/src/Symfony/Component/DependencyInjection/Attribute/When.php 23 8 8
/src/Symfony/Component/DependencyInjection/ChildDefinition.php 47 20 15
/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php 44 138 49
/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php 53 36 24
/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php 76 90 35
/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php 108 57 27
/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php 27 11 9
/src/Symfony/Component/DependencyInjection/Compiler/AutowireAsDecoratorPass.php 40 12 10
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php 521 459 91
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php 83 27 26
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredPropertiesPass.php 29 19 14
/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php 34 55 22
/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php 60 12 10
/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php 89 25 10
/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php 70 57 32
/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php 30 16 14
/src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php 292 117 51
/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php 75 28 19
/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php 122 43 29
/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php 35 38 25
/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php 22 4 4
/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php 55 61 34
/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php 74 92 43
/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php 135 24 10
/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php 71 62 32
/src/Symfony/Component/DependencyInjection/Compiler/RegisterAutoconfigureAttributesPass.php 27 23 18
/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php 49 29 18
/src/Symfony/Component/DependencyInjection/Compiler/RegisterReverseContainerPass.php 32 16 13
/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php 93 92 31
/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php 24 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveBuildParametersPass.php 16 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php 28 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php 34 25 18
/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php 64 32 26
/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php 42 87 32
/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php 66 97 33
/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php 29 10 8
/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php 81 35 19
/src/Symfony/Component/DependencyInjection/Compiler/ResolveEnvPlaceholdersPass.php 23 18 16
/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php 24 18 16
/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php 32 19 17
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php 119 69 43
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php 44 49 31
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php 29 48 31
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNoPreloadPass.php 35 25 18
/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php 52 36 24
/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php 41 24 21
/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php 48 26 23
/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php 27 14 14
/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php 35 45 30
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php 93 42 21
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php 83 33 12
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php 50 31 11
/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php 94 31 19
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResource.php 25 10 9
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php 23 13 13
/src/Symfony/Component/DependencyInjection/Container.php 222 221 52
/src/Symfony/Component/DependencyInjection/ContainerBuilder.php 1026 684 113
/src/Symfony/Component/DependencyInjection/ContainerInterface.php 54 25 9
/src/Symfony/Component/DependencyInjection/Definition.php 665 215 42
/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php 23 4 4
/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php 24 4 4
/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php 164 87 31
/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php 1009 1141 118
/src/Symfony/Component/DependencyInjection/Dumper/Preloader.php 54 54 26
/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php 269 107 48
/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php 208 172 57
/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php 24 1 1
/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php 161 203 61
/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php 32 6 5
/src/Symfony/Component/DependencyInjection/Exception/AutowiringFailedException.php 56 43 25
/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/EnvNotFoundException.php 19 3 3
/src/Symfony/Component/DependencyInjection/Exception/EnvParameterException.php 19 7 7
/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php 22 3 2
/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/InvalidParameterTypeException.php 26 7 6
/src/Symfony/Component/DependencyInjection/Exception/LogicException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php 30 16 14
/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php 66 67 18
/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php 37 19 14
/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php 63 35 15
/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php 15 14 8
/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php 39 36 16
/src/Symfony/Component/DependencyInjection/Extension/AbstractExtension.php 29 26 13
/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php 29 2 2
/src/Symfony/Component/DependencyInjection/Extension/Extension.php 117 36 21
/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php 46 1 1
/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php 45 38 15
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php 31 3 2
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.php 24 19 15
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php 14 10 7
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php 28 12 6
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php 109 70 35
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php 25 28 13
/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php 26 31 22
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php 84 51 28
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.php 65 44 13
/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 136 137 31
/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php 61 24 17
/src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php 78 88 14
/src/Symfony/Component/DependencyInjection/Loader/Configurator/FromCallableConfigurator.php 36 10 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InlineServiceConfigurator.php 38 15 9
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InstanceofConfigurator.php 46 16 13
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php 49 15 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/PrototypeConfigurator.php 84 41 23
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ReferenceConfigurator.php 45 16 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServiceConfigurator.php 46 26 13
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php 166 103 41
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/AbstractTrait.php 22 6 6
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ArgumentTrait.php 21 9 6
/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 10 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/CallTrait.php 29 9 9
/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 10 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/DeprecateTrait.php 29 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FactoryTrait.php 30 16 11
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FileTrait.php 21 3 3
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php 22 21 15
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php 23 8 8
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php 26 11 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PropertyTrait.php 21 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PublicTrait.php 29 7 4
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ShareTrait.php 21 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/SyntheticTrait.php 22 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php 23 11 9
/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php 44 28 21
/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php 286 192 64
/src/Symfony/Component/DependencyInjection/Loader/GlobFileLoader.php 19 22 16
/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php 87 50 31
/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php 84 96 47
/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php 792 397 79
/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php 645 744 82
/src/Symfony/Component/DependencyInjection/Parameter.php 21 5 5
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php 33 13 12
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php 27 11 5
/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php 143 72 32
/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php 42 33 16
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php 142 82 34
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php 29 24 9
/src/Symfony/Component/DependencyInjection/Reference.php 22 6 4
/src/Symfony/Component/DependencyInjection/ReverseContainer.php 68 30 20
/src/Symfony/Component/DependencyInjection/ServiceLocator.php 108 93 39
/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php 26 2 2
/src/Symfony/Component/DependencyInjection/Tests/AliasTest.php 75 44 11
/src/Symfony/Component/DependencyInjection/Tests/Argument/AbstractArgumentTest.php 19 5 5
/src/Symfony/Component/DependencyInjection/Tests/Argument/RewindableGeneratorTest.php 26 14 9
/src/Symfony/Component/DependencyInjection/Tests/Argument/TaggedIteratorArgumentTest.php 19 46 11
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireCallableTest.php 65 110 15
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireLocatorTest.php 32 24 10
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireTest.php 32 56 15
/src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php 73 81 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AbstractRecursivePassTest.php 43 97 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AliasDeprecatedPublicServicesPassTest.php 69 25 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php 189 88 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AttributeAutoconfigurationPassTest.php 23 23 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php 22 48 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php 127 610 30
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php 20 34 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredPropertiesPassTest.php 19 13 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckArgumentsValidityPassTest.php 69 28 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php 25 48 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php 137 78 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php 42 48 15
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php 33 16 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php 204 342 20
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CustomExpressionLanguageFunctionTest.php 31 17 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php 151 109 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DefinitionErrorExceptionPassTest.php 40 35 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php 66 33 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php 134 124 15
/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php 256 528 43
/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php 129 127 29
/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PassConfigTest.php 39 11 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PriorityTaggedServiceTraitTest.php 256 80 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterAutoconfigureAttributesPassTest.php 53 30 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php 59 38 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterReverseContainerPassTest.php 72 52 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php 264 285 29
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveBuildParametersPassTest.php 20 13 8
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php 143 68 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php 20 21 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php 36 106 21
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php 225 151 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveClassPassTest.php 86 42 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveFactoryClassPassTest.php 23 37 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveHotPathPassTest.php 23 18 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php 391 142 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php 86 56 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNamedArgumentsPassTest.php 132 108 19
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNoPreloadPassTest.php 21 15 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php 101 72 21
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php 115 98 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php 26 56 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php 198 113 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php 321 173 33
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceCheckerTest.php 48 31 13
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceTest.php 26 15 10
/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php 1037 1419 58
/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php 247 356 40
/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php 74 27 16
/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php 77 275 14
/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php 31 42 16
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php 733 1282 62
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PreloaderTest.php 44 48 10
/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php 68 142 28
/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php 70 131 25
/src/Symfony/Component/DependencyInjection/Tests/EnvVarProcessorTest.php 960 530 38
/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php 19 12 10
/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php 22 23 16
/src/Symfony/Component/DependencyInjection/Tests/Extension/AbstractExtensionTest.php 57 69 15
/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php 90 45 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php 20 29 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig/NestedConfig.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomAnyAttribute.php 15 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomAutoconfiguration.php 19 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomMethodAttribute.php 19 12 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomParameterAttribute.php 19 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomPropertyAttribute.php 19 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureAttributed.php 24 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface.php 8 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 29 15 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Bar.php 27 32 15
/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 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php 16 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Bar.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarErroredDependency.php 7 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarMethodCall.php 44 56 13
/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 3 3
/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 19 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/UnionConstructorPHP82.php 7 14 9
/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 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/ConstructorWithOptionalArgumentsContainer.php 7 6 6
/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 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/Configuration.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/InvalidConfigExtension.php 10 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/Configuration.php 14 12 11
/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 13 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php 28 35 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummyWithoutReturnTypes.php 16 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedClass.php 14 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedForDefaultPriorityClass.php 14 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultArrayAttribute.php 7 11 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultEnumAttribute.php 7 13 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultObjectAttribute.php 7 12 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithEnumAttribute.php 14 10 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooForCircularWithAddCalls.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php 7 10 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTaggedForInvalidDefaultMethodClass.php 7 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooWithAbstractArgument.php 8 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntTagClass.php 7 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleArgumentBindings.php 10 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php 24 26 8
/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 8 7
/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 29 17
/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 18 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/BadClasses/MissingParent.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/Foo.php 23 25 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/FooInterface.php 8 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 8 8
/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 8 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasDuplicate.php 8 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasIdMultipleInterface.php 8 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasInterface.php 8 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultiple.php 9 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultipleInterface.php 8 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ReadOnlyClass.php 16 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ScalarFactory.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/SimilarArgumentsDummy.php 17 8 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php 29 24 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticMethodTag.php 19 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StdClassDecorator.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StubbedTranslator.php 14 13 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php 24 20 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumer.php 24 12 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethod.php 15 11 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 15 11 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultPriorityMethod.php 15 11 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumer.php 25 14 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerConsumer.php 21 9 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerFactory.php 14 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php 16 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 16 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php 16 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithServiceSubscriber.php 40 34 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithoutIndex.php 25 13 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService1.php 18 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService2.php 17 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3.php 27 19 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3Configurator.php 16 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php 37 38 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 14 16 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php 14 34 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php 13 13 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php 14 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php 18 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberTrait.php 14 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php 13 13 10
/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 18 8 8
/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 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/basic.php 9 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/child.php 22 14 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/closure.php 11 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/config_builder.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/defaults.php 18 12 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/foo.php 8 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_configurator.php 9 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_param.php 6 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/expression_factory.php 9 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/factory_short_notation.php 7 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/from_callable.php 5 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_binding.php 19 14 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_static_constructor.php 10 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof.php 17 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof_static_constructor.php 13 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/lazy_fqcn.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/nested_bundle_config.php 5 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/object.php 11 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/php7.php 5 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype.php 20 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype_array.php 20 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/remove.php 9 7 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services.php 7 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services9.php 11 56 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_autoconfigure_with_parent.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_closure_argument.php 8 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_enumeration.php 5 8 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_service_locator_argument.php 8 8 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/stack.php 5 15 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/static_constructor.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/when_env.php 3 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php 10 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php 3 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php 4 7 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php 7 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php 4 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php 12 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php 6 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php 4 14 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container33.php 9 6 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container34.php 4 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php 23 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php 3 80 10
/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 64 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_deprecated_parameters.php 8 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_env_in_id.php 4 13 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_inline_requires.php 16 13 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_non_scalar_tags.php 3 12 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_service_locator_argument.php 5 11 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_uninitialized_ref.php 6 17 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php 3 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php 8 24 15
/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 5 10 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php 36 34 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php 5 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php 19 394 37
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes_80.php 65 166 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php 137 141 40
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/compositetype_classes.php 11 18 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php 47 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php 36 43 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo_lazy.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/intersectiontype_classes.php 11 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/uniontype_classes.php 7 24 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php 49 57 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php 53 39 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php 65 44 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php 58 48 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php 28 30 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php 25 30 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php 26 31 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php 33 26 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php 60 68 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php 60 80 39
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php 60 69 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 65 65 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php 56 71 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php 56 35 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php 80 75 37
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php 46 30 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php 76 69 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php 47 41 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php 109 60 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php 455 260 50
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php 97 62 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php 203 284 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php 293 383 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php 69 67 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php 52 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php 58 55 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php 43 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php 64 43 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php 83 94 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php 69 50 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php 40 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php 61 71 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php 84 78 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php 455 252 49
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php 85 62 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php 51 40 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php 52 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php 137 111 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php 46 31 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php 66 59 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php 58 54 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php 58 66 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php 51 54 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php 54 43 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php 54 35 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php 52 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php 88 69 36
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php 61 70 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php 102 56 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php 60 51 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php 72 93 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php 75 80 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php 52 49 28
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php 59 33 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php 59 38 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy.php 59 53 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy_non_shared.php 66 59 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php 57 31 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php 3 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php 46 33 22
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php 26 11 9
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/LazyServiceDumperTest.php 77 36 15
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php 25 10 8
/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php 20 24 14
/src/Symfony/Component/DependencyInjection/Tests/Loader/Configurator/EnvConfiguratorTest.php 23 19 11
/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php 68 52 16
/src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php 54 236 34
/src/Symfony/Component/DependencyInjection/Tests/Loader/GlobFileLoaderTest.php 22 41 25
/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php 117 83 28
/src/Symfony/Component/DependencyInjection/Tests/Loader/LoaderResolverTest.php 44 38 18
/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php 14 159 21
/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php 214 1019 43
/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php 151 1050 40
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php 39 29 13
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php 38 94 16
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php 22 38 11
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php 250 228 25
/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php 19 8 6
/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php 19 8 6
/src/Symfony/Component/DependencyInjection/Tests/ServiceLocatorTest.php 30 72 26
/src/Symfony/Component/DependencyInjection/TypedReference.php 21 20 9
/src/Symfony/Component/DependencyInjection/Variable.php 29 5 5
/src/Symfony/Component/DomCrawler/AbstractUriElement.php 94 45 26
/src/Symfony/Component/DomCrawler/Crawler.php 1066 441 81
/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php 202 97 38
/src/Symfony/Component/DomCrawler/Field/FileFormField.php 41 43 19
/src/Symfony/Component/DomCrawler/Field/FormField.php 26 42 16
/src/Symfony/Component/DomCrawler/Field/InputFormField.php 29 11 7
/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php 26 7 7
/src/Symfony/Component/DomCrawler/Form.php 156 134 47
/src/Symfony/Component/DomCrawler/FormFieldRegistry.php 96 39 25
/src/Symfony/Component/DomCrawler/Image.php 19 12 10
/src/Symfony/Component/DomCrawler/Link.php 28 6 5
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php 19 25 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php 19 22 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php 20 19 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php 35 26 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorExists.php 19 15 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextContains.php 19 19 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextSame.php 19 17 12
/src/Symfony/Component/DomCrawler/Tests/AbstractCrawlerTestCase.php 335 504 37
/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php 185 215 20
/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php 37 47 18
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php 61 28 9
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php 14 7 7
/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php 45 17 9
/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php 29 15 10
/src/Symfony/Component/DomCrawler/Tests/FormTest.php 378 396 33
/src/Symfony/Component/DomCrawler/Tests/Html5ParserCrawlerTest.php 67 36 14
/src/Symfony/Component/DomCrawler/Tests/ImageTest.php 19 31 14
/src/Symfony/Component/DomCrawler/Tests/LinkTest.php 68 61 16
/src/Symfony/Component/DomCrawler/Tests/NativeParserCrawlerTest.php 16 14 7
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextContainsTest.php 35 35 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 41 23 12
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextSameTest.php 30 17 13
/src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php 22 19 11
/src/Symfony/Component/DomCrawler/UriResolver.php 76 42 18
/src/Symfony/Component/Dotenv/Command/DebugCommand.php 184 93 47
/src/Symfony/Component/Dotenv/Command/DotenvDumpCommand.php 108 65 35
/src/Symfony/Component/Dotenv/Dotenv.php 124 215 65
/src/Symfony/Component/Dotenv/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Dotenv/Exception/FormatException.php 30 13 13
/src/Symfony/Component/Dotenv/Exception/FormatExceptionContext.php 19 22 8
/src/Symfony/Component/Dotenv/Exception/PathException.php 19 6 6
/src/Symfony/Component/Dotenv/Tests/Command/DebugCommandTest.php 245 69 16
/src/Symfony/Component/Dotenv/Tests/Command/DotenvDumpCommandTest.php 69 41 16
/src/Symfony/Component/Dotenv/Tests/DotenvTest.php 78 413 28
/src/Symfony/Component/ErrorHandler/BufferingLogger.php 48 28 16
/src/Symfony/Component/ErrorHandler/Debug.php 21 22 12
/src/Symfony/Component/ErrorHandler/DebugClassLoader.php 168 831 92
/src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php 16 4 4
/src/Symfony/Component/ErrorHandler/Error/FatalError.php 47 37 27
/src/Symfony/Component/ErrorHandler/Error/OutOfMemoryError.php 14 2 2
/src/Symfony/Component/ErrorHandler/Error/UndefinedFunctionError.php 16 4 4
/src/Symfony/Component/ErrorHandler/Error/UndefinedMethodError.php 16 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php 42 73 36
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php 19 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php 47 47 23
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php 24 26 18
/src/Symfony/Component/ErrorHandler/ErrorHandler.php 499 467 88
/src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php 35 20 15
/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php 23 1 1
/src/Symfony/Component/ErrorHandler/ErrorRenderer/FileLinkFormatter.php 84 88 33
/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php 160 221 59
/src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php 64 33 23
/src/Symfony/Component/ErrorHandler/Exception/FlattenException.php 60 202 60
/src/Symfony/Component/ErrorHandler/Exception/SilencedErrorContext.php 47 19 8
/src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php 19 3 3
/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 60 20 11
/src/Symfony/Component/ErrorHandler/Resources/views/error.html.php 8 8 5
/src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php 21 37 7
/src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php 10 26 6
/src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php 14 26 15
/src/Symfony/Component/ErrorHandler/Resources/views/trace.html.php 8 49 8
/src/Symfony/Component/ErrorHandler/Resources/views/traces.html.php 45 34 10
/src/Symfony/Component/ErrorHandler/Resources/views/traces_text.html.php 31 34 10
/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php 70 339 42
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php 51 53 31
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php 23 14 12
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php 23 12 10
/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php 194 258 46
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php 105 45 14
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php 101 36 20
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php 29 20 16
/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php 289 173 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 8 6
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ExtendedFinalMethod.php 13 5 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalClasses.php 26 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 17 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 19 10 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod2Trait.php 7 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/FinalProperty.php 31 28 10
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OutsideFinalProperty.php 10 20 8
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OverrideFinalPropertySameNamespace.php 7 3 3
/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 8 8
/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 17 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideOutsideFinalProperty.php 9 13 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/PEARClass.php 3 5 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnType.php 41 95 13
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeGrandParent.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParent.php 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 29 16 7
/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 9 9
/src/Symfony/Component/ErrorHandler/ThrowableUtils.php 21 7 5
/src/Symfony/Component/EventDispatcher/Attribute/AsEventListener.php 22 33 12
/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php 126 155 47
/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 52 98 38
/src/Symfony/Component/EventDispatcher/DependencyInjection/AddEventAliasesPass.php 22 5 5
/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 94 83 35
/src/Symfony/Component/EventDispatcher/EventDispatcher.php 114 125 34
/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php 65 6 2
/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php 48 1 1
/src/Symfony/Component/EventDispatcher/GenericEvent.php 122 45 20
/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 58 61 23
/src/Symfony/Component/EventDispatcher/Tests/ChildEventDispatcherTest.php 24 8 7
/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 282 293 25
/src/Symfony/Component/EventDispatcher/Tests/Debug/WrappedListenerTest.php 63 41 22
/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 575 235 23
/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 65 342 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 24 9
/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php 105 53 15
/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 88 45 18
/src/Symfony/Component/ExpressionLanguage/Compiler.php 127 60 30
/src/Symfony/Component/ExpressionLanguage/Expression.php 21 5 5
/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php 34 33 17
/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php 30 54 26
/src/Symfony/Component/ExpressionLanguage/Lexer.php 35 50 18
/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php 28 7 5
/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php 80 32 22
/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php 186 78 34
/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php 43 11 7
/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php 77 28 21
/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php 62 16 12
/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php 71 56 23
/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php 41 16 12
/src/Symfony/Component/ExpressionLanguage/Node/Node.php 52 44 21
/src/Symfony/Component/ExpressionLanguage/Node/NullCoalesceNode.php 61 15 11
/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php 42 16 12
/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php 32 4 4
/src/Symfony/Component/ExpressionLanguage/Parser.php 382 133 34
/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php 13 7 6
/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php 35 11 10
/src/Symfony/Component/ExpressionLanguage/SyntaxError.php 34 14 9
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionFunctionTest.php 31 13 9
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php 377 228 41
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php 19 8 7
/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php 19 17 14
/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php 38 75 16
/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTestCase.php 49 14 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php 18 11 7
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php 19 31 14
/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php 197 315 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 20 31 13
/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php 21 95 20
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php 18 16 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php 32 14 9
/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php 19 28 5
/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php 20 9 8
/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php 43 301 18
/src/Symfony/Component/ExpressionLanguage/Token.php 22 32 13
/src/Symfony/Component/ExpressionLanguage/TokenStream.php 49 30 18
/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php 24 17 13
/src/Symfony/Component/Filesystem/Exception/IOException.php 23 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 335 64
/src/Symfony/Component/Filesystem/Path.php 797 218 50
/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php 23 15 6
/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php 183 540 39
/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php 28 69 33
/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php 31 23 14
/src/Symfony/Component/Filesystem/Tests/PathTest.php 336 197 22
/src/Symfony/Component/Finder/Comparator/Comparator.php 19 18 13
/src/Symfony/Component/Finder/Comparator/DateComparator.php 41 21 13
/src/Symfony/Component/Finder/Comparator/NumberComparator.php 52 19 13
/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 259 43
/src/Symfony/Component/Finder/Gitignore.php 82 43 19
/src/Symfony/Component/Finder/Glob.php 80 39 14
/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 8 8
/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php 75 36 22
/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 42 14 12
/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php 29 9 8
/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php 41 10 9
/src/Symfony/Component/Finder/Iterator/LazyIterator.php 28 9 9
/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 109 45 24
/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 41 8 8
/src/Symfony/Component/Finder/Iterator/SortableIterator.php 95 44 21
/src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php 65 58 32
/src/Symfony/Component/Finder/SplFileInfo.php 71 26 16
/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php 66 25 11
/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php 31 33 13
/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php 32 38 13
/src/Symfony/Component/Finder/Tests/FinderOpenBasedirTest.php 21 10 9
/src/Symfony/Component/Finder/Tests/FinderTest.php 1603 322 28
/src/Symfony/Component/Finder/Tests/GitignoreTest.php 432 68 16
/src/Symfony/Component/Finder/Tests/GlobTest.php 79 63 12
/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php 36 23 15
/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php 22 12 8
/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php 33 18 10
/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php 31 15 10
/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php 21 18 10
/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php 42 28 9
/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php 30 12 8
/src/Symfony/Component/Finder/Tests/Iterator/InnerNameIterator.php 21 8 5
/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php 36 15 9
/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php 53 39 8
/src/Symfony/Component/Finder/Tests/Iterator/LazyIteratorTest.php 44 23 13
/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php 18 7 7
/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php 97 66 24
/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php 61 28 15
/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php 27 18 9
/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php 106 57 26
/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php 28 10 7
/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php 31 23 11
/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php 23 44 17
/src/Symfony/Component/Finder/Tests/Iterator/VcsIgnoredFilterIteratorTest.php 378 35 17
/src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php 163 109 45
/src/Symfony/Component/Form/AbstractExtension.php 84 44 18
/src/Symfony/Component/Form/AbstractRendererEngine.php 79 78 20
/src/Symfony/Component/Form/AbstractType.php 55 24 7
/src/Symfony/Component/Form/AbstractTypeExtension.php 36 21 6
/src/Symfony/Component/Form/Button.php 43 216 32
/src/Symfony/Component/Form/ButtonBuilder.php 76 434 33
/src/Symfony/Component/Form/ButtonTypeInterface.php 19 1 1
/src/Symfony/Component/Form/CallbackTransformer.php 14 17 9
/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php 157 61 31
/src/Symfony/Component/Form/ChoiceList/ChoiceList.php 116 128 16
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/AbstractStaticOption.php 43 19 13
/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 12 5
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceTranslationParameters.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceValue.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/GroupBy.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/PreferredChoice.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php 203 119 31
/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php 84 25 6
/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php 55 149 43
/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php 132 87 23
/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php 37 19 9
/src/Symfony/Component/Form/ChoiceList/Loader/AbstractChoiceLoader.php 22 27 15
/src/Symfony/Component/Form/ChoiceList/Loader/CallbackChoiceLoader.php 21 8 8
/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php 53 6 2
/src/Symfony/Component/Form/ChoiceList/Loader/FilterChoiceLoaderDecorator.php 22 34 20
/src/Symfony/Component/Form/ChoiceList/Loader/IntlCallbackChoiceLoader.php 22 13 8
/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php 40 9 8
/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php 45 10 8
/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php 25 17 8
/src/Symfony/Component/Form/ClearableErrorsInterface.php 28 3 3
/src/Symfony/Component/Form/ClickableInterface.php 24 1 1
/src/Symfony/Component/Form/Command/DebugCommand.php 235 147 41
/src/Symfony/Component/Form/Console/Descriptor/Descriptor.php 126 83 33
/src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php 70 46 19
/src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php 125 108 45
/src/Symfony/Component/Form/Console/Helper/DescriptorHelper.php 17 8 7
/src/Symfony/Component/Form/DataAccessorInterface.php 33 6 2
/src/Symfony/Component/Form/DataMapperInterface.php 30 4 2
/src/Symfony/Component/Form/DataTransformerInterface.php 65 3 2
/src/Symfony/Component/Form/DependencyInjection/FormPass.php 79 30 18
/src/Symfony/Component/Form/Event/PostSetDataEvent.php 25 8 8
/src/Symfony/Component/Form/Event/PostSubmitEvent.php 25 8 8
/src/Symfony/Component/Form/Event/PreSetDataEvent.php 21 1 1
/src/Symfony/Component/Form/Event/PreSubmitEvent.php 23 1 1
/src/Symfony/Component/Form/Event/SubmitEvent.php 22 1 1
/src/Symfony/Component/Form/Exception/AccessException.php 14 3 3
/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php 20 3 3
/src/Symfony/Component/Form/Exception/BadMethodCallException.php 19 3 3
/src/Symfony/Component/Form/Exception/ErrorMappingException.php 14 3 3
/src/Symfony/Component/Form/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Form/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php 14 3 3
/src/Symfony/Component/Form/Exception/LogicException.php 19 2 2
/src/Symfony/Component/Form/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/Form/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Form/Exception/StringCastException.php 14 5 5
/src/Symfony/Component/Form/Exception/TransformationFailedException.php 43 21 10
/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php 14 5 5
/src/Symfony/Component/Form/Extension/Core/CoreExtension.php 31 24 12
/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php 34 40 16
/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php 44 21 10
/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php 93 60 30
/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php 28 18 12
/src/Symfony/Component/Form/Extension/Core/DataMapper/DataMapper.php 81 27 18
/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php 28 18 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php 62 23 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php 49 25 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php 53 16 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php 46 13 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php 37 15 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php 82 10 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php 89 82 31
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php 88 34 23
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php 55 17 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php 173 54 21
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php 93 34 24
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php 143 60 27
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php 72 21 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php 129 29 19
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php 72 19 13
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php 74 30 19
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php 31 26 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php 26 27 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php 44 26 13
/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php 100 72 28
/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php 120 70 33
/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php 31 20 11
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php 67 26 19
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php 71 27 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php 61 14 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php 38 36 15
/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php 44 17 15
/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php 98 26 21
/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php 128 43 23
/src/Symfony/Component/Form/Extension/Core/EventListener/TransformationFailureListener.php 39 22 16
/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php 37 10 9
/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php 70 70 19
/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php 34 23 15
/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php 34 17 13
/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php 35 36 18
/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php 310 171 42
/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php 69 64 21
/src/Symfony/Component/Form/Extension/Core/Type/ColorType.php 49 38 24
/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php 48 25 16
/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php 50 23 16
/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php 113 156 25
/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php 165 142 28
/src/Symfony/Component/Form/Extension/Core/Type/DateType.php 205 172 31
/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php 31 16 12
/src/Symfony/Component/Form/Extension/Core/Type/EnumType.php 33 23 14
/src/Symfony/Component/Form/Extension/Core/Type/FileType.php 221 100 44
/src/Symfony/Component/Form/Extension/Core/Type/FormType.php 82 106 31
/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php 31 10 8
/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php 31 32 16
/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php 43 30 18
/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php 25 23 16
/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php 106 70 26
/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php 46 52 18
/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php 21 24 16
/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php 33 40 14
/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php 19 16 12
/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php 26 16 12
/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php 27 43 13
/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php 29 12 10
/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php 26 16 12
/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php 27 29 19
/src/Symfony/Component/Form/Extension/Core/Type/TelType.php 26 16 12
/src/Symfony/Component/Form/Extension/Core/Type/TextType.php 45 29 16
/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php 26 16 12
/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php 41 207 37
/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php 37 55 24
/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php 33 18 14
/src/Symfony/Component/Form/Extension/Core/Type/UlidType.php 24 13 9
/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php 33 38 18
/src/Symfony/Component/Form/Extension/Core/Type/UuidType.php 24 13 9
/src/Symfony/Component/Form/Extension/Core/Type/WeekType.php 33 87 25
/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php 25 21 11
/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php 36 37 20
/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php 73 69 26
/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php 14 6 6
/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php 47 15 10
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php 269 120 43
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php 82 4 4
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php 37 38 14
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php 14 1 1
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php 59 32 11
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php 36 10 8
/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php 28 8 8
/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php 79 37 22
/src/Symfony/Component/Form/Extension/HtmlSanitizer/HtmlSanitizerExtension.php 25 14 10
/src/Symfony/Component/Form/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtension.php 33 31 22
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php 14 7 7
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php 54 56 31
/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php 37 14 12
/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php 38 34 23
/src/Symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.php 25 9 9
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/FormTypePasswordHasherExtension.php 30 16 14
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtension.php 39 29 22
/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php 29 9 7
/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php 232 73 39
/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php 29 15 12
/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php 27 11 8
/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php 64 45 29
/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php 24 15 13
/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php 21 7 7
/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php 42 23 18
/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php 32 32 16
/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php 205 120 30
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php 58 26 17
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php 31 10 9
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php 237 103 45
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php 28 3 3
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php 178 72 32
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php 19 3 3
/src/Symfony/Component/Form/FileUploadError.php 17 2 2
/src/Symfony/Component/Form/Form.php 568 318 68
/src/Symfony/Component/Form/FormBuilder.php 101 70 31
/src/Symfony/Component/Form/FormBuilderInterface.php 51 14 6
/src/Symfony/Component/Form/FormConfigBuilder.php 199 285 41
/src/Symfony/Component/Form/FormConfigBuilderInterface.php 119 41 9
/src/Symfony/Component/Form/FormConfigInterface.php 119 30 7
/src/Symfony/Component/Form/FormError.php 84 41 13
/src/Symfony/Component/Form/FormErrorIterator.php 238 85 28
/src/Symfony/Component/Form/FormEvent.php 23 11 6
/src/Symfony/Component/Form/FormEvents.php 29 9 4
/src/Symfony/Component/Form/FormExtensionInterface.php 54 8 4
/src/Symfony/Component/Form/FormFactory.php 26 48 21
/src/Symfony/Component/Form/FormFactoryBuilder.php 66 59 26
/src/Symfony/Component/Form/FormFactoryBuilderInterface.php 95 10 1
/src/Symfony/Component/Form/FormFactoryInterface.php 57 25 7
/src/Symfony/Component/Form/FormInterface.php 238 41 10
/src/Symfony/Component/Form/FormRegistry.php 103 51 28
/src/Symfony/Component/Form/FormRegistryInterface.php 45 4 4
/src/Symfony/Component/Form/FormRenderer.php 92 114 37
/src/Symfony/Component/Form/FormRendererEngineInterface.php 28 9 5
/src/Symfony/Component/Form/FormRendererInterface.php 35 8 4
/src/Symfony/Component/Form/FormTypeExtensionInterface.php 55 4 2
/src/Symfony/Component/Form/FormTypeGuesserChain.php 46 36 15
/src/Symfony/Component/Form/FormTypeGuesserInterface.php 37 12 3
/src/Symfony/Component/Form/FormTypeInterface.php 36 1 1
/src/Symfony/Component/Form/FormView.php 117 56 25
/src/Symfony/Component/Form/Forms.php 68 7 6
/src/Symfony/Component/Form/Guess/Guess.php 83 16 13
/src/Symfony/Component/Form/Guess/TypeGuess.php 43 14 7
/src/Symfony/Component/Form/Guess/ValueGuess.php 36 19 11
/src/Symfony/Component/Form/NativeRequestHandler.php 61 73 39
/src/Symfony/Component/Form/PreloadedExtension.php 45 37 17
/src/Symfony/Component/Form/RequestHandlerInterface.php 24 4 3
/src/Symfony/Component/Form/ResolvedFormType.php 77 64 33
/src/Symfony/Component/Form/ResolvedFormTypeFactory.php 19 12 10
/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php 33 2 2
/src/Symfony/Component/Form/ResolvedFormTypeInterface.php 55 4 2
/src/Symfony/Component/Form/ReversedTransformer.php 31 9 6
/src/Symfony/Component/Form/SubmitButton.php 35 16 15
/src/Symfony/Component/Form/SubmitButtonBuilder.php 19 5 5
/src/Symfony/Component/Form/SubmitButtonTypeInterface.php 19 1 1
/src/Symfony/Component/Form/Test/FormBuilderInterface.php 16 4 4
/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php 23 18 9
/src/Symfony/Component/Form/Test/FormInterface.php 16 2 2
/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php 55 15 13
/src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php 22 17 13
/src/Symfony/Component/Form/Test/TypeTestCase.php 42 19 14
/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php 21 22 13
/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTestCase.php 103 228 46
/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php 50 26 13
/src/Symfony/Component/Form/Tests/ButtonTest.php 43 23 12
/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php 19 10 8
/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTestCase.php 58 84 19
/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php 113 76 15
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/Cache/ChoiceLoaderTest.php 23 17 10
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php 306 408 19
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php 615 525 35
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php 181 147 13
/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php 120 57 13
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/CallbackChoiceLoaderTest.php 33 42 20
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/FilterChoiceLoaderDecoratorTest.php 67 49 11
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/IntlCallbackChoiceLoaderTest.php 34 37 18
/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php 40 92 26
/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php 26 14 8
/src/Symfony/Component/Form/Tests/CompoundFormTest.php 1082 450 30
/src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 122 160 38
/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 49 97 20
/src/Symfony/Component/Form/Tests/Extension/Core/CoreExtensionTest.php 20 10 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/DataMapperTest.php 356 294 28
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php 30 39 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTestCase.php 27 15 9
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php 30 35 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php 53 38 14
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php 71 33 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php 20 13 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalTestCase.php 18 5 5
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToArrayTransformerTest.php 279 94 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToStringTransformerTest.php 65 41 10
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformerTest.php 67 28 10
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php 511 186 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php 100 62 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php 367 192 31
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php 103 72 23
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php 70 65 15
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php 48 50 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeZoneToStringTransformerTest.php 20 19 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php 88 78 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformerTest.php 45 18 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php 48 56 18
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php 62 194 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php 467 190 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php 81 32 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UlidToStringTransformerTest.php 84 33 11
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UuidToStringTransformerTest.php 36 28 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php 128 59 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/WeekToArrayTransformerTest.php 54 36 11
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php 63 28 11
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php 21 13 8
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php 21 11 8
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php 22 16 10
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTestCase.php 229 95 23
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php 284 135 20
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php 23 18 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTestCase.php 280 34 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php 28 20 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php 30 51 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php 32 8 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php 2239 384 28
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTranslationTest.php 56 18 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php 144 106 17
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ColorTypeTest.php 24 27 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php 31 48 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php 47 25 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateIntervalTypeTest.php 182 66 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php 36 124 19
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php 375 210 20
/src/Symfony/Component/Form/Tests/Extension/Core/Type/EnumTypeTest.php 135 76 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ExtendedChoiceTypeTest.php 52 14 9
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php 106 90 22
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php 582 205 28
/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php 117 35 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php 139 59 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php 31 25 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php 124 33 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php 79 62 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php 39 17 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PercentTypeTest.php 80 19 9
/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php 115 65 18
/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php 72 19 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php 35 13 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php 1133 186 19
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php 131 52 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UlidTypeTest.php 28 9 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php 86 18 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UuidTypeTest.php 28 8 5
/src/Symfony/Component/Form/Tests/Extension/Core/Type/WeekTypeTest.php 51 58 7
/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php 49 34 13
/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php 344 101 23
/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php 29 11 10
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php 162 91 20
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php 47 101 22
/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php 34 26 10
/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php 91 48 18
/src/Symfony/Component/Form/Tests/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtensionTest.php 45 14 8
/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php 31 38 14
/src/Symfony/Component/Form/Tests/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtensionTest.php 243 56 23
/src/Symfony/Component/Form/Tests/Extension/Type/ItemFileType.php 21 8 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php 265 187 22
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php 35 10 8
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php 446 218 29
/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php 143 131 32
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTestCase.php 23 27 9
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BirthdayTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CheckboxTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ChoiceTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CollectionTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ColorTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CountryTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CurrencyTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateIntervalTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTimeTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/EmailTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FileTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php 56 31 11
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/HiddenTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/IntegerTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LanguageTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LocaleTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/MoneyTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/NumberTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PasswordTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PercentTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RadioTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RangeTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RepeatedTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SearchTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php 22 4 4
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TelTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimeTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimezoneTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php 29 30 14
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UrlTypeValidatorExtensionTest.php 26 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php 27 9 7
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php 170 90 27
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/Fixtures/Issue.php 14 2 2
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php 1699 793 33
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php 165 66 16
/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php 12 9 8
/src/Symfony/Component/Form/Tests/Fixtures/ArrayChoiceLoader.php 7 4 4
/src/Symfony/Component/Form/Tests/Fixtures/Author.php 35 39 15
/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php 11 14 10
/src/Symfony/Component/Form/Tests/Fixtures/BlockPrefixedFooTextType.php 19 10 10
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php 32 18 14
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceTypeExtension.php 29 12 10
/src/Symfony/Component/Form/Tests/Fixtures/ConfigurableFormType.php 24 11 9
/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php 53 30 17
/src/Symfony/Component/Form/Tests/Fixtures/Debug/A/AmbiguousType.php 16 4 4
/src/Symfony/Component/Form/Tests/Fixtures/Debug/B/AmbiguousType.php 16 4 4
/src/Symfony/Component/Form/Tests/Fixtures/DummyFormRendererEngine.php 19 13 9
/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php 35 18 13
/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php 35 29 14
/src/Symfony/Component/Form/Tests/Fixtures/FixedTranslator.php 25 19 13
/src/Symfony/Component/Form/Tests/Fixtures/Foo.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php 16 4 4
/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php 18 8 8
/src/Symfony/Component/Form/Tests/Fixtures/FooType.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php 24 14 9
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php 19 11 9
/src/Symfony/Component/Form/Tests/Fixtures/FormWithSameParentType.php 18 8 8
/src/Symfony/Component/Form/Tests/Fixtures/LazyChoiceTypeExtension.php 30 14 12
/src/Symfony/Component/Form/Tests/Fixtures/Map.php 20 19 10
/src/Symfony/Component/Form/Tests/Fixtures/NotMappedType.php 19 8 8
/src/Symfony/Component/Form/Tests/Fixtures/NullFormTypeGuesser.php 25 42 11
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBar.php 18 8 8
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBaz.php 18 8 8
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeFoo.php 18 8 8
/src/Symfony/Component/Form/Tests/Fixtures/RepeatedPasswordField.php 21 15 13
/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php 63 36 16
/src/Symfony/Component/Form/Tests/Fixtures/TranslatableTextAlign.php 25 8 8
/src/Symfony/Component/Form/Tests/Fixtures/Type.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/TypehintedPropertiesCar.php 16 16 10
/src/Symfony/Component/Form/Tests/Fixtures/User.php 18 12 10
/src/Symfony/Component/Form/Tests/FormBuilderTest.php 180 140 14
/src/Symfony/Component/Form/Tests/FormConfigTest.php 118 55 17
/src/Symfony/Component/Form/Tests/FormErrorIteratorTest.php 45 17 9
/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php 33 18 10
/src/Symfony/Component/Form/Tests/FormFactoryTest.php 149 119 25
/src/Symfony/Component/Form/Tests/FormRegistryTest.php 86 50 12
/src/Symfony/Component/Form/Tests/FormRendererTest.php 36 18 13
/src/Symfony/Component/Form/Tests/Guess/GuessTest.php 23 10 7
/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php 236 90 17
/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php 183 139 32
/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php 35 32 15
/src/Symfony/Component/Form/Tests/SimpleFormTest.php 1115 503 37
/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php 42 89 12
/src/Symfony/Component/Form/Tests/Util/ServerParamsTest.php 26 35 19
/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php 100 20 8
/src/Symfony/Component/Form/Tests/VersionAwareTest.php 20 7 6
/src/Symfony/Component/Form/Util/FormUtil.php 59 19 18
/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php 28 7 5
/src/Symfony/Component/Form/Util/OptionsResolverWrapper.php 62 31 13
/src/Symfony/Component/Form/Util/OrderedHashMap.php 109 59 23
/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php 117 59 26
/src/Symfony/Component/Form/Util/ServerParams.php 36 34 24
/src/Symfony/Component/Form/Util/StringUtil.php 47 20 15
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php 47 36 24
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php 359 101 27
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerInterface.php 32 3 2
/src/Symfony/Component/HtmlSanitizer/Parser/MastermindsParser.php 21 13 12
/src/Symfony/Component/HtmlSanitizer/Parser/ParserInterface.php 26 3 3
/src/Symfony/Component/HtmlSanitizer/Reference/W3CReference.php 23 8 2
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerAllTest.php 41 21 11
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerConfigTest.php 229 152 18
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php 314 98 17
/src/Symfony/Component/HtmlSanitizer/Tests/Parser/MastermindsParserTest.php 25 6 6
/src/Symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.php 29 28 15
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php 19 13 6
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php 615 74 20
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/StringSanitizer.php 77 12 6
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/UrlSanitizer.php 70 76 24
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/AttributeSanitizerInterface.php 28 9 3
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/UrlAttributeSanitizer.php 35 27 14
/src/Symfony/Component/HtmlSanitizer/Visitor/DomVisitor.php 159 34 20
/src/Symfony/Component/HtmlSanitizer/Visitor/Model/Cursor.php 23 9 9
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/BlockedNode.php 32 13 8
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/DocumentNode.php 21 14 10
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/Node.php 76 35 18
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/NodeInterface.php 36 3 3
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php 35 28 17
/src/Symfony/Component/HttpClient/AmpHttpClient.php 100 135 46
/src/Symfony/Component/HttpClient/AsyncDecoratorTrait.php 33 14 14
/src/Symfony/Component/HttpClient/CachingHttpClient.php 68 87 46
/src/Symfony/Component/HttpClient/Chunk/DataChunk.php 62 25 11
/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php 106 57 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 52 25
/src/Symfony/Component/HttpClient/CurlHttpClient.php 154 292 79
/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php 139 102 44
/src/Symfony/Component/HttpClient/DecoratorTrait.php 51 17 13
/src/Symfony/Component/HttpClient/DependencyInjection/HttpClientPass.php 16 6 5
/src/Symfony/Component/HttpClient/EventSourceHttpClient.php 88 96 40
/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 66 40 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 5 5
/src/Symfony/Component/HttpClient/Exception/TransportException.php 19 3 3
/src/Symfony/Component/HttpClient/HttpClient.php 54 38 19
/src/Symfony/Component/HttpClient/HttpClientTrait.php 136 611 96
/src/Symfony/Component/HttpClient/HttpOptions.php 59 101 14
/src/Symfony/Component/HttpClient/HttplugClient.php 243 170 40
/src/Symfony/Component/HttpClient/Internal/AmpBody.php 106 120 39
/src/Symfony/Component/HttpClient/Internal/AmpClientState.php 79 241 52
/src/Symfony/Component/HttpClient/Internal/AmpListener.php 94 221 34
/src/Symfony/Component/HttpClient/Internal/AmpResolver.php 46 47 21
/src/Symfony/Component/HttpClient/Internal/Canary.php 28 5 5
/src/Symfony/Component/HttpClient/Internal/ClientState.php 21 11 6
/src/Symfony/Component/HttpClient/Internal/CurlClientState.php 114 71 29
/src/Symfony/Component/HttpClient/Internal/DnsCache.php 21 7 3
/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php 122 78 33
/src/Symfony/Component/HttpClient/Internal/NativeClientState.php 30 17 8
/src/Symfony/Component/HttpClient/Internal/PushedResponse.php 29 23 7
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessage.php 22 25 10
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessageHandler.php 23 14 11
/src/Symfony/Component/HttpClient/MockHttpClient.php 67 56 32
/src/Symfony/Component/HttpClient/NativeHttpClient.php 370 275 68
/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php 75 58 29
/src/Symfony/Component/HttpClient/Psr18Client.php 108 114 28
/src/Symfony/Component/HttpClient/Response/AmpResponse.php 420 282 89
/src/Symfony/Component/HttpClient/Response/AsyncContext.php 66 95 45
/src/Symfony/Component/HttpClient/Response/AsyncResponse.php 198 296 89
/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php 165 73 42
/src/Symfony/Component/HttpClient/Response/CurlResponse.php 390 352 72
/src/Symfony/Component/HttpClient/Response/HttplugPromise.php 41 44 19
/src/Symfony/Component/HttpClient/Response/JsonMockResponse.php 25 15 15
/src/Symfony/Component/HttpClient/Response/MockResponse.php 102 234 73
/src/Symfony/Component/HttpClient/Response/NativeResponse.php 189 276 75
/src/Symfony/Component/HttpClient/Response/ResponseStream.php 45 17 8
/src/Symfony/Component/HttpClient/Response/StreamWrapper.php 128 153 50
/src/Symfony/Component/HttpClient/Response/StreamableInterface.php 34 8 5
/src/Symfony/Component/HttpClient/Response/TraceableResponse.php 213 103 37
/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php 105 177 62
/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php 93 57 21
/src/Symfony/Component/HttpClient/Retry/RetryStrategyInterface.php 15 11 3
/src/Symfony/Component/HttpClient/RetryableHttpClient.php 95 100 47
/src/Symfony/Component/HttpClient/ScopingHttpClient.php 66 90 36
/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php 29 43 25
/src/Symfony/Component/HttpClient/Tests/AmpHttpClientTest.php 24 7 6
/src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php 109 199 49
/src/Symfony/Component/HttpClient/Tests/CachingHttpClientTest.php 54 36 12
/src/Symfony/Component/HttpClient/Tests/Chunk/ServerSentEventTest.php 39 24 7
/src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php 109 31 16
/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php 121 102 29
/src/Symfony/Component/HttpClient/Tests/DependencyInjection/HttpClientPassTest.php 56 20 11
/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php 111 66 21
/src/Symfony/Component/HttpClient/Tests/Exception/HttpExceptionTraitTest.php 42 13 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 131 39
/src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php 167 160 28
/src/Symfony/Component/HttpClient/Tests/HttpOptionsTest.php 22 12 8
/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php 278 122 25
/src/Symfony/Component/HttpClient/Tests/Messenger/PingWebhookMessageHandlerTest.php 26 26 9
/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php 287 220 41
/src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php 24 13 6
/src/Symfony/Component/HttpClient/Tests/NoPrivateNetworkHttpClientTest.php 70 76 23
/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php 113 56 16
/src/Symfony/Component/HttpClient/Tests/Response/HttplugPromiseTest.php 20 15 12
/src/Symfony/Component/HttpClient/Tests/Response/JsonMockResponseTest.php 38 40 11
/src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php 55 45 13
/src/Symfony/Component/HttpClient/Tests/Retry/GenericRetryStrategyTest.php 101 59 21
/src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php 283 306 45
/src/Symfony/Component/HttpClient/Tests/ScopingHttpClientTest.php 41 35 16
/src/Symfony/Component/HttpClient/Tests/Test/HarFileResponseFactoryTest.php 82 32 12
/src/Symfony/Component/HttpClient/Tests/TestLogger.php 20 8 7
/src/Symfony/Component/HttpClient/Tests/TraceableHttpClientTest.php 202 136 26
/src/Symfony/Component/HttpClient/Tests/UriTemplateHttpClientTest.php 108 35 15
/src/Symfony/Component/HttpClient/TraceableHttpClient.php 75 51 35
/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php 60 48 26
/src/Symfony/Component/HttpFoundation/AcceptHeader.php 76 52 23
/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php 125 34 18
/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php 291 152 49
/src/Symfony/Component/HttpFoundation/ChainRequestMatcher.php 28 9 9
/src/Symfony/Component/HttpFoundation/Cookie.php 262 198 39
/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 18 6 6
/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php 19 3 3
/src/Symfony/Component/HttpFoundation/File/File.php 90 62 28
/src/Symfony/Component/HttpFoundation/File/Stream.php 21 10 10
/src/Symfony/Component/HttpFoundation/File/UploadedFile.php 171 80 41
/src/Symfony/Component/HttpFoundation/FileBag.php 40 59 27
/src/Symfony/Component/HttpFoundation/HeaderBag.php 150 101 41
/src/Symfony/Component/HttpFoundation/HeaderUtils.php 45 98 37
/src/Symfony/Component/HttpFoundation/InputBag.php 91 55 27
/src/Symfony/Component/HttpFoundation/IpUtils.php 156 91 37
/src/Symfony/Component/HttpFoundation/JsonResponse.php 127 61 30
/src/Symfony/Component/HttpFoundation/ParameterBag.php 174 85 38
/src/Symfony/Component/HttpFoundation/RateLimiter/AbstractRequestRateLimiter.php 32 10 9
/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 21 21 15
/src/Symfony/Component/HttpFoundation/Request.php 316 879 96
/src/Symfony/Component/HttpFoundation/RequestMatcher/AttributesRequestMatcher.php 27 11 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/ExpressionRequestMatcher.php 28 20 12
/src/Symfony/Component/HttpFoundation/RequestMatcher/HostRequestMatcher.php 24 11 10
/src/Symfony/Component/HttpFoundation/RequestMatcher/IpsRequestMatcher.php 33 13 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/IsJsonRequestMatcher.php 14 8 6
/src/Symfony/Component/HttpFoundation/RequestMatcher/MethodRequestMatcher.php 35 15 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/PathRequestMatcher.php 24 11 10
/src/Symfony/Component/HttpFoundation/RequestMatcher/PortRequestMatcher.php 30 12 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/SchemeRequestMatcher.php 35 16 12
/src/Symfony/Component/HttpFoundation/RequestStack.php 91 18 10
/src/Symfony/Component/HttpFoundation/Response.php 1242 493 70
/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php 163 133 40
/src/Symfony/Component/HttpFoundation/ServerBag.php 56 35 11
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php 106 32 16
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php 31 14 5
/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php 77 36 15
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php 109 26 15
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php 26 14 4
/src/Symfony/Component/HttpFoundation/Session/FlashBagAwareSessionInterface.php 21 1 1
/src/Symfony/Component/HttpFoundation/Session/Session.php 115 71 29
/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php 29 3 2
/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php 54 40 14
/src/Symfony/Component/HttpFoundation/Session/SessionFactory.php 36 17 13
/src/Symfony/Component/HttpFoundation/Session/SessionFactoryInterface.php 19 2 2
/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php 87 32 8
/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php 38 10 7
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php 79 40 23
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php 19 14 12
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MarshallingSessionHandler.php 60 30 13
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php 67 52 27
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php 41 21 10
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php 69 94 39
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php 36 25 15
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php 21 26 11
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php 584 327 70
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php 74 63 35
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php 73 82 31
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php 70 35 24
/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php 50 37 22
/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php 135 62 28
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php 139 59 35
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorageFactory.php 38 25 14
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php 332 138 51
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorageFactory.php 41 33 17
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php 44 21 16
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorageFactory.php 36 30 17
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php 19 26 14
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php 30 30 13
/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageFactoryInterface.php 14 3 3
/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php 83 6 5
/src/Symfony/Component/HttpFoundation/StreamedJsonResponse.php 140 51 30
/src/Symfony/Component/HttpFoundation/StreamedResponse.php 82 48 24
/src/Symfony/Component/HttpFoundation/Test/Constraint/RequestAttributeValueSame.php 38 19 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseCookieValueSame.php 36 43 20
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseFormatSame.php 44 28 18
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasCookie.php 34 40 20
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasHeader.php 36 15 12
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderLocationSame.php 35 25 16
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderSame.php 38 16 12
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsRedirected.php 19 19 11
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsSuccessful.php 19 19 11
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php 19 18 10
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php 19 18 13
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php 22 38 13
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php 29 45 12
/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php 397 221 26
/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php 384 297 24
/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php 26 20 9
/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php 23 70 13
/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php 231 87 20
/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php 48 74 19
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc 25 23 12
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_raw_urlencode.php 5 3 3
/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 6 5
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/deleted_cookie.php 15 30 18
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/early_hints.php 5 18 7
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/invalid_cookie_name.php 9 5 5
/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php 75 131 14
/src/Symfony/Component/HttpFoundation/Tests/HeaderUtilsTest.php 152 92 16
/src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php 192 136 14
/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php 209 129 22
/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php 49 139 28
/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php 252 199 18
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/AbstractRequestRateLimiterTest.php 43 32 18
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/MockAbstractRequestRateLimiter.php 15 7 7
/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php 74 32 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/AttributesRequestMatcherTest.php 29 27 16
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/ExpressionRequestMatcherTest.php 24 16 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/HostRequestMatcherTest.php 30 15 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IpsRequestMatcherTest.php 30 22 14
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IsJsonRequestMatcherTest.php 30 14 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/MethodRequestMatcherTest.php 23 23 15
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PathRequestMatcherTest.php 23 24 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PortRequestMatcherTest.php 23 16 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/SchemeRequestMatcherTest.php 29 29 17
/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php 50 22 7
/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php 1339 1018 52
/src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php 35 50 24
/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php 240 192 16
/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php 66 644 32
/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php 19 19 8
/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php 70 51 9
/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php 55 78 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php 151 65 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php 137 74 17
/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php 80 118 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php 106 96 32
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php 54 35 20
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc 107 94 33
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/empty_destroys.php 3 4 3
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/invalid_regenerate.php 3 16 12
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/read_only.php 3 6 5
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/regenerate.php 3 8 4
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/storage.php 3 19 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_cookie.php 3 6 4
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_cookie_and_session.php 3 7 4
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_samesite.php 3 8 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_samesite_and_migration.php 3 13 8
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/IdentityMarshallerTest.php 34 19 12
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MarshallingSessionHandlerTest.php 87 39 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php 135 71 29
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MigratingSessionHandlerTest.php 148 32 10
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php 53 110 31
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php 62 28 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php 30 21 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php 437 233 46
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.php 14 17 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisSessionHandlerTest.php 14 17 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisArraySessionHandlerTest.php 19 5 5
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php 19 22 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php 19 8 8
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RelaySessionHandlerTest.php 24 12 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php 33 26 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php 83 34 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/stubs/mongodb.php 20 2 2
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php 129 44 16
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php 57 45 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php 102 45 19
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php 164 115 26
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php 85 33 20
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php 70 56 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php 163 54 19
/src/Symfony/Component/HttpFoundation/Tests/StreamedJsonResponseTest.php 35 135 32
/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php 110 79 15
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/RequestAttributeValueSameTest.php 33 20 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseCookieValueSameTest.php 36 30 15
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseFormatSameTest.php 37 30 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasCookieTest.php 34 21 15
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasHeaderTest.php 31 16 12
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHeaderLocationSameTest.php 25 72 19
/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 20 7 6
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseStatusCodeSameTest.php 33 20 13
/src/Symfony/Component/HttpFoundation/Tests/UriSignerTest.php 20 20 7
/src/Symfony/Component/HttpFoundation/Tests/UrlHelperTest.php 137 65 18
/src/Symfony/Component/HttpFoundation/UriSigner.php 100 43 17
/src/Symfony/Component/HttpFoundation/UrlHelper.php 98 41 18
/src/Symfony/Component/HttpKernel/Attribute/AsController.php 24 6 6
/src/Symfony/Component/HttpKernel/Attribute/AsTargetedValueResolver.php 21 12 12
/src/Symfony/Component/HttpKernel/Attribute/Cache.php 30 87 12
/src/Symfony/Component/HttpKernel/Attribute/MapDateTime.php 23 13 13
/src/Symfony/Component/HttpKernel/Attribute/MapQueryParameter.php 31 25 10
/src/Symfony/Component/HttpKernel/Attribute/MapQueryString.php 29 28 16
/src/Symfony/Component/HttpKernel/Attribute/MapRequestPayload.php 29 37 16
/src/Symfony/Component/HttpKernel/Attribute/ValueResolver.php 24 15 10
/src/Symfony/Component/HttpKernel/Attribute/WithHttpStatus.php 25 15 9
/src/Symfony/Component/HttpKernel/Attribute/WithLogLevel.php 25 11 11
/src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php 51 36 21
/src/Symfony/Component/HttpKernel/Bundle/Bundle.php 149 87 36
/src/Symfony/Component/HttpKernel/Bundle/BundleExtension.php 48 27 19
/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php 30 15 5
/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php 28 4 4
/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php 53 16 11
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php 19 16 8
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php 89 60 30
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php 29 1 1
/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php 29 3 3
/src/Symfony/Component/HttpKernel/Config/FileLocator.php 33 18 17
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php 48 55 31
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php 64 19 15
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DateTimeValueResolver.php 76 35 27
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php 25 11 11
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php 36 29 17
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php 66 45 27
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php 25 10 10
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php 108 134 49
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php 25 11 11
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php 58 29 16
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php 26 11 10
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php 27 19 13
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/UidValueResolver.php 34 13 12
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php 25 13 12
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php 14 3 3
/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php 45 29 22
/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php 31 8 4
/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php 134 156 55
/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php 14 4 4
/src/Symfony/Component/HttpKernel/Controller/ErrorController.php 29 26 16
/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php 35 14 12
/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php 35 15 13
/src/Symfony/Component/HttpKernel/Controller/ValueResolverInterface.php 27 2 2
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php 24 50 22
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php 52 24 20
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php 24 4 4
/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php 24 22 14
/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php 247 89 33
/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php 76 41 31
/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php 30 6 5
/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php 195 169 58
/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php 136 83 24
/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php 36 21 18
/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php 26 1 1
/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php 191 144 51
/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php 88 35 25
/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php 449 241 57
/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php 27 36 21
/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php 93 50 27
/src/Symfony/Component/HttpKernel/Debug/ErrorHandlerConfigurator.php 26 60 22
/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php 52 27 15
/src/Symfony/Component/HttpKernel/Debug/VirtualRequestStack.php 46 27 12
/src/Symfony/Component/HttpKernel/DependencyInjection/AddAnnotatedClassesToCachePass.php 34 37 21
/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php 30 3 3
/src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php 57 18 10
/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php 38 6 4
/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php 17 13 9
/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php 42 19 16
/src/Symfony/Component/HttpKernel/DependencyInjection/LoggerPass.php 19 9 8
/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php 24 7 7
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php 137 112 37
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.php 26 8 8
/src/Symfony/Component/HttpKernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php 55 19 13
/src/Symfony/Component/HttpKernel/DependencyInjection/ResettableServicePass.php 42 15 12
/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php 53 15 14
/src/Symfony/Component/HttpKernel/Event/ControllerArgumentsEvent.php 87 29 16
/src/Symfony/Component/HttpKernel/Event/ControllerEvent.php 60 52 29
/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php 35 8 6
/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php 19 1 1
/src/Symfony/Component/HttpKernel/Event/KernelEvent.php 26 15 7
/src/Symfony/Component/HttpKernel/Event/RequestEvent.php 27 12 10
/src/Symfony/Component/HttpKernel/Event/ResponseEvent.php 29 9 8
/src/Symfony/Component/HttpKernel/Event/TerminateEvent.php 37 10 9
/src/Symfony/Component/HttpKernel/Event/ViewEvent.php 44 16 10
/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php 316 70 36
/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php 27 9 8
/src/Symfony/Component/HttpKernel/EventListener/CacheAttributeListener.php 112 75 41
/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php 111 53 33
/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php 34 14 13
/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php 29 22 14
/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php 112 88 38
/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php 94 21 15
/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php 72 17 16
/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php 67 38 22
/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php 107 73 34
/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php 62 16 13
/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php 75 87 37
/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php 23 8 8
/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php 61 19 15
/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php 44 11 9
/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php 20 7 7
/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/ControllerDoesNotReturnResponseException.php 52 32 23
/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/HttpException.php 21 11 9
/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php 29 2 1
/src/Symfony/Component/HttpKernel/Exception/InvalidMetadataException.php 14 3 3
/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/LockedHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php 17 8 8
/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php 19 6 6
/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php 21 8 8
/src/Symfony/Component/HttpKernel/Exception/ResolverNotFoundException.php 23 6 5
/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php 17 12 10
/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php 19 12 10
/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php 17 8 8
/src/Symfony/Component/HttpKernel/Exception/UnexpectedSessionUsageException.php 17 1 1
/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php 82 34 18
/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php 21 7 7
/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php 73 34 21
/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php 33 4 3
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php 60 48 23
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGeneratorInterface.php 31 6 6
/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php 75 61 29
/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php 79 65 28
/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php 35 9 9
/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php 21 7 7
/src/Symfony/Component/HttpKernel/HttpCache/AbstractSurrogate.php 85 62 26
/src/Symfony/Component/HttpKernel/HttpCache/Esi.php 85 57 29
/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php 733 189 58
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php 67 73 31
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php 31 2 2
/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php 59 53 29
/src/Symfony/Component/HttpKernel/HttpCache/Store.php 79 251 57
/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php 73 7 5
/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php 85 28 12
/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php 44 10 7
/src/Symfony/Component/HttpKernel/HttpClientKernel.php 34 60 34
/src/Symfony/Component/HttpKernel/HttpKernel.php 100 129 46
/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php 125 51 31
/src/Symfony/Component/HttpKernel/HttpKernelInterface.php 39 7 5
/src/Symfony/Component/HttpKernel/Kernel.php 728 341 79
/src/Symfony/Component/HttpKernel/KernelEvents.php 28 10 2
/src/Symfony/Component/HttpKernel/KernelInterface.php 69 8 3
/src/Symfony/Component/HttpKernel/Log/DebugLoggerConfigurator.php 30 29 19
/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php 46 6 4
/src/Symfony/Component/HttpKernel/Log/Logger.php 175 107 47
/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php 112 171 46
/src/Symfony/Component/HttpKernel/Profiler/Profile.php 210 88 20
/src/Symfony/Component/HttpKernel/Profiler/Profiler.php 146 111 39
/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php 38 18 2
/src/Symfony/Component/HttpKernel/RebootableInterface.php 29 3 3
/src/Symfony/Component/HttpKernel/Resources/welcome.html.php 245 10 4
/src/Symfony/Component/HttpKernel/TerminableInterface.php 31 3 2
/src/Symfony/Component/HttpKernel/Tests/Attribute/WithLogLevelTest.php 23 9 7
/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php 30 17 10
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php 32 16 12
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/Psr6CacheClearerTest.php 42 10 6
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php 78 56 10
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php 31 39 20
/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php 20 9 7
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/BackedEnumValueResolverTest.php 27 71 26
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php 65 106 26
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/NotTaggedControllerValueResolverTest.php 97 59 17
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/QueryParameterValueResolverTest.php 54 161 20
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php 719 351 42
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php 111 59 20
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/TraceableValueResolverTest.php 53 24 18
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/UidValueResolverTest.php 30 72 21
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php 138 333 43
/src/Symfony/Component/HttpKernel/Tests/Controller/ContainerControllerResolverTest.php 111 72 24
/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php 202 162 30
/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php 68 31 17
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableArgumentResolverTest.php 42 32 25
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableControllerResolverTest.php 41 29 24
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php 170 136 22
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php 52 27 9
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php 93 53 17
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DataCollectorTest.php 64 46 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php 68 89 18
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php 49 24 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php 156 71 20
/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php 47 26 13
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php 324 177 34
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RouterDataCollectorTest.php 76 27 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php 51 61 14
/src/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerConfiguratorTest.php 74 27 18
/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php 36 53 18
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/AddAnnotatedClassesToCachePassTest.php 23 30 8
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ControllerArgumentValueResolverPassTest.php 56 30 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php 67 43 20
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php 24 19 10
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LoggerPassTest.php 25 20 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php 23 37 15
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php 704 407 44
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterLocaleAwareServicesPassTest.php 24 14 7
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPassTest.php 95 53 19
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ResettableServicePassTest.php 68 34 11
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ServicesResetterTest.php 52 18 14
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerArgumentsEventTest.php 26 41 11
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerEventTest.php 70 30 12
/src/Symfony/Component/HttpKernel/Tests/Event/ExceptionEventTest.php 21 8 7
/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php 39 16 9
/src/Symfony/Component/HttpKernel/Tests/EventListener/CacheAttributeListenerTest.php 308 167 30
/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php 46 67 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/DisallowRobotsIndexingListenerTest.php 39 19 14
/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php 56 46 25
/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php 60 217 43
/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php 31 68 13
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleAwareListenerTest.php 95 49 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php 85 92 19
/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php 97 39 18
/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php 61 91 19
/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php 109 102 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php 948 313 34
/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php 40 36 11
/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php 30 27 16
/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php 15 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php 15 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php 15 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php 15 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php 58 34 19
/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/LockedHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php 33 21 13
/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php 25 23 13
/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php 19 23 13
/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php 19 20 12
/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php 14 13 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/AcmeFooBundle.php 21 15 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/Resources/config/services.php 7 1 1
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Bar.php 18 11 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Baz.php 15 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Foo.php 17 7 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ClearableService.php 9 8 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/AttributeController.php 26 24 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php 16 7 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/CacheAttributeController.php 23 14 9
/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 6 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/CloneVarDataCollector.php 38 18 14
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php 35 23 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php 16 7 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php 16 4 4
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php 19 9 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php 16 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php 25 25 16
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTestWithLoadClassCache.php 16 5 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelWithoutBundles.php 20 20 14
/src/Symfony/Component/HttpKernel/Tests/Fixtures/LazyResettableService.php 18 13 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/MockableUploadFileWithClientSize.php 18 5 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/MultiResettableService.php 10 11 6
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ResettableService.php 9 9 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php 18 11 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/UsePropertyInDestruct.php 13 19 16
/src/Symfony/Component/HttpKernel/Tests/Fixtures/WithPublicObjectProperty.php 7 8 8
/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php 58 59 14
/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php 57 45 17
/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php 43 55 16
/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php 258 178 25
/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php 52 55 20
/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php 36 50 14
/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php 58 161 17
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php 638 583 43
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php 120 103 40
/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php 20 121 18
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php 58 133 16
/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php 328 276 29
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SubRequestHandlerTest.php 40 109 26
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php 49 64 31
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php 46 49 27
/src/Symfony/Component/HttpKernel/Tests/HttpClientKernelTest.php 22 13 11
/src/Symfony/Component/HttpKernel/Tests/HttpKernelBrowserTest.php 65 90 19
/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php 345 322 40
/src/Symfony/Component/HttpKernel/Tests/KernelTest.php 43 258 56
/src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php 58 95 34
/src/Symfony/Component/HttpKernel/Tests/Logger.php 59 33 17
/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php 333 248 25
/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php 45 63 22
/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php 28 30 17
/src/Symfony/Component/Intl/Countries.php 98 55 13
/src/Symfony/Component/Intl/Currencies.php 94 80 16
/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php 27 1 1
/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php 46 13 10
/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php 37 14 12
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php 117 37 23
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php 53 5 5
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php 27 1 1
/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php 33 16 14
/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php 15 17 12
/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php 43 15 12
/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php 23 2 2
/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php 29 14 11
/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php 38 13 9
/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php 180 61 14
/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php 30 22 9
/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php 118 56 19
/src/Symfony/Component/Intl/Data/Generator/FallbackTrait.php 51 22 16
/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php 69 10 6
/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php 167 64 23
/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php 91 62 25
/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php 253 76 28
/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php 60 34 14
/src/Symfony/Component/Intl/Data/Generator/TimezoneDataGenerator.php 167 123 35
/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php 42 39 17
/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php 92 16 8
/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php 33 14 14
/src/Symfony/Component/Intl/Data/Util/RingBuffer.php 74 53 21
/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 19 8 8
/src/Symfony/Component/Intl/Intl.php 87 43 22
/src/Symfony/Component/Intl/Languages.php 47 59 17
/src/Symfony/Component/Intl/Locale.php 97 33 17
/src/Symfony/Component/Intl/Locales.php 58 36 14
/src/Symfony/Component/Intl/ResourceBundle.php 51 25 20
/src/Symfony/Component/Intl/Resources/bin/autoload.php 18 4 4
/src/Symfony/Component/Intl/Resources/bin/common.php 94 57 24
/src/Symfony/Component/Intl/Resources/bin/update-data.php 211 67 17
/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 102 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 447 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 523 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 71 10 1
/src/Symfony/Component/Intl/Resources/data/locales/ff_Adlm.php 115 1 1
/src/Symfony/Component/Intl/Resources/data/locales/km.php 14 60 1
/src/Symfony/Component/Intl/Resources/data/locales/lo.php 190 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ff_Adlm.php 39 1 1
/src/Symfony/Component/Intl/Resources/data/regions/km.php 241 42 1
/src/Symfony/Component/Intl/Resources/data/regions/lo.php 217 1 1
/src/Symfony/Component/Intl/Resources/data/scripts/km.php 25 4 1
/src/Symfony/Component/Intl/Resources/data/timezones/ff_Adlm.php 182 1 1
/src/Symfony/Component/Intl/Resources/data/timezones/km.php 363 363 1
/src/Symfony/Component/Intl/Resources/data/timezones/lo.php 10 222 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-cs.php 96 211 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-el.php 2300 7 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ff_adlm.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr.php 1127 2090 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr_ca.php 2272 2105 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-kab.php 268 39 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-km.php 3638 119 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lo.php 3636 226 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-my.php 2313 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sk.php 1020 116 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sv.php 2328 1 1
/src/Symfony/Component/Intl/Resources/emoji/build.php 226 125 41
/src/Symfony/Component/Intl/Scripts.php 38 23 11
/src/Symfony/Component/Intl/Tests/CountriesTest.php 935 64 10
/src/Symfony/Component/Intl/Tests/CurrenciesTest.php 799 101 20
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php 81 166 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 33 32 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php 31 27 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php 31 24 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 62 25 14
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php 62 25 14
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php 64 38 17
/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php 69 55 12
/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php 43 40 12
/src/Symfony/Component/Intl/Tests/IntlTest.php 38 21 9
/src/Symfony/Component/Intl/Tests/LanguagesTest.php 1862 121 21
/src/Symfony/Component/Intl/Tests/LocaleTest.php 45 19 8
/src/Symfony/Component/Intl/Tests/LocalesTest.php 22 33 7
/src/Symfony/Component/Intl/Tests/ResourceBundleTestCase.php 793 47 23
/src/Symfony/Component/Intl/Tests/ScriptsTest.php 269 28 8
/src/Symfony/Component/Intl/Tests/TimezonesTest.php 623 105 20
/src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php 104 45 16
/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php 41 29 19
/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php 22 33 9
/src/Symfony/Component/Intl/Tests/Util/VersionTest.php 56 25 9
/src/Symfony/Component/Intl/Timezones.php 38 54 17
/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php 99 98 39
/src/Symfony/Component/Intl/Util/GitRepository.php 47 35 17
/src/Symfony/Component/Intl/Util/GzipStreamWrapper.php 37 58 31
/src/Symfony/Component/Intl/Util/IcuVersion.php 51 19 12
/src/Symfony/Component/Intl/Util/IntlTestHelper.php 95 32 17
/src/Symfony/Component/Intl/Util/Version.php 72 23 15
/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php 22 27 13
/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php 43 30 14
/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php 37 1 1
/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php 27 2 2
/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php 26 10 5
/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php 53 10 5
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php 62 32 18
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php 82 57 32
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php 76 82 34
/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php 89 81 8
/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php 166 65 22
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php 180 59 37
/src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php 37 18 12
/src/Symfony/Component/Ldap/Adapter/QueryInterface.php 38 11 4
/src/Symfony/Component/Ldap/Entry.php 66 32 15
/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 18 14
/src/Symfony/Component/Ldap/LdapInterface.php 45 9 6
/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php 80 32 17
/src/Symfony/Component/Ldap/Security/LdapAuthenticator.php 83 48 20
/src/Symfony/Component/Ldap/Security/LdapBadge.php 53 32 9
/src/Symfony/Component/Ldap/Security/LdapUser.php 50 33 16
/src/Symfony/Component/Ldap/Security/LdapUserProvider.php 131 88 29
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php 162 49 15
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/EntryManagerTest.php 53 18 9
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php 214 65 10
/src/Symfony/Component/Ldap/Tests/EntryTest.php 19 11 8
/src/Symfony/Component/Ldap/Tests/LdapTest.php 33 38 14
/src/Symfony/Component/Ldap/Tests/LdapTestCase.php 14 14 8
/src/Symfony/Component/Ldap/Tests/Security/CheckLdapCredentialsListenerTest.php 58 132 33
/src/Symfony/Component/Ldap/Tests/Security/LdapAuthenticatorTest.php 25 9 7
/src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php 109 77 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 5 5
/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 40 34 19
/src/Symfony/Component/Lock/Lock.php 220 111 38
/src/Symfony/Component/Lock/LockFactory.php 55 29 20
/src/Symfony/Component/Lock/LockInterface.php 56 13 7
/src/Symfony/Component/Lock/NoLock.php 24 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 64 53 18
/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php 71 46 20
/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php 113 104 42
/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php 123 158 31
/src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php 24 7 7
/src/Symfony/Component/Lock/Store/FlockStore.php 94 93 38
/src/Symfony/Component/Lock/Store/InMemoryStore.php 102 53 24
/src/Symfony/Component/Lock/Store/MemcachedStore.php 124 42 26
/src/Symfony/Component/Lock/Store/MongoDbStore.php 228 129 43
/src/Symfony/Component/Lock/Store/PdoStore.php 106 126 37
/src/Symfony/Component/Lock/Store/PostgreSqlStore.php 109 95 39
/src/Symfony/Component/Lock/Store/RedisStore.php 255 82 42
/src/Symfony/Component/Lock/Store/SemaphoreStore.php 43 39 19
/src/Symfony/Component/Lock/Store/StoreFactory.php 27 100 19
/src/Symfony/Component/Lock/Store/ZookeeperStore.php 94 60 32
/src/Symfony/Component/Lock/Strategy/ConsensusStrategy.php 19 8 5
/src/Symfony/Component/Lock/Strategy/UnanimousStrategy.php 19 8 6
/src/Symfony/Component/Lock/Tests/KeyTest.php 34 16 10
/src/Symfony/Component/Lock/Tests/LockFactoryTest.php 54 28 12
/src/Symfony/Component/Lock/Tests/LockTest.php 534 242 31
/src/Symfony/Component/Lock/Tests/Store/AbstractRedisStoreTestCase.php 40 52 28
/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTestCase.php 78 38 14
/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php 61 27 17
/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php 255 174 32
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalPostgreSqlStoreTest.php 154 96 33
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php 112 162 34
/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php 122 39 18
/src/Symfony/Component/Lock/Tests/Store/FlockStoreTest.php 63 49 15
/src/Symfony/Component/Lock/Tests/Store/InMemoryStoreTest.php 24 6 6
/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php 64 25 16
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreFactoryTest.php 20 13 9
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php 44 61 24
/src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php 113 51 24
/src/Symfony/Component/Lock/Tests/Store/PostgreSqlStoreTest.php 145 65 27
/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php 26 29 16
/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php 30 19 12
/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php 23 18 11
/src/Symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.php 24 8 6
/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php 32 24 15
/src/Symfony/Component/Lock/Tests/Store/RelayStoreTest.php 31 31 19
/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php 33 40 22
/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php 149 46 13
/src/Symfony/Component/Lock/Tests/Store/StoreFactoryTest.php 44 24 11
/src/Symfony/Component/Lock/Tests/Store/UnserializableTestTrait.php 28 7 6
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreFactoryTest.php 25 12 6
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreTest.php 88 28 14
/src/Symfony/Component/Lock/Tests/Store/stubs/mongodb.php 20 4 2
/src/Symfony/Component/Lock/Tests/Strategy/ConsensusStrategyTest.php 76 32 11
/src/Symfony/Component/Lock/Tests/Strategy/UnanimousStrategyTest.php 29 35 11
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesApiAsyncAwsTransportTest.php 75 79 21
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesHttpAsyncAwsTransportTest.php 75 76 19
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesSmtpTransportTest.php 21 8 7
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesTransportFactoryTest.php 28 118 16
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php 48 66 30
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php 61 50 27
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesSmtpTransport.php 33 38 24
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesTransportFactory.php 27 36 23
/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php 64 38 16
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php 32 68 19
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php 84 33 10
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/complaint.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/defered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/delivered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/hard_bounce.php 5 11 7
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/invalid_email.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/proxy_open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request_without_tags.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/soft_bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unique_opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unsubscribed.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php 67 59 26
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php 23 11 8
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php 24 14 11
/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php 58 30 21
/src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php 24 31 10
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailSmtpTransport.php 23 12 9
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailTransportFactory.php 24 14 11
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportFactoryTest.php 83 34 11
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php 52 154 27
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php 81 53 31
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipSmtpTransport.php 20 11 8
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php 29 17 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceApiTransportTest.php 168 81 20
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceSmtpTransportTest.php 21 15 7
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceTransportFactoryTest.php 58 32 10
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php 69 53 27
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceSmtpTransport.php 36 29 19
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceTransportFactory.php 24 16 12
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillApiTransportTest.php 31 55 21
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillHttpTransportTest.php 30 45 21
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillSmtpTransportTest.php 22 12 10
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillTransportFactoryTest.php 26 37 11
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php 64 72 35
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHeadersTrait.php 28 17 13
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php 69 48 28
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillSmtpTransport.php 25 12 9
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillTransportFactory.php 24 16 12
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php 151 73 18
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php 53 32 10
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php 155 53 29
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php 23 11 8
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php 24 14 11
/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php 69 57 21
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php 243 103 20
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunHttpTransportTest.php 117 54 17
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunSmtpTransportTest.php 25 12 10
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunTransportFactoryTest.php 110 40 11
/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 7 5
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php 79 81 36
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHeadersTrait.php 28 16 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php 81 59 29
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunSmtpTransport.php 25 17 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunTransportFactory.php 24 17 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php 61 39 27
/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php 55 33 16
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php 329 105 23
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetTransportFactoryTest.php 58 34 11
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/sent.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/spam.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/unsub.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/MailjetRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php 91 91 39
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetSmtpTransport.php 20 12 9
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetTransportFactory.php 21 18 14
/src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php 44 25 20
/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php 66 45 18
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php 38 60 21
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkSmtpTransportTest.php 24 20 8
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php 58 36 11
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/bounce.php 10 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/delivery.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/link_click.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/open.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/spam_complaint.php 9 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/subscription_change.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php 18 3 3
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php 71 65 32
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php 40 35 20
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php 24 21 15
/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php 59 37 21
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayApiTransportTest.php 29 48 21
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayTransportFactoryTest.php 58 34 11
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php 72 72 29
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewaySmtpTransport.php 20 11 8
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayTransportFactory.php 21 17 12
/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php 27 27 15
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php 35 83 17
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php 25 33 11
/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 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridSignedRequestParserTest.php 35 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridUnsignedRequestParserTest.php 33 12 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSecretRequestParserTest.php 39 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSignatureRequestParserTest.php 39 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php 181 76 31
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridSmtpTransport.php 23 12 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridTransportFactory.php 24 16 12
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php 73 43 28
/src/Symfony/Component/Mailer/Command/MailerTestCommand.php 29 26 19
/src/Symfony/Component/Mailer/DataCollector/MessageDataCollector.php 45 29 15
/src/Symfony/Component/Mailer/DelayedEnvelope.php 61 20 10
/src/Symfony/Component/Mailer/Envelope.php 24 18 11
/src/Symfony/Component/Mailer/Event/FailedMessageEvent.php 33 22 12
/src/Symfony/Component/Mailer/Event/MessageEvent.php 49 26 12
/src/Symfony/Component/Mailer/Event/MessageEvents.php 37 16 11
/src/Symfony/Component/Mailer/Event/SentMessageEvent.php 26 12 11
/src/Symfony/Component/Mailer/EventListener/EnvelopeListener.php 64 38 22
/src/Symfony/Component/Mailer/EventListener/MessageListener.php 57 40 20
/src/Symfony/Component/Mailer/EventListener/MessageLoggerListener.php 33 16 9
/src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php 43 17 13
/src/Symfony/Component/Mailer/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Mailer/Exception/HttpTransportException.php 30 15 15
/src/Symfony/Component/Mailer/Exception/IncompleteDsnException.php 17 3 3
/src/Symfony/Component/Mailer/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/LogicException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/TransportException.php 21 9 9
/src/Symfony/Component/Mailer/Exception/TransportExceptionInterface.php 19 2 1
/src/Symfony/Component/Mailer/Exception/UnexpectedResponseException.php 14 6 6
/src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php 79 35 18
/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 28 11
/src/Symfony/Component/Mailer/MailerInterface.php 14 4 4
/src/Symfony/Component/Mailer/Messenger/MessageHandler.php 22 10 8
/src/Symfony/Component/Mailer/Messenger/SendEmailMessage.php 22 16 9
/src/Symfony/Component/Mailer/SentMessage.php 93 26 16
/src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php 20 24 15
/src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php 19 15 11
/src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php 49 55 19
/src/Symfony/Component/Mailer/Tests/Command/MailerTestCommandTest.php 50 23 12
/src/Symfony/Component/Mailer/Tests/EnvelopeTest.php 77 95 11
/src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php 41 57 12
/src/Symfony/Component/Mailer/Tests/EventListener/MessengerTransportListenerTest.php 25 19 8
/src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php 68 31 12
/src/Symfony/Component/Mailer/Tests/MailerTest.php 83 73 29
/src/Symfony/Component/Mailer/Tests/SentMessageTest.php 32 18 12
/src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php 86 83 29
/src/Symfony/Component/Mailer/Tests/Transport/DsnTest.php 28 34 12
/src/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php 188 134 16
/src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-failing-sendmail.php 5 4 4
/src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-sendmail.php 5 4 4
/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php 119 46 17
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportFactoryTest.php 24 19 9
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportTest.php 19 6 5
/src/Symfony/Component/Mailer/Tests/Transport/RoundRobinTransportTest.php 164 126 19
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.php 24 22 10
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php 111 83 35
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php 49 44 19
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportFactoryTest.php 129 54 16
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php 80 126 19
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/SmtpTransportTest.php 156 122 18
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/AbstractStreamTest.php 32 10 8
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php 30 15 7
/src/Symfony/Component/Mailer/Tests/Transport/TransportsTest.php 85 36 11
/src/Symfony/Component/Mailer/Tests/TransportTest.php 30 76 29
/src/Symfony/Component/Mailer/Transport.php 170 90 36
/src/Symfony/Component/Mailer/Transport/AbstractApiTransport.php 33 17 11
/src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php 72 49 20
/src/Symfony/Component/Mailer/Transport/AbstractTransport.php 66 53 27
/src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php 35 39 16
/src/Symfony/Component/Mailer/Transport/Dsn.php 48 75 21
/src/Symfony/Component/Mailer/Transport/FailoverTransport.php 21 17 11
/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php 26 16 11
/src/Symfony/Component/Mailer/Transport/NullTransport.php 14 6 6
/src/Symfony/Component/Mailer/Transport/NullTransportFactory.php 21 10 10
/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php 56 52 31
/src/Symfony/Component/Mailer/Transport/SendmailTransport.php 104 52 25
/src/Symfony/Component/Mailer/Transport/SendmailTransportFactory.php 21 12 11
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/AuthenticatorInterface.php 29 4 3
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php 24 34 15
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/LoginAuthenticator.php 23 14 8
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/PlainAuthenticator.php 23 14 10
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php 25 10 7
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php 130 81 34
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php 24 47 18
/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php 343 124 43
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php 84 52 28
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php 53 22 12
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php 156 73 25
/src/Symfony/Component/Mailer/Transport/TransportFactoryInterface.php 26 7 4
/src/Symfony/Component/Mailer/Transport/TransportInterface.php 15 8 4
/src/Symfony/Component/Mailer/Transport/Transports.php 64 33 20
/src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php 22 43 14
/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 23 10 9
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Middleware/AddFifoStampTest.php 56 64 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php 24 33 20
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsReceiverTest.php 36 28 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php 25 40 11
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportFactoryTest.php 19 5 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportTest.php 136 104 29
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/ConnectionTest.php 336 186 21
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsFifoStamp.php 16 17 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php 85 50 23
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php 67 32 23
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransport.php 85 43 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransportFactory.php 33 26 21
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsXrayTraceHeaderStamp.php 18 1 1
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php 168 225 48
/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 49 29
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php 187 134 34
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceivedStampTest.php 22 5 5
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceiverTest.php 44 30 14
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpSenderTest.php 106 57 11
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpStampTest.php 30 17 8
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportFactoryTest.php 22 10 6
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php 34 29 15
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/ConnectionTest.php 588 280 28
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpFactory.php 16 13 4
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceivedStamp.php 21 5 3
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceiver.php 55 35 19
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpSender.php 73 18 13
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpStamp.php 24 48 14
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransport.php 58 37 16
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransportFactory.php 25 17 12
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php 579 238 57
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdReceiverTest.php 28 23 12
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdSenderTest.php 24 21 9
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportFactoryTest.php 22 9 5
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportTest.php 31 26 13
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php 306 163 21
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceivedStamp.php 30 10 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php 49 26 17
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdSender.php 40 13 10
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransport.php 36 31 14
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransportFactory.php 25 15 11
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php 187 116 31
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php 248 284 34
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php 46 88 20
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlFilterIntegrationTest.php 62 51 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlIntegrationTest.php 68 56 21
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlPgbouncerIntegrationTest.php 47 60 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlRegularIntegrationTest.php 47 71 21
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineReceiverTest.php 85 165 33
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineSenderTest.php 45 21 10
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportFactoryTest.php 37 41 13
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportTest.php 33 43 18
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/PostgreSqlConnectionTest.php 101 75 18
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php 284 300 61
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php 153 93 37
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineSender.php 47 19 15
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransport.php 40 56 20
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php 47 31 23
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php 51 47 22
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessage.php 27 14 8
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessageSerializer.php 18 20 14
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php 377 117 25
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php 368 215 42
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisReceiverTest.php 47 35 15
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisSenderTest.php 24 13 8
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php 79 34 16
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportTest.php 24 29 15
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RelayExtIntegrationTest.php 54 38 11
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php 426 480 92
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php 73 35 23
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisSender.php 41 10 7
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransport.php 48 33 14
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransportFactory.php 26 18 13
/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php 230 114 39
/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php 234 160 55
/src/Symfony/Component/Messenger/Command/DebugCommand.php 130 63 32
/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php 97 39 21
/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php 230 117 47
/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php 100 68 25
/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php 82 39 26
/src/Symfony/Component/Messenger/Command/StatsCommand.php 31 28 20
/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php 57 21 18
/src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php 97 58 27
/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php 125 137 41
/src/Symfony/Component/Messenger/Envelope.php 105 24 15
/src/Symfony/Component/Messenger/Event/AbstractWorkerMessageEvent.php 19 7 6
/src/Symfony/Component/Messenger/Event/SendMessageToTransportsEvent.php 45 11 8
/src/Symfony/Component/Messenger/Event/WorkerMessageFailedEvent.php 14 7 5
/src/Symfony/Component/Messenger/Event/WorkerMessageHandledEvent.php 19 1 1
/src/Symfony/Component/Messenger/Event/WorkerMessageReceivedEvent.php 21 7 6
/src/Symfony/Component/Messenger/Event/WorkerMessageRetriedEvent.php 19 1 1
/src/Symfony/Component/Messenger/Event/WorkerRateLimitedEvent.php 33 15 9
/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 12 11
/src/Symfony/Component/Messenger/EventListener/DispatchPcntlSignalListener.php 22 12 9
/src/Symfony/Component/Messenger/EventListener/ResetServicesListener.php 43 12 12
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php 110 73 33
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageToFailureTransportListener.php 71 18 14
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php 50 16 14
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php 54 25 19
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMemoryLimitListener.php 46 23 17
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php 49 23 18
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnRestartSignalListener.php 50 25 19
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php 54 24 18
/src/Symfony/Component/Messenger/Exception/DelayedMessageHandlingException.php 31 21 18
/src/Symfony/Component/Messenger/Exception/EnvelopeAwareExceptionInterface.php 21 4 4
/src/Symfony/Component/Messenger/Exception/EnvelopeAwareExceptionTrait.php 23 9 7
/src/Symfony/Component/Messenger/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Messenger/Exception/HandlerFailedException.php 41 15 12
/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 6 6
/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 9 9
/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 5 5
/src/Symfony/Component/Messenger/Exception/ValidationFailedException.php 31 18 14
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsInterface.php 24 5 5
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsTrait.php 21 18 13
/src/Symfony/Component/Messenger/HandleTrait.php 24 25 13
/src/Symfony/Component/Messenger/Handler/Acknowledger.php 75 50 24
/src/Symfony/Component/Messenger/Handler/BatchHandlerInterface.php 33 2 2
/src/Symfony/Component/Messenger/Handler/BatchHandlerTrait.php 21 17 16
/src/Symfony/Component/Messenger/Handler/HandlerDescriptor.php 36 40 22
/src/Symfony/Component/Messenger/Handler/HandlersLocator.php 40 30 23
/src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Handler/RedispatchMessageHandler.php 21 11 9
/src/Symfony/Component/Messenger/Message/RedispatchMessage.php 23 14 10
/src/Symfony/Component/Messenger/MessageBus.php 58 25 21
/src/Symfony/Component/Messenger/MessageBusInterface.php 14 1 1
/src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php 23 15 12
/src/Symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.php 33 9 9
/src/Symfony/Component/Messenger/Middleware/DispatchAfterCurrentBusMiddleware.php 69 36 21
/src/Symfony/Component/Messenger/Middleware/FailedMessageProcessingMiddleware.php 23 13 13
/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php 97 72 40
/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php 21 2 2
/src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php 34 11 11
/src/Symfony/Component/Messenger/Middleware/RouterContextMiddleware.php 73 14 13
/src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php 61 40 26
/src/Symfony/Component/Messenger/Middleware/StackMiddleware.php 74 45 28
/src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php 39 51 29
/src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php 24 15 13
/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 14 18 11
/src/Symfony/Component/Messenger/Stamp/AckStamp.php 29 15 14
/src/Symfony/Component/Messenger/Stamp/BusNameStamp.php 28 3 3
/src/Symfony/Component/Messenger/Stamp/ConsumedByWorkerStamp.php 17 2 2
/src/Symfony/Component/Messenger/Stamp/DelayStamp.php 29 9 8
/src/Symfony/Component/Messenger/Stamp/DispatchAfterCurrentBusStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/ErrorDetailsStamp.php 59 35 13
/src/Symfony/Component/Messenger/Stamp/FlushBatchHandlersStamp.php 26 6 5
/src/Symfony/Component/Messenger/Stamp/HandledStamp.php 30 11 6
/src/Symfony/Component/Messenger/Stamp/HandlerArgumentsStamp.php 20 5 5
/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 14 9 7
/src/Symfony/Component/Messenger/Stamp/RouterContextStamp.php 55 38 7
/src/Symfony/Component/Messenger/Stamp/SentStamp.php 32 14 6
/src/Symfony/Component/Messenger/Stamp/SentToFailureTransportStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/SerializedMessageStamp.php 20 7 7
/src/Symfony/Component/Messenger/Stamp/SerializerStamp.php 26 5 5
/src/Symfony/Component/Messenger/Stamp/StampInterface.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/TransportMessageIdStamp.php 31 7 5
/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 41 16 13
/src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.php 126 83 16
/src/Symfony/Component/Messenger/Tests/Command/DebugCommandTest.php 44 44 21
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRemoveCommandTest.php 49 155 14
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRetryCommandTest.php 27 68 12
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php 43 168 23
/src/Symfony/Component/Messenger/Tests/Command/SetupTransportsCommandTest.php 50 34 11
/src/Symfony/Component/Messenger/Tests/Command/StatsCommandTest.php 60 43 14
/src/Symfony/Component/Messenger/Tests/Command/StopWorkersCommandTest.php 22 8 8
/src/Symfony/Component/Messenger/Tests/DataCollector/MessengerDataCollectorTest.php 92 72 24
/src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php 322 316 42
/src/Symfony/Component/Messenger/Tests/EnvelopeTest.php 37 67 19
/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php 36 20 8
/src/Symfony/Component/Messenger/Tests/EventListener/ResetServicesListenerTest.php 23 15 10
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php 166 48 12
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php 52 35 12
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnCustomStopExceptionListenerTest.php 42 45 15
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnFailureLimitListenerTest.php 28 22 14
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMemoryLimitListenerTest.php 25 22 16
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMessageLimitListenerTest.php 46 17 12
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnRestartSignalListenerTest.php 29 17 12
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnTimeLimitListenerTest.php 25 8 8
/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php 30 52 15
/src/Symfony/Component/Messenger/Tests/FailureIntegrationTest.php 550 169 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 18 11
/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 15 18 9
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandlerWithUnionTypes.php 24 12 8
/src/Symfony/Component/Messenger/Tests/Fixtures/TestTracesWithHandleTraitAction.php 31 4 4
/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 95 38 16
/src/Symfony/Component/Messenger/Tests/Handler/HandleDescriptorTest.php 23 31 16
/src/Symfony/Component/Messenger/Tests/Handler/HandlersLocatorTest.php 80 41 14
/src/Symfony/Component/Messenger/Tests/MessageBusTest.php 163 81 29
/src/Symfony/Component/Messenger/Tests/Middleware/ActivationMiddlewareTest.php 58 23 9
/src/Symfony/Component/Messenger/Tests/Middleware/AddBusNameStampMiddlewareTest.php 22 8 6
/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php 218 96 27
/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php 67 189 40
/src/Symfony/Component/Messenger/Tests/Middleware/RouterContextMiddlewareTest.php 27 17 11
/src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php 240 101 18
/src/Symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.php 22 16 14
/src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php 82 79 25
/src/Symfony/Component/Messenger/Tests/Middleware/ValidationMiddlewareTest.php 41 20 8
/src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php 21 38 12
/src/Symfony/Component/Messenger/Tests/RoutableMessageBusTest.php 73 34 13
/src/Symfony/Component/Messenger/Tests/Stamp/DelayStampTest.php 35 7 5
/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php 40 23 10
/src/Symfony/Component/Messenger/Tests/Stamp/HandledStampTest.php 28 14 8
/src/Symfony/Component/Messenger/Tests/Stamp/RedeliveryStampTest.php 19 10 6
/src/Symfony/Component/Messenger/Tests/Stamp/SentToFailureTransportStampTest.php 19 5 5
/src/Symfony/Component/Messenger/Tests/Stamp/SerializerStampTest.php 23 7 7
/src/Symfony/Component/Messenger/Tests/Stamp/TransportNamesStampTest.php 54 25 11
/src/Symfony/Component/Messenger/Tests/Stamp/ValidationStampTest.php 28 19 9
/src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php 140 56 14
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportFactoryTest.php 50 33 13
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportTest.php 106 111 16
/src/Symfony/Component/Messenger/Tests/Transport/Receiver/SingleMessageReceiverTest.php 34 14 8
/src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php 79 52 13
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php 79 73 20
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php 105 33 14
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerWithClassNotFoundSupportTest.php 33 17 11
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php 77 113 32
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportFactoryTest.php 22 7 6
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.php 22 11 10
/src/Symfony/Component/Messenger/Tests/WorkerMetadataTest.php 22 18 8
/src/Symfony/Component/Messenger/Tests/WorkerTest.php 58 246 35
/src/Symfony/Component/Messenger/TraceableMessageBus.php 77 59 24
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php 64 57 27
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransportFactory.php 58 28 19
/src/Symfony/Component/Messenger/Transport/Receiver/ListableReceiverInterface.php 14 6 4
/src/Symfony/Component/Messenger/Transport/Receiver/MessageCountAwareInterface.php 25 1 1
/src/Symfony/Component/Messenger/Transport/Receiver/QueueReceiverInterface.php 30 3 3
/src/Symfony/Component/Messenger/Transport/Receiver/ReceiverInterface.php 46 4 3
/src/Symfony/Component/Messenger/Transport/Receiver/SingleMessageReceiver.php 26 12 9
/src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php 29 2 2
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php 59 16 11
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php 73 53 20
/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php 94 50 29
/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php 84 63 31
/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 34 19
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php 38 21 15
/src/Symfony/Component/Messenger/Transport/TransportFactory.php 59 30 15
/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php 30 4 3
/src/Symfony/Component/Messenger/Transport/TransportInterface.php 20 1 1
/src/Symfony/Component/Messenger/Worker.php 263 122 50
/src/Symfony/Component/Messenger/WorkerMetadata.php 37 12 10
/src/Symfony/Component/Mime/Address.php 99 71 28
/src/Symfony/Component/Mime/CharacterStream.php 71 159 32
/src/Symfony/Component/Mime/Crypto/DkimOptions.php 23 28 8
/src/Symfony/Component/Mime/Crypto/DkimSigner.php 212 104 29
/src/Symfony/Component/Mime/Crypto/SMime.php 62 54 19
/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php 49 31 25
/src/Symfony/Component/Mime/Crypto/SMimeSigner.php 42 31 17
/src/Symfony/Component/Mime/DependencyInjection/AddMimeTypeGuesserPass.php 25 8 8
/src/Symfony/Component/Mime/DraftEmail.php 33 12 9
/src/Symfony/Component/Mime/Email.php 244 210 45
/src/Symfony/Component/Mime/Encoder/AddressEncoderInterface.php 27 3 3
/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php 28 19 15
/src/Symfony/Component/Mime/Encoder/Base64Encoder.php 29 13 11
/src/Symfony/Component/Mime/Encoder/Base64MimeHeaderEncoder.php 30 14 12
/src/Symfony/Component/Mime/Encoder/ContentEncoderInterface.php 24 3 2
/src/Symfony/Component/Mime/Encoder/EightBitContentEncoder.php 19 23 12
/src/Symfony/Component/Mime/Encoder/EncoderInterface.php 25 3 3
/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php 25 13 8
/src/Symfony/Component/Mime/Encoder/MimeHeaderEncoderInterface.php 22 3 3
/src/Symfony/Component/Mime/Encoder/QpContentEncoder.php 19 31 20
/src/Symfony/Component/Mime/Encoder/QpEncoder.php 118 49 28
/src/Symfony/Component/Mime/Encoder/QpMimeHeaderEncoder.php 29 16 12
/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 58 29 19
/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php 41 25 19
/src/Symfony/Component/Mime/Header/AbstractHeader.php 200 80 42
/src/Symfony/Component/Mime/Header/DateHeader.php 21 8 8
/src/Symfony/Component/Mime/Header/HeaderInterface.php 35 17 5
/src/Symfony/Component/Mime/Header/Headers.php 172 114 38
/src/Symfony/Component/Mime/Header/IdentificationHeader.php 68 19 15
/src/Symfony/Component/Mime/Header/MailboxHeader.php 64 15 15
/src/Symfony/Component/Mime/Header/MailboxListHeader.php 120 16 16
/src/Symfony/Component/Mime/Header/ParameterizedHeader.php 181 68 34
/src/Symfony/Component/Mime/Header/PathHeader.php 58 7 7
/src/Symfony/Component/Mime/Header/UnstructuredHeader.php 21 9 8
/src/Symfony/Component/Mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php 17 10 9
/src/Symfony/Component/Mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php 23 14 11
/src/Symfony/Component/Mime/Message.php 140 50 23
/src/Symfony/Component/Mime/MessageConverter.php 51 42 12
/src/Symfony/Component/Mime/MimeTypeGuesserInterface.php 24 3 3
/src/Symfony/Component/Mime/MimeTypes.php 61 116 23
/src/Symfony/Component/Mime/MimeTypesInterface.php 31 3 2
/src/Symfony/Component/Mime/Part/AbstractMultipartPart.php 77 19 17
/src/Symfony/Component/Mime/Part/AbstractPart.php 21 6 6
/src/Symfony/Component/Mime/Part/DataPart.php 107 75 34
/src/Symfony/Component/Mime/Part/File.php 47 33 19
/src/Symfony/Component/Mime/Part/MessagePart.php 60 17 16
/src/Symfony/Component/Mime/Part/Multipart/DigestPart.php 22 1 1
/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php 85 28 19
/src/Symfony/Component/Mime/Part/Multipart/RelatedPart.php 42 11 10
/src/Symfony/Component/Mime/Part/SMimePart.php 64 25 12
/src/Symfony/Component/Mime/Part/TextPart.php 210 90 34
/src/Symfony/Component/Mime/RawMessage.php 30 26 19
/src/Symfony/Component/Mime/Resources/bin/update_mime_types.php 153 56 18
/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php 30 18 12
/src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php 21 26 19
/src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php 26 14 12
/src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php 43 20 16
/src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php 27 15 12
/src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php 24 17 13
/src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php 27 15 12
/src/Symfony/Component/Mime/Tests/AbstractMimeTypeGuesserTestCase.php 38 35 13
/src/Symfony/Component/Mime/Tests/AddressTest.php 26 39 14
/src/Symfony/Component/Mime/Tests/CharacterStreamTest.php 19 77 9
/src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php 49 33 16
/src/Symfony/Component/Mime/Tests/Crypto/SMimeEncrypterTest.php 62 28 11
/src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php 133 59 14
/src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php 60 36 20
/src/Symfony/Component/Mime/Tests/DependencyInjection/AddMimeTypeGuesserPassTest.php 24 17 9
/src/Symfony/Component/Mime/Tests/DraftEmailTest.php 23 15 6
/src/Symfony/Component/Mime/Tests/EmailTest.php 483 560 33
/src/Symfony/Component/Mime/Tests/Encoder/Base64EncoderTest.php 76 51 12
/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 70 10
/src/Symfony/Component/Mime/Tests/Encoder/QpMimeHeaderEncoderTest.php 104 52 11
/src/Symfony/Component/Mime/Tests/Encoder/Rfc2231EncoderTest.php 63 70 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 60 36 8
/src/Symfony/Component/Mime/Tests/Header/HeadersTest.php 235 232 17
/src/Symfony/Component/Mime/Tests/Header/IdentificationHeaderTest.php 168 57 8
/src/Symfony/Component/Mime/Tests/Header/MailboxHeaderTest.php 30 41 12
/src/Symfony/Component/Mime/Tests/Header/MailboxListHeaderTest.php 130 52 10
/src/Symfony/Component/Mime/Tests/Header/ParameterizedHeaderTest.php 288 113 11
/src/Symfony/Component/Mime/Tests/Header/PathHeaderTest.php 71 30 9
/src/Symfony/Component/Mime/Tests/Header/UnstructuredHeaderTest.php 207 79 11
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/DefaultHtmlToTextConverterTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/LeagueHtmlToMarkdownConverterTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/MessageConverterTest.php 70 25 12
/src/Symfony/Component/Mime/Tests/MessageTest.php 78 99 25
/src/Symfony/Component/Mime/Tests/MimeTypesTest.php 66 37 18
/src/Symfony/Component/Mime/Tests/Part/DataPartTest.php 157 149 33
/src/Symfony/Component/Mime/Tests/Part/MessagePartTest.php 28 24 12
/src/Symfony/Component/Mime/Tests/Part/Multipart/AlternativePartTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/Part/Multipart/DigestPartTest.php 21 10 8
/src/Symfony/Component/Mime/Tests/Part/Multipart/FormDataPartTest.php 224 87 19
/src/Symfony/Component/Mime/Tests/Part/Multipart/MixedPartTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/Part/Multipart/RelatedPartTest.php 20 8 7
/src/Symfony/Component/Mime/Tests/Part/TextPartTest.php 83 64 18
/src/Symfony/Component/Mime/Tests/RawMessageTest.php 27 69 19
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsOptions.php 56 33 12
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php 77 54 31
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php 37 20 9
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php 36 28 16
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsOptions.php 46 21 15
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php 78 48 31
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransportFactory.php 24 21 13
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsOptionsTest.php 25 9 7
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportFactoryTest.php 19 21 10
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportTest.php 45 53 22
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthOptions.php 28 29 12
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php 88 80 34
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php 25 14 11
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthOptionsTest.php 19 10 9
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php 19 28 9
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php 60 55 21
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php 75 43 29
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportFactoryTest.php 48 29 9
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportTest.php 31 27 13
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkMessageBodyBuilder.php 20 20 11
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkOptions.php 33 19 17
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php 85 45 30
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransportFactory.php 30 14 12
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkMessageBodyBuilderTest.php 19 21 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkOptionsTest.php 29 14 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportFactoryTest.php 39 29 9
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportTest.php 48 29 14
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendOptions.php 93 30 12
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php 99 86 36
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransportFactory.php 25 17 11
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportTest.php 38 56 20
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php 81 52 30
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportFactoryTest.php 43 25 10
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportTest.php 39 40 17
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneOptions.php 30 24 13
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php 94 68 32
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransportFactory.php 23 15 10
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php 64 36 17
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php 75 26 16
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php 93 54 32
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransportFactory.php 23 12 10
/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 40 15 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php 132 40 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbedObjectInterface.php 19 2 2
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php 55 17 11
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php 50 12 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordMediaEmbedObject.php 52 13 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordOptionsTest.php 178 16 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php 48 28 9
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportTest.php 37 31 14
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordAuthorEmbedObjectTest.php 20 9 7
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordEmbedTest.php 59 20 9
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFieldEmbedObjectTest.php 42 15 8
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFooterEmbedObjectTest.php 34 10 7
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotOptions.php 30 33 12
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php 95 56 35
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportFactoryTest.php 27 20 9
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportTest.php 37 21 12
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexOptions.php 28 14 12
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php 84 60 37
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php 20 12 10
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php 24 28 9
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportTest.php 118 51 21
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoOptions.php 125 55 13
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php 89 52 28
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransportFactory.php 23 14 12
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportFactoryTest.php 41 20 9
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportTest.php 32 22 13
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php 34 39 24
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php 30 29 21
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php 30 37 19
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatEmailTransportTest.php 125 50 16
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatLoggerTransportTest.php 48 35 17
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatTransportFactoryTest.php 87 62 15
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/TestLogger.php 20 7 7
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php 35 40 25
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php 30 26 19
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php 31 37 19
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsEmailTransportTest.php 37 40 16
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsLoggerTransportTest.php 50 31 17
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php 51 62 15
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/TestLogger.php 20 7 7
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseOptions.php 76 26 11
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php 87 49 33
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransportFactory.php 23 14 11
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/AndroidNotification.php 93 31 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/IOSNotification.php 95 25 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/WebNotification.php 31 7 4
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportFactoryTest.php 41 20 9
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportTest.php 36 38 18
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php 77 45 28
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportFactoryTest.php 19 21 10
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportTest.php 37 36 14
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php 82 44 24
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportTest.php 30 28 15
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiOptions.php 46 21 13
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php 76 46 30
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportFactoryTest.php 47 24 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportTest.php 36 28 14
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php 72 39 25
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php 22 28 9
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportTest.php 42 21 12
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpOptions.php 43 22 15
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php 90 71 33
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php 26 18 13
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportFactoryTest.php 22 28 9
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportTest.php 93 45 19
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatOptions.php 67 30 18
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php 126 71 39
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransportFactory.php 26 16 12
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatOptionsTest.php 19 10 7
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportFactoryTest.php 24 24 9
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportTest.php 41 80 24
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php 84 42 27
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransportFactory.php 24 11 9
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportFactoryTest.php 43 25 9
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportTest.php 29 21 12
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php 77 46 30
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportFactoryTest.php 50 28 9
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportTest.php 29 21 12
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php 94 62 35
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransportFactory.php 20 15 10
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportFactoryTest.php 19 32 11
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportTest.php 84 38 14
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php 88 58 34
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransportFactory.php 24 13 10
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportFactoryTest.php 27 28 9
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportTest.php 74 35 15
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php 123 57 34
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php 32 20 9
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportTest.php 39 21 12
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php 58 36 24
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransportFactory.php 30 13 11
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportFactoryTest.php 25 26 11
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportTest.php 39 28 14
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInOptions.php 101 56 20
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php 88 52 29
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AbstractLinkedInShare.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AuthorShare.php 23 7 6
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/LifecycleStateShare.php 36 22 12
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareContentShare.php 50 45 13
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php 38 33 15
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php 30 29 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportFactoryTest.php 38 24 9
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php 134 60 18
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php 75 42 27
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportFactoryTest.php 24 25 9
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportTest.php 39 21 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonOptions.php 29 23 14
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php 90 61 41
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportFactoryTest.php 61 26 11
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportTest.php 67 54 19
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostOptions.php 46 19 13
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php 78 54 31
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportFactoryTest.php 66 28 9
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportTest.php 42 21 12
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureOptions.php 78 44 15
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php 88 71 38
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php 48 38 25
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/Fixtures/DummyHub.php 25 42 16
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureOptionsTest.php 30 13 8
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportFactoryTest.php 40 35 14
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php 83 133 31
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdOptions.php 116 48 13
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php 75 48 32
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportFactoryTest.php 24 24 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportTest.php 41 22 13
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaOptions.php 28 37 13
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php 98 58 31
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportFactoryTest.php 19 20 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php 56 41 19
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCard.php 24 11 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCardCompatibleActionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Element/Header.php 22 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/HttpPostAction.php 24 10 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/AbstractInput.php 45 18 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/DateInput.php 34 13 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php 44 27 17
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/TextInput.php 27 16 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/InvokeAddInCommandAction.php 22 11 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php 31 17 14
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php 62 43 24
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php 82 45 32
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php 25 14 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Activity.php 22 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Fact.php 19 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Image.php 22 6 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Section.php 27 14 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Test/Action/Input/AbstractInputTestCase.php 24 16 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/ActionCardTest.php 56 20 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Element/HeaderTest.php 19 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/HttpPostActionTest.php 54 19 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/DateInputTest.php 32 8 4
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/MultiChoiceInputTest.php 28 21 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/TextInputTest.php 43 12 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/InvokeAddInCommandActionTest.php 35 16 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/OpenUriActionTest.php 75 23 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsOptionsTest.php 67 95 14
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportFactoryTest.php 38 20 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportTest.php 142 91 22
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ActivityTest.php 27 14 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/FactTest.php 19 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ImageTest.php 27 11 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/SectionTest.php 103 30 8
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php 31 37 25
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php 90 59 35
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytOptionsTest.php 36 28 11
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportFactoryTest.php 22 24 9
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportTest.php 33 24 14
/src/Symfony/Component/Notifier/Bridge/Novu/NovuOptions.php 60 75 18
/src/Symfony/Component/Notifier/Bridge/Novu/NovuSubscriberRecipient.php 76 86 13
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php 89 42 28
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransportFactory.php 30 14 12
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuOptionsTest.php 19 7 7
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportFactoryTest.php 25 25 9
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportTest.php 38 34 16
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php 174 74 27
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php 102 76 34
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransportFactory.php 24 28 18
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyOptionsTest.php 22 6 6
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportFactoryTest.php 23 20 8
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportTest.php 33 75 20
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php 83 47 28
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php 38 24 9
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportTest.php 39 21 12
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalOptions.php 116 36 17
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php 98 62 33
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransportFactory.php 23 14 10
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalOptionsTest.php 19 6 5
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportFactoryTest.php 27 24 9
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportTest.php 37 71 24
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php 56 48 24
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransportFactory.php 20 13 10
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportFactoryTest.php 38 28 9
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportTest.php 34 22 12
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php 125 75 36
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransportFactory.php 23 15 11
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportFactoryTest.php 24 24 9
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportTest.php 31 59 22
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php 84 40 19
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php 66 42 30
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php 46 19 11
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportTest.php 31 23 13
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoOptions.php 76 36 13
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php 76 63 35
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransportFactory.php 25 13 11
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportFactoryTest.php 45 28 9
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportTest.php 81 55 20
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php 144 66 27
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php 73 49 31
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransportFactory.php 24 14 10
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportFactoryTest.php 29 20 9
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportTest.php 47 46 19
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkOptions.php 25 34 16
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php 93 61 30
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransportFactory.php 24 14 10
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportFactoryTest.php 44 24 9
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportTest.php 50 22 12
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralOptions.php 28 22 12
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php 78 56 34
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransportFactory.php 25 13 11
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralOptionsTest.php 19 10 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportFactoryTest.php 19 28 9
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportTest.php 38 54 19
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatOptions.php 43 27 14
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php 77 50 30
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportFactoryTest.php 22 24 9
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportTest.php 32 27 15
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php 93 59 31
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportFactoryTest.php 44 24 9
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportTest.php 29 21 12
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php 82 62 34
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransportFactory.php 25 14 11
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportFactoryTest.php 35 24 9
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportTest.php 84 56 21
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php 76 45 28
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportFactoryTest.php 32 24 9
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportTest.php 39 21 12
/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 17 8 8
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php 26 20 10
/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 27 15 9
/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php 197 69 24
/src/Symfony/Component/Notifier/Bridge/Slack/SlackSentMessage.php 32 9 7
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php 97 64 35
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransportFactory.php 23 14 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackActionsBlockTest.php 50 14 8
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackContextBlockTest.php 53 23 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackHeaderBlockTest.php 43 14 7
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackSectionBlockTest.php 50 21 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackOptionsTest.php 198 86 24
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportFactoryTest.php 42 24 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportTest.php 41 136 27
/src/Symfony/Component/Notifier/Bridge/Slack/UpdateMessageSlackOptions.php 17 2 2
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php 79 52 31
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php 48 24 9
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportTest.php 29 27 15
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php 95 58 30
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransportFactory.php 23 14 11
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportFactoryTest.php 37 24 9
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportTest.php 49 36 19
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php 90 64 35
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransportFactory.php 23 20 16
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportFactoryTest.php 24 24 9
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportTest.php 40 25 15
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php 119 59 32
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransportFactory.php 23 17 11
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.php 31 43 19
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php 82 54 27
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportTest.php 39 21 12
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeOptions.php 53 17 12
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php 85 58 34
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransportFactory.php 25 13 11
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportFactoryTest.php 39 28 9
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportTest.php 83 66 22
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php 108 72 32
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransportFactory.php 23 15 10
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportFactoryTest.php 40 20 9
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportTest.php 50 71 23
/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 39 24 4
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/KeyboardButton.php 49 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 7 6
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardMarkup.php 33 19 7
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardRemove.php 21 3 3
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramOptions.php 76 81 19
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php 123 126 42
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php 24 25 13
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php 49 20 9
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportFactoryTest.php 44 24 9
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php 922 232 32
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php 96 60 31
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportFactoryTest.php 48 24 9
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportTest.php 29 22 13
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiOptions.php 28 20 12
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php 82 65 36
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransportFactory.php 25 13 11
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportFactoryTest.php 24 28 9
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportTest.php 40 55 20
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportTest.php 38 64 23
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php 117 56 27
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportTest.php 36 53 20
/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 14 8
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioOptions.php 28 18 13
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php 88 54 32
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php 36 33 15
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportFactoryTest.php 24 25 10
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportTest.php 125 107 20
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterOptions.php 70 61 20
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php 272 151 63
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php 24 19 13
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportFactoryTest.php 43 24 9
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportTest.php 39 21 12
/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 34 14 9
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php 73 43 27
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransportFactory.php 23 12 10
/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php 51 40 23
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportFactoryTest.php 19 20 9
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportTest.php 30 28 15
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php 72 43 28
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransportFactory.php 23 14 11
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportFactoryTest.php 19 24 9
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportTest.php 40 21 11
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskOptions.php 28 21 12
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php 83 46 29
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php 47 19 11
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.php 48 28 9
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportTest.php 29 21 12
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipOptions.php 30 24 9
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php 90 55 29
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Channel/AbstractChannel.php 24 21 10
/src/Symfony/Component/Notifier/Channel/BrowserChannel.php 35 23 15
/src/Symfony/Component/Notifier/Channel/ChannelInterface.php 22 4 3
/src/Symfony/Component/Notifier/Channel/ChannelPolicy.php 30 8 8
/src/Symfony/Component/Notifier/Channel/ChatChannel.php 44 17 14
/src/Symfony/Component/Notifier/Channel/EmailChannel.php 90 67 30
/src/Symfony/Component/Notifier/Channel/PushChannel.php 24 17 14
/src/Symfony/Component/Notifier/Channel/SmsChannel.php 48 20 17
/src/Symfony/Component/Notifier/Chatter.php 42 38 19
/src/Symfony/Component/Notifier/ChatterInterface.php 14 2 2
/src/Symfony/Component/Notifier/DataCollector/NotificationDataCollector.php 37 26 15
/src/Symfony/Component/Notifier/Event/FailedMessageEvent.php 22 9 5
/src/Symfony/Component/Notifier/Event/MessageEvent.php 36 12 9
/src/Symfony/Component/Notifier/Event/NotificationEvents.php 57 17 12
/src/Symfony/Component/Notifier/Event/SentMessageEvent.php 22 5 4
/src/Symfony/Component/Notifier/EventListener/NotificationLoggerListener.php 46 16 9
/src/Symfony/Component/Notifier/EventListener/SendFailedMessageToNotifierListener.php 52 17 12
/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 13 9
/src/Symfony/Component/Notifier/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Notifier/Exception/LengthException.php 17 3 3
/src/Symfony/Component/Notifier/Exception/LogicException.php 17 2 2
/src/Symfony/Component/Notifier/Exception/MissingRequiredOptionException.php 17 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 23 18
/src/Symfony/Component/Notifier/Exception/TransportExceptionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Exception/UnsupportedMessageTypeException.php 19 6 6
/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php 310 96 20
/src/Symfony/Component/Notifier/FlashMessage/AbstractFlashMessageImportanceMapper.php 21 8 8
/src/Symfony/Component/Notifier/FlashMessage/BootstrapFlashMessageImportanceMapper.php 19 3 3
/src/Symfony/Component/Notifier/FlashMessage/DefaultFlashMessageImportanceMapper.php 19 3 3
/src/Symfony/Component/Notifier/FlashMessage/FlashMessageImportanceMapperInterface.php 14 1 1
/src/Symfony/Component/Notifier/Message/ChatMessage.php 85 54 15
/src/Symfony/Component/Notifier/Message/EmailMessage.php 82 79 27
/src/Symfony/Component/Notifier/Message/FromNotificationInterface.php 21 4 4
/src/Symfony/Component/Notifier/Message/MessageInterface.php 23 7 3
/src/Symfony/Component/Notifier/Message/MessageOptionsInterface.php 19 3 3
/src/Symfony/Component/Notifier/Message/NullMessage.php 36 14 8
/src/Symfony/Component/Notifier/Message/PushMessage.php 42 57 15
/src/Symfony/Component/Notifier/Message/SentMessage.php 34 13 8
/src/Symfony/Component/Notifier/Message/SmsMessage.php 99 67 17
/src/Symfony/Component/Notifier/Messenger/MessageHandler.php 23 10 7
/src/Symfony/Component/Notifier/Notification/ChatNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/EmailNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/Notification.php 117 75 31
/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 55 58 29
/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 17 11
/src/Symfony/Component/Notifier/Recipient/RecipientInterface.php 17 1 1
/src/Symfony/Component/Notifier/Recipient/SmsRecipientTrait.php 19 3 3
/src/Symfony/Component/Notifier/Test/Constraint/NotificationCount.php 23 24 15
/src/Symfony/Component/Notifier/Test/Constraint/NotificationIsQueued.php 22 15 11
/src/Symfony/Component/Notifier/Test/Constraint/NotificationSubjectContains.php 29 15 11
/src/Symfony/Component/Notifier/Test/Constraint/NotificationTransportIsEqual.php 29 18 13
/src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php 44 44 13
/src/Symfony/Component/Notifier/Test/TransportTestCase.php 40 56 14
/src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php 25 26 14
/src/Symfony/Component/Notifier/Tests/Channel/BrowserChannelTest.php 35 18 10
/src/Symfony/Component/Notifier/Tests/Channel/ChannelPolicyTest.php 23 16 10
/src/Symfony/Component/Notifier/Tests/ChatterTest.php 34 27 13
/src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php 99 64 29
/src/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php 41 20 11
/src/Symfony/Component/Notifier/Tests/Exception/MultipleExclusiveOptionsUsedExceptionTest.php 19 9 8
/src/Symfony/Component/Notifier/Tests/Exception/UnsupportedSchemeExceptionTest.php 25 100 14
/src/Symfony/Component/Notifier/Tests/Fixtures/TestOptions.php 30 13 11
/src/Symfony/Component/Notifier/Tests/Mailer/DummyMailer.php 25 12 12
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithTransport.php 27 24 11
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithoutTransport.php 27 25 11
/src/Symfony/Component/Notifier/Tests/Message/EmailMessageTest.php 24 7 7
/src/Symfony/Component/Notifier/Tests/Message/NullMessageTest.php 36 11 8
/src/Symfony/Component/Notifier/Tests/Message/PushMessageTest.php 55 22 8
/src/Symfony/Component/Notifier/Tests/Message/SmsMessageTest.php 31 23 8
/src/Symfony/Component/Notifier/Tests/NotifierTest.php 26 9 7
/src/Symfony/Component/Notifier/Tests/Recipient/RecipientTest.php 48 18 9
/src/Symfony/Component/Notifier/Tests/TexterTest.php 34 27 13
/src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php 154 79 17
/src/Symfony/Component/Notifier/Tests/Transport/DummyMessage.php 37 25 11
/src/Symfony/Component/Notifier/Tests/Transport/FailoverTransportTest.php 147 58 15
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportFactoryTest.php 44 18 9
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportTest.php 23 11 7
/src/Symfony/Component/Notifier/Tests/Transport/TransportsTest.php 24 37 10
/src/Symfony/Component/Notifier/Texter.php 42 38 19
/src/Symfony/Component/Notifier/TexterInterface.php 14 2 2
/src/Symfony/Component/Notifier/Transport.php 180 58 23
/src/Symfony/Component/Notifier/Transport/AbstractTransport.php 81 66 25
/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php 33 32 17
/src/Symfony/Component/Notifier/Transport/Dsn.php 40 89 23
/src/Symfony/Component/Notifier/Transport/FailoverTransport.php 23 18 12
/src/Symfony/Component/Notifier/Transport/NullTransport.php 53 30 21
/src/Symfony/Component/Notifier/Transport/NullTransportFactory.php 23 8 8
/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php 74 49 30
/src/Symfony/Component/Notifier/Transport/TransportFactoryInterface.php 28 9 4
/src/Symfony/Component/Notifier/Transport/TransportInterface.php 14 6 4
/src/Symfony/Component/Notifier/Transport/Transports.php 66 27 14
/src/Symfony/Component/OptionsResolver/Debug/OptionsResolverIntrospector.php 35 25 13
/src/Symfony/Component/OptionsResolver/Exception/AccessException.php 20 3 3
/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php 21 3 3
/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php 21 3 3
/src/Symfony/Component/OptionsResolver/Exception/NoConfigurationException.php 24 4 4
/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php 24 3 3
/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php 19 3 3
/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php 22 3 3
/src/Symfony/Component/OptionsResolver/OptionConfigurator.php 89 52 16
/src/Symfony/Component/OptionsResolver/Options.php 20 1 1
/src/Symfony/Component/OptionsResolver/OptionsResolver.php 1157 460 66
/src/Symfony/Component/OptionsResolver/Tests/Debug/OptionsResolverIntrospectorTest.php 139 206 18
/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php 538 2040 43
/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php 165 53 33
/src/Symfony/Component/PasswordHasher/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/PasswordHasher/Exception/InvalidPasswordException.php 17 6 6
/src/Symfony/Component/PasswordHasher/Exception/LogicException.php 17 3 3
/src/Symfony/Component/PasswordHasher/Hasher/CheckPasswordLengthTrait.php 23 3 3
/src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php 44 54 29
/src/Symfony/Component/PasswordHasher/Hasher/MigratingPasswordHasher.php 36 12 8
/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php 48 57 22
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php 25 2 2
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php 198 119 34
/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 40 17
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php 26 10 7
/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 334 171 33
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php 44 32 11
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php 16 11 7
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php 32 46 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php 60 25 8
/src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php 111 62 19
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php 176 132 22
/src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php 29 32 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php 28 40 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/SodiumPasswordHasherTest.php 86 58 17
/src/Symfony/Component/PasswordHasher/Tests/Hasher/UserPasswordHasherTest.php 128 32 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 11 10
/src/Symfony/Component/Process/Exception/ProcessSignaledException.php 37 9 9
/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php 41 26 18
/src/Symfony/Component/Process/Exception/RunProcessFailedException.php 21 10 10
/src/Symfony/Component/Process/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Process/ExecutableFinder.php 27 32 12
/src/Symfony/Component/Process/InputStream.php 57 28 22
/src/Symfony/Component/Process/Messenger/RunProcessContext.php 30 25 13
/src/Symfony/Component/Process/Messenger/RunProcessMessage.php 21 44 14
/src/Symfony/Component/Process/Messenger/RunProcessMessageHandler.php 29 13 8
/src/Symfony/Component/Process/PhpExecutableFinder.php 32 47 24
/src/Symfony/Component/Process/PhpProcess.php 40 40 18
/src/Symfony/Component/Process/PhpSubprocess.php 145 74 33
/src/Symfony/Component/Process/Pipes/AbstractPipes.php 128 77 35
/src/Symfony/Component/Process/Pipes/PipesInterface.php 45 8 4
/src/Symfony/Component/Process/Pipes/UnixPipes.php 124 43 27
/src/Symfony/Component/Process/Pipes/WindowsPipes.php 149 81 40
/src/Symfony/Component/Process/Process.php 465 537 93
/src/Symfony/Component/Process/ProcessUtils.php 42 17 16
/src/Symfony/Component/Process/Tests/CreateNewConsoleTest.php 30 17 11
/src/Symfony/Component/Process/Tests/ErrorProcessInitiator.php 32 18 13
/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php 104 48 16
/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php 22 2 2
/src/Symfony/Component/Process/Tests/Messenger/RunProcessMessageHandlerTest.php 34 18 11
/src/Symfony/Component/Process/Tests/NonStopableProcess.php 35 15 12
/src/Symfony/Component/Process/Tests/OutputMemoryLimitProcess.php 17 10 7
/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php 74 23 10
/src/Symfony/Component/Process/Tests/PhpProcessTest.php 21 32 13
/src/Symfony/Component/Process/Tests/PhpSubprocessTest.php 67 23 14
/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php 15 34 10
/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php 45 17 10
/src/Symfony/Component/Process/Tests/ProcessTest.php 1242 774 78
/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 21 7 7
/src/Symfony/Component/PropertyAccess/Exception/UninitializedPropertyException.php 19 3 3
/src/Symfony/Component/PropertyAccess/PropertyAccess.php 19 4 4
/src/Symfony/Component/PropertyAccess/PropertyAccessor.php 195 349 69
/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php 37 72 11
/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php 86 11 3
/src/Symfony/Component/PropertyAccess/PropertyPath.php 173 71 29
/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php 103 67 28
/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php 41 4 4
/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php 38 9 7
/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 37 23 13
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/ReturnTyped.php 32 24 10
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidArgumentLength.php 24 16 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidMethods.php 20 11 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php 200 132 25
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php 18 5 5
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php 14 1 1
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php 25 8 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php 18 11 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassTypeErrorInsideCall.php 24 12 7
/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 11 9
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestSingularAndPluralProps.php 31 17 10
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php 16 8 8
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php 56 26 13
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php 41 12 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedObjectProperty.php 19 12 9
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedPrivateProperty.php 18 6 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedProperty.php 19 11 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTestCase.php 30 36 14
/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 30 37 10
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTestCase.php 26 88 14
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php 18 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php 708 535 47
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php 18 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php 278 106 17
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php 55 73 13
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetter.php 28 11 7
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetterSameSingularAndPlural.php 33 11 7
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoConstructorPass.php 24 3 3
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php 24 12 4
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php 32 6 6
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php 27 11 10
/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php 328 173 48
/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php 169 169 47
/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php 529 298 48
/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php 33 21 17
/src/Symfony/Component/PropertyInfo/PhpStan/NameScope.php 45 22 12
/src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php 39 29 20
/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php 24 5 3
/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php 29 6 3
/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php 75 63 22
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php 35 49 16
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php 21 1 1
/src/Symfony/Component/PropertyInfo/PropertyInitializableExtractorInterface.php 24 3 3
/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php 26 2 2
/src/Symfony/Component/PropertyInfo/PropertyReadInfo.php 42 51 13
/src/Symfony/Component/PropertyInfo/PropertyReadInfoExtractorInterface.php 24 2 2
/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php 26 2 2
/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php 115 79 19
/src/Symfony/Component/PropertyInfo/PropertyWriteInfoExtractorInterface.php 24 2 2
/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php 38 18 11
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoConstructorPassTest.php 22 15 7
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoPassTest.php 25 20 10
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php 31 17 9
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php 459 204 24
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php 30 224 25
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php 391 228 22
/src/Symfony/Component/PropertyInfo/Tests/Extractor/SerializerExtractorTest.php 48 16 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/AdderRemoverDummy.php 22 19 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummy.php 23 18 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummyWithoutDocBlock.php 16 10 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DefaultValue.php 23 27 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DockBlockFallback.php 45 14 4
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php 198 186 20
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyCollection.php 16 5 5
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php 52 75 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyNamespace.php 22 8 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyTraitExternal.php 44 21 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyUnionType.php 25 33 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Extractor/DummyNamespace.php 21 11 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IgnorePropertyDummy.php 14 15 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IntRangeDummy.php 24 14 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/InvalidDummy.php 27 20 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 51 54 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php 90 71 13
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php 23 42 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php74Dummy.php 37 52 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php 35 27 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7ParentDummy.php 16 8 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80Dummy.php 40 98 20
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80PromotedDummy.php 20 9 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php 20 23 19
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php82Dummy.php 16 30 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PhpStanPseudoTypesDummy.php 38 37 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PseudoTypeDummy.php 19 6 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PseudoTypesDummy.php 35 42 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/RootDummy/RootDummyItem.php 14 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/SnakeCaseDummy.php 35 20 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/AnotherNamespace/DummyInAnotherNamespace.php 5 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/AnotherNamespace/DummyTraitInAnotherNamespace.php 10 3 3
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyTrait.php 55 22 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyUsedInTrait.php 14 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyUsingTrait.php 16 1 1
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php 59 32 7
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php 17 2 2
/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php 81 29 13
/src/Symfony/Component/PropertyInfo/Type.php 67 70 24
/src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php 166 135 32
/src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php 105 126 21
/src/Symfony/Component/RateLimiter/CompoundLimiter.php 57 21 19
/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 30 13 7
/src/Symfony/Component/RateLimiter/Exception/ReserveNotSupportedException.php 21 5 5
/src/Symfony/Component/RateLimiter/LimiterInterface.php 49 8 5
/src/Symfony/Component/RateLimiter/LimiterStateInterface.php 27 2 2
/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php 53 59 23
/src/Symfony/Component/RateLimiter/Policy/NoLimiter.php 38 23 16
/src/Symfony/Component/RateLimiter/Policy/Rate.php 97 28 11
/src/Symfony/Component/RateLimiter/Policy/ResetLimiterTrait.php 25 19 11
/src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php 82 52 20
/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php 57 47 24
/src/Symfony/Component/RateLimiter/Policy/TokenBucket.php 47 42 16
/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php 61 45 22
/src/Symfony/Component/RateLimiter/Policy/Window.php 59 45 18
/src/Symfony/Component/RateLimiter/RateLimit.php 75 13 9
/src/Symfony/Component/RateLimiter/RateLimiterFactory.php 63 52 26
/src/Symfony/Component/RateLimiter/Reservation.php 46 15 9
/src/Symfony/Component/RateLimiter/Storage/CacheStorage.php 22 17 13
/src/Symfony/Component/RateLimiter/Storage/InMemoryStorage.php 30 30 20
/src/Symfony/Component/RateLimiter/Storage/StorageInterface.php 21 4 3
/src/Symfony/Component/RateLimiter/Tests/CompoundLimiterTest.php 85 26 15
/src/Symfony/Component/RateLimiter/Tests/LimiterTest.php 23 14 10
/src/Symfony/Component/RateLimiter/Tests/Policy/FixedWindowLimiterTest.php 122 49 21
/src/Symfony/Component/RateLimiter/Tests/Policy/NoLimiterTest.php 21 9 6
/src/Symfony/Component/RateLimiter/Tests/Policy/RateTest.php 27 10 8
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowLimiterTest.php 92 26 14
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowTest.php 115 67 17
/src/Symfony/Component/RateLimiter/Tests/Policy/TokenBucketLimiterTest.php 138 60 22
/src/Symfony/Component/RateLimiter/Tests/RateLimitTest.php 37 16 12
/src/Symfony/Component/RateLimiter/Tests/RateLimiterFactoryTest.php 66 21 10
/src/Symfony/Component/RateLimiter/Tests/Resources/DummyWindow.php 27 18 10
/src/Symfony/Component/RateLimiter/Tests/Storage/CacheStorageTest.php 71 34 13
/src/Symfony/Component/RateLimiter/Util/TimeUtil.php 21 2 2
/src/Symfony/Component/RemoteEvent/Attribute/AsRemoteEventConsumer.php 21 9 9
/src/Symfony/Component/RemoteEvent/Consumer/ConsumerInterface.php 21 1 1
/src/Symfony/Component/RemoteEvent/Event/Mailer/AbstractMailerEvent.php 41 17 5
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerDeliveryEvent.php 32 8 4
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerEngagementEvent.php 21 4 1
/src/Symfony/Component/RemoteEvent/Event/Sms/SmsEvent.php 24 4 3
/src/Symfony/Component/RemoteEvent/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/RemoteEvent/Exception/InvalidArgumentException.php 17 4 4
/src/Symfony/Component/RemoteEvent/Exception/LogicException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/ParseException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/RuntimeException.php 17 5 5
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php 24 14 10
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventMessage.php 22 17 10
/src/Symfony/Component/RemoteEvent/PayloadConverterInterface.php 21 4 4
/src/Symfony/Component/RemoteEvent/RemoteEvent.php 22 23 9
/src/Symfony/Component/RemoteEvent/Tests/Event/Sms/SmsEventTest.php 19 7 7
/src/Symfony/Component/Routing/Alias.php 26 26 14
/src/Symfony/Component/Routing/Annotation/Route.php 20 4 4
/src/Symfony/Component/Routing/Attribute/Route.php 31 136 21
/src/Symfony/Component/Routing/CompiledRoute.php 145 51 16
/src/Symfony/Component/Routing/DependencyInjection/AddExpressionLanguageProvidersPass.php 25 7 7
/src/Symfony/Component/Routing/DependencyInjection/RoutingResolverPass.php 30 6 6
/src/Symfony/Component/Routing/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Routing/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/Routing/Exception/InvalidParameterException.php 19 3 3
/src/Symfony/Component/Routing/Exception/LogicException.php 14 1 1
/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php 40 12 12
/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php 40 17 13
/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 49 32 20
/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php 50 7 4
/src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php 91 23 14
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php 23 4 4
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php 32 4 2
/src/Symfony/Component/Routing/Generator/UrlGenerator.php 190 191 54
/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php 79 8 3
/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php 221 167 55
/src/Symfony/Component/Routing/Loader/AttributeDirectoryLoader.php 70 29 20
/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php 68 86 36
/src/Symfony/Component/Routing/Loader/ClosureLoader.php 36 17 14
/src/Symfony/Component/Routing/Loader/Configurator/AliasConfigurator.php 37 10 9
/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php 87 80 38
/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php 81 30 16
/src/Symfony/Component/Routing/Loader/Configurator/RouteConfigurator.php 43 19 15
/src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php 41 48 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php 26 22 12
/src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php 40 19 14
/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php 43 42 28
/src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php 42 27 22
/src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php 130 53 13
/src/Symfony/Component/Routing/Loader/ContainerLoader.php 23 21 19
/src/Symfony/Component/Routing/Loader/DirectoryLoader.php 35 32 20
/src/Symfony/Component/Routing/Loader/GlobFileLoader.php 14 20 14
/src/Symfony/Component/Routing/Loader/ObjectLoader.php 43 31 17
/src/Symfony/Component/Routing/Loader/PhpFileLoader.php 59 32 24
/src/Symfony/Component/Routing/Loader/Psr4DirectoryLoader.php 51 50 29
/src/Symfony/Component/Routing/Loader/XmlFileLoader.php 97 159 46
/src/Symfony/Component/Routing/Loader/YamlFileLoader.php 285 192 45
/src/Symfony/Component/Routing/Matcher/CompiledUrlMatcher.php 29 7 3
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php 480 248 85
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php 86 101 39
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php 23 4 4
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php 32 4 2
/src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php 160 71 32
/src/Symfony/Component/Routing/Matcher/ExpressionLanguageProvider.php 32 15 11
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php 26 24 16
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php 28 2 2
/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php 16 5 2
/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php 57 73 31
/src/Symfony/Component/Routing/Matcher/UrlMatcher.php 118 100 43
/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php 15 4 2
/src/Symfony/Component/Routing/RequestContext.php 57 82 27
/src/Symfony/Component/Routing/Requirement/EnumRequirement.php 49 19 14
/src/Symfony/Component/Routing/Requirement/Requirement.php 35 4 2
/src/Symfony/Component/Routing/Route.php 421 156 41
/src/Symfony/Component/Routing/RouteCollection.php 177 84 27
/src/Symfony/Component/Routing/RouteCompiler.php 255 146 41
/src/Symfony/Component/Routing/RouteCompilerInterface.php 27 3 3
/src/Symfony/Component/Routing/Router.php 303 134 39
/src/Symfony/Component/Routing/RouterInterface.php 24 1 1
/src/Symfony/Component/Routing/Tests/Attribute/RouteTest.php 23 12 9
/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php 19 5 5
/src/Symfony/Component/Routing/Tests/DependencyInjection/AddExpressionLanguageProvidersPassTest.php 41 31 9
/src/Symfony/Component/Routing/Tests/DependencyInjection/RoutingResolverPassTest.php 22 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AnnotationFixtures/InvokableFQCNAliasConflictController.php 5 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/AbstractClassController.php 5 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ActionPathController.php 5 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/BazClass.php 14 9 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/DefaultValueController.php 20 45 16
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/EncodingClass.php 10 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExplicitLocalizedActionPathController.php 10 8 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRoute.php 10 17 15
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnClassController.php 11 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnMethodController.php 8 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/FooController.php 55 51 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/GlobalDefaultsClass.php 30 26 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableController.php 5 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableFQCNAliasConflictController.php 5 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableLocalizedController.php 5 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableMethodController.php 5 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedActionPathController.php 10 8 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedMethodActionControllers.php 16 15 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixLocalizedActionController.php 11 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixMissingLocaleActionController.php 11 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixMissingRouteLocaleActionController.php 11 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixWithRouteWithoutLocale.php 11 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MethodActionControllers.php 5 10 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MethodsAndSchemes.php 10 17 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MissingRouteNameController.php 10 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/NothingButNameController.php 10 8 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/PrefixedActionLocalizedRouteController.php 11 9 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/PrefixedActionPathController.php 11 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RequirementsWithoutPlaceholderNameController.php 20 15 11
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithEnv.php 16 15 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPrefixController.php 11 9 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPriorityController.php 15 14 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/Utf8ActionControllers.php 16 15 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/AbstractClass.php 21 13 10
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/BarClass.php 16 8 6
/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 9 11 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamAfterCommaController.php 12 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamAfterParenthesisController.php 8 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineAfterCommaController.php 7 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineAfterParenthesisController.php 7 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineQuotedAfterCommaController.php 8 7 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineQuotedAfterParenthesisController.php 7 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamQuotedAfterCommaController.php 14 7 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamQuotedAfterParenthesisController.php 14 7 6
/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/OtherAnnotatedClasses/VariadicClass.php 19 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/MyController.php 14 9 7
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/MyUnannotatedController.php 18 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/EvenDeeperNamespace/MyOtherController.php 15 21 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/IrrelevantClass.php 24 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/IrrelevantInterface.php 14 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyAbstractController.php 20 13 11
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyChildController.php 14 5 5
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyControllerWithATrait.php 14 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/SomeSharedImplementation.php 20 11 9
/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php 22 11 11
/src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php 15 15 15
/src/Symfony/Component/Routing/Tests/Fixtures/alias/alias.php 7 7 2
/src/Symfony/Component/Routing/Tests/Fixtures/alias/expected.php 4 9 5
/src/Symfony/Component/Routing/Tests/Fixtures/class-attributes.php 12 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/collection-defaults.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/defaults.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher1.php 90 11 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher10.php 1770 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 36 7 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher13.php 24 5 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher2.php 92 11 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher3.php 30 7 6
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher5.php 26 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher7.php 22 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher8.php 14 3 1
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl.php 5 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl_bar.php 6 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 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-host-expected-collection.php 39 76 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-locale-and-host-expected-collection.php 33 76 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-single-host-expected-collection.php 21 42 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-without-host-expected-collection.php 9 40 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/imported.php 17 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-locale-and-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-single-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-without-host.php 6 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/localized/imported-with-utf8.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/localized/importer-with-utf8.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl.php 15 10 4
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_i18n.php 13 6 4
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub_i18n.php 12 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/php_object_dsl.php 17 13 7
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-attributes.php 13 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection.php 6 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection/psr4-attributes.php 13 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php 3 5 4
/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php 5 5 3
/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php 3 1 1
/src/Symfony/Component/Routing/Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php 238 276 18
/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php 224 576 33
/src/Symfony/Component/Routing/Tests/Loader/AttributeClassLoaderTest.php 316 141 19
/src/Symfony/Component/Routing/Tests/Loader/AttributeDirectoryLoaderTest.php 36 52 18
/src/Symfony/Component/Routing/Tests/Loader/AttributeFileLoaderTest.php 120 114 17
/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php 21 26 13
/src/Symfony/Component/Routing/Tests/Loader/ContainerLoaderTest.php 23 16 13
/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php 60 35 16
/src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php 18 16 16
/src/Symfony/Component/Routing/Tests/Loader/GlobFileLoaderTest.php 41 36 21
/src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php 127 81 31
/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php 305 277 21
/src/Symfony/Component/Routing/Tests/Loader/Psr4DirectoryLoaderTest.php 71 41 17
/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php 144 449 25
/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php 461 421 25
/src/Symfony/Component/Routing/Tests/Matcher/CompiledRedirectableUrlMatcherTest.php 36 19 13
/src/Symfony/Component/Routing/Tests/Matcher/CompiledUrlMatcherTest.php 25 9 9
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/CompiledUrlMatcherDumperTest.php 410 371 34
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/StaticPrefixCollectionTest.php 37 15 11
/src/Symfony/Component/Routing/Tests/Matcher/ExpressionLanguageProviderTest.php 31 43 22
/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php 146 143 12
/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php 22 66 17
/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php 44 787 27
/src/Symfony/Component/Routing/Tests/RequestContextTest.php 91 84 11
/src/Symfony/Component/Routing/Tests/Requirement/EnumRequirementTest.php 52 40 16
/src/Symfony/Component/Routing/Tests/Requirement/RequirementTest.php 118 95 6
/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php 219 256 15
/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php 384 79 18
/src/Symfony/Component/Routing/Tests/RouteTest.php 290 234 23
/src/Symfony/Component/Routing/Tests/RouterTest.php 88 78 23
/src/Symfony/Component/Runtime/GenericRuntime.php 73 108 44
/src/Symfony/Component/Runtime/Internal/BasicErrorHandler.php 27 22 12
/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php 35 96 36
/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 11
/src/Symfony/Component/Runtime/Resolver/ClosureResolver.php 23 16 10
/src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php 19 14 14
/src/Symfony/Component/Runtime/ResolverInterface.php 22 1 1
/src/Symfony/Component/Runtime/Runner/ClosureRunner.php 26 15 15
/src/Symfony/Component/Runtime/Runner/Symfony/ConsoleApplicationRunner.php 35 38 16
/src/Symfony/Component/Runtime/Runner/Symfony/HttpKernelRunner.php 33 31 17
/src/Symfony/Component/Runtime/Runner/Symfony/ResponseRunner.php 27 14 14
/src/Symfony/Component/Runtime/RunnerInterface.php 19 1 1
/src/Symfony/Component/Runtime/RuntimeInterface.php 26 5 3
/src/Symfony/Component/Runtime/SymfonyRuntime.php 115 118 39
/src/Symfony/Component/Runtime/Tests/phpt/application.php 17 14 8
/src/Symfony/Component/Runtime/Tests/phpt/autoload.php 24 17 14
/src/Symfony/Component/Runtime/Tests/phpt/command.php 17 6 5
/src/Symfony/Component/Runtime/Tests/phpt/command2.php 16 7 5
/src/Symfony/Component/Runtime/Tests/phpt/command_list.php 16 9 5
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload.php 15 13 11
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php 15 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 17 13 12
/src/Symfony/Component/Runtime/Tests/phpt/kernel.php 16 23 19
/src/Symfony/Component/Runtime/Tests/phpt/request.php 15 10 9
/src/Symfony/Component/Runtime/Tests/phpt/runtime-options.php 19 8 6
/src/Symfony/Component/Scheduler/Attribute/AsCronTask.php 24 68 15
/src/Symfony/Component/Scheduler/Attribute/AsPeriodicTask.php 26 76 15
/src/Symfony/Component/Scheduler/Attribute/AsSchedule.php 23 8 8
/src/Symfony/Component/Scheduler/Command/DebugCommand.php 113 53 34
/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php 40 52 24
/src/Symfony/Component/Scheduler/Event/FailureEvent.php 39 50 19
/src/Symfony/Component/Scheduler/Event/PostRunEvent.php 36 31 13
/src/Symfony/Component/Scheduler/Event/PreRunEvent.php 38 40 19
/src/Symfony/Component/Scheduler/EventListener/DispatchSchedulerEventListener.php 43 45 22
/src/Symfony/Component/Scheduler/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Scheduler/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/Scheduler/Exception/LogicException.php 14 3 3
/src/Symfony/Component/Scheduler/Generator/Checkpoint.php 25 61 25
/src/Symfony/Component/Scheduler/Generator/CheckpointInterface.php 16 9 4
/src/Symfony/Component/Scheduler/Generator/MessageContext.php 23 34 9
/src/Symfony/Component/Scheduler/Generator/MessageGenerator.php 83 70 37
/src/Symfony/Component/Scheduler/Generator/TriggerHeap.php 34 17 16
/src/Symfony/Component/Scheduler/Messenger/ScheduledStamp.php 19 6 6
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransport.php 58 33 23
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php 52 42 26
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessage.php 45 19 11
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessageHandler.php 23 11 10
/src/Symfony/Component/Scheduler/RecurringMessage.php 82 69 34
/src/Symfony/Component/Scheduler/Schedule.php 53 83 22
/src/Symfony/Component/Scheduler/Scheduler.php 90 51 27
/src/Symfony/Component/Scheduler/Tests/Command/DebugCommandTest.php 80 49 15
/src/Symfony/Component/Scheduler/Tests/EventListener/DispatchSchedulerEventListenerTest.php 80 36 17
/src/Symfony/Component/Scheduler/Tests/Fixtures/SomeScheduleProvider.php 24 12 12
/src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php 241 118 15
/src/Symfony/Component/Scheduler/Tests/Generator/MessageGeneratorTest.php 318 143 47
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportFactoryTest.php 84 33 10
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportTest.php 58 38 14
/src/Symfony/Component/Scheduler/Tests/RecurringMessageTest.php 21 28 11
/src/Symfony/Component/Scheduler/Tests/ScheduleTest.php 21 17 10
/src/Symfony/Component/Scheduler/Tests/SchedulerTest.php 23 25 16
/src/Symfony/Component/Scheduler/Tests/Trigger/AbstractDecoratedTriggerTest.php 38 15 9
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackMessageProviderTest.php 28 20 11
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackTriggerTest.php 21 21 11
/src/Symfony/Component/Scheduler/Tests/Trigger/CronExpressionTriggerTest.php 107 33 10
/src/Symfony/Component/Scheduler/Tests/Trigger/ExcludeTimeTriggerTest.php 20 6 6
/src/Symfony/Component/Scheduler/Tests/Trigger/JitterTriggerTest.php 20 14 12
/src/Symfony/Component/Scheduler/Tests/Trigger/PeriodicalTriggerTest.php 232 93 30
/src/Symfony/Component/Scheduler/Trigger/AbstractDecoratedTrigger.php 23 14 12
/src/Symfony/Component/Scheduler/Trigger/CallbackMessageProvider.php 18 19 13
/src/Symfony/Component/Scheduler/Trigger/CallbackTrigger.php 33 15 11
/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php 85 72 38
/src/Symfony/Component/Scheduler/Trigger/ExcludeTimeTrigger.php 32 22 13
/src/Symfony/Component/Scheduler/Trigger/JitterTrigger.php 17 16 13
/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php 69 83 43
/src/Symfony/Component/Scheduler/Trigger/StatefulTriggerInterface.php 16 2 2
/src/Symfony/Component/Scheduler/Trigger/StaticMessageProvider.php 28 26 15
/src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php 19 2 2
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php 22 15 7
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php 37 6 2
/src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php 21 13 9
/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php 27 12 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php 21 25 8
/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php 14 2 2
/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php 155 43 27
/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php 26 71 19
/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php 23 13 12
/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php 24 14 10
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php 56 24 13
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php 26 4 2
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php 67 20 13
/src/Symfony/Component/Security/Core/Authentication/Token/SwitchUserToken.php 45 23 13
/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php 69 10 4
/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php 23 10 10
/src/Symfony/Component/Security/Core/AuthenticationEvents.php 16 3 2
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php 71 61 34
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php 29 3 3
/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php 28 18 13
/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php 26 3 3
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php 17 14 11
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php 24 34 13
/src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php 34 8 8
/src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php 44 8 7
/src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php 35 7 7
/src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php 34 8 8
/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php 100 31 23
/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php 80 35 15
/src/Symfony/Component/Security/Core/Authorization/Voter/CacheableVoterInterface.php 29 2 1
/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php 42 42 22
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php 23 7 7
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php 56 17 12
/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php 28 15 11
/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php 37 20 13
/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php 38 4 2
/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 44 17 8
/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php 42 22 16
/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php 22 7 7
/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php 30 13 11
/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php 23 5 5
/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php 28 17 14
/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 16 10
/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php 23 11 10
/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 19 13
/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php 20 3 3
/src/Symfony/Component/Security/Core/Exception/UserNotFoundException.php 24 17 13
/src/Symfony/Component/Security/Core/Role/Role.php 21 9 8
/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php 61 17 10
/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php 22 9 6
/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 28 37 17
/src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php 76 37 25
/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php 142 105 19
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/CacheTokenVerifierTest.php 35 12 6
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php 51 34 9
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php 31 9 6
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php 80 53 25
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php 25 23 11
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php 20 13 8
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php 31 12 8
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php 21 7 6
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/UsageTrackingTokenStorageTest.php 69 19 10
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/SwitchUserTokenTest.php 72 36 13
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php 20 14 7
/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php 263 105 32
/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php 49 38 18
/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php 47 14 11
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/AffirmativeStrategyTest.php 28 7 6
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ConsensusStrategyTest.php 21 9 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/PriorityStrategyTest.php 22 7 6
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/UnanimousStrategyTest.php 29 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php 53 53 21
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php 66 34 15
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php 35 21 12
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php 30 12 5
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php 69 23 13
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/TraceableVoterTest.php 32 25 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php 92 88 30
/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php 47 30 15
/src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php 27 7 5
/src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php 19 10 8
/src/Symfony/Component/Security/Core/Tests/Fixtures/MockableUsernamePasswordTokenWithRoles.php 18 6 6
/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php 53 32 15
/src/Symfony/Component/Security/Core/Tests/Role/LegacyRoleTest.php 19 8 8
/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php 19 5 5
/src/Symfony/Component/Security/Core/Tests/Signature/ExpiredSignatureStorageTest.php 20 6 6
/src/Symfony/Component/Security/Core/Tests/User/ChainUserCheckerTest.php 21 8 5
/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php 197 62 12
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserCheckerTest.php 29 16 8
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php 21 37 15
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserTest.php 31 52 12
/src/Symfony/Component/Security/Core/Tests/User/OidcUserTest.php 65 27 14
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordTest.php 36 59 21
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTestCase.php 106 41 20
/src/Symfony/Component/Security/Core/User/AttributesBasedUserProviderInterface.php 35 4 4
/src/Symfony/Component/Security/Core/User/ChainUserChecker.php 14 5 5
/src/Symfony/Component/Security/Core/User/ChainUserProvider.php 56 27 14
/src/Symfony/Component/Security/Core/User/EquatableInterface.php 29 1 1
/src/Symfony/Component/Security/Core/User/InMemoryUser.php 25 43 20
/src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php 25 9 9
/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php 62 19 14
/src/Symfony/Component/Security/Core/User/LegacyPasswordAuthenticatedUserInterface.php 27 3 3
/src/Symfony/Component/Security/Core/User/MissingUserProvider.php 39 41 13
/src/Symfony/Component/Security/Core/User/OidcUser.php 64 253 21
/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 24 17
/src/Symfony/Component/Security/Csrf/CsrfToken.php 22 12 9
/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php 45 67 33
/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php 51 4 3
/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php 19 4 4
/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php 173 215 20
/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php 38 32 22
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php 38 42 12
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php 121 76 15
/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php 30 8 8
/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php 36 17 13
/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php 39 17 14
/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php 39 2 2
/src/Symfony/Component/Security/Http/AccessMap.php 25 10 8
/src/Symfony/Component/Security/Http/AccessMapInterface.php 14 1 1
/src/Symfony/Component/Security/Http/AccessToken/AccessTokenExtractorInterface.php 14 3 3
/src/Symfony/Component/Security/Http/AccessToken/AccessTokenHandlerInterface.php 14 1 1
/src/Symfony/Component/Security/Http/AccessToken/ChainAccessTokenExtractor.php 31 13 13
/src/Symfony/Component/Security/Http/AccessToken/FormEncodedBodyExtractor.php 35 15 15
/src/Symfony/Component/Security/Http/AccessToken/HeaderAccessTokenExtractor.php 29 20 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 118 32
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php 39 27 18
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php 51 31 21
/src/Symfony/Component/Security/Http/AccessToken/QueryAccessTokenExtractor.php 34 15 15
/src/Symfony/Component/Security/Http/Attribute/CurrentUser.php 23 6 6
/src/Symfony/Component/Security/Http/Attribute/IsGranted.php 33 46 15
/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php 15 2 1
/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php 15 4 3
/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php 38 21 18
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php 210 142 36
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManagerInterface.php 14 7 4
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php 36 12 10
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php 40 16 13
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php 57 46 17
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php 63 63 24
/src/Symfony/Component/Security/Http/Authentication/UserAuthenticatorInterface.php 31 7 5
/src/Symfony/Component/Security/Http/Authenticator/AbstractAuthenticator.php 29 4 4
/src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php 48 17 14
/src/Symfony/Component/Security/Http/Authenticator/AbstractPreAuthenticatedAuthenticator.php 64 64 26
/src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php 79 94 30
/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php 14 8 3
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php 95 71 31
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php 85 29 17
/src/Symfony/Component/Security/Http/Authenticator/FallbackUserLoader.php 24 10 10
/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php 108 103 27
/src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php 81 66 25
/src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php 30 1 1
/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php 90 111 34
/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php 64 44 25
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php 47 21 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php 41 24 12
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PreAuthenticatedUserBadge.php 29 6 6
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/RememberMeBadge.php 67 23 15
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php 117 46 25
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CredentialsInterface.php 22 1 1
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php 41 14 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/PasswordCredentials.php 51 14 12
/src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php 86 46 26
/src/Symfony/Component/Security/Http/Authenticator/Passport/SelfValidatingPassport.php 28 7 5
/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php 100 70 31
/src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php 31 16 12
/src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php 42 19 15
/src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php 46 23 16
/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php 29 6 4
/src/Symfony/Component/Security/Http/Controller/SecurityTokenValueResolver.php 27 21 15
/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php 29 20 16
/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php 43 5 4
/src/Symfony/Component/Security/Http/EntryPoint/Exception/NotAnEntryPointException.php 22 3 3
/src/Symfony/Component/Security/Http/Event/AuthenticationTokenCreatedEvent.php 44 9 6
/src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php 30 9 6
/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php 37 12 7
/src/Symfony/Component/Security/Http/Event/LazyResponseEvent.php 47 20 11
/src/Symfony/Component/Security/Http/Event/LoginFailureEvent.php 54 50 13
/src/Symfony/Component/Security/Http/Event/LoginSuccessEvent.php 84 44 13
/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 42 12 7
/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php 94 13 13
/src/Symfony/Component/Security/Http/EventListener/CheckRememberMeConditionsListener.php 68 25 18
/src/Symfony/Component/Security/Http/EventListener/ClearSiteDataLogoutListener.php 43 22 21
/src/Symfony/Component/Security/Http/EventListener/CookieClearingLogoutListener.php 47 14 14
/src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php 57 11 11
/src/Symfony/Component/Security/Http/EventListener/CsrfTokenClearingLogoutListener.php 42 9 9
/src/Symfony/Component/Security/Http/EventListener/DefaultLogoutListener.php 46 17 12
/src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php 78 74 48
/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php 65 18 13
/src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php 89 13 13
/src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php 76 23 16
/src/Symfony/Component/Security/Http/EventListener/SessionLogoutListener.php 33 11 10
/src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php 58 14 14
/src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php 55 10 10
/src/Symfony/Component/Security/Http/EventListener/UserProviderListener.php 28 4 4
/src/Symfony/Component/Security/Http/Firewall.php 105 44 26
/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php 30 6 6
/src/Symfony/Component/Security/Http/Firewall/AccessListener.php 94 39 26
/src/Symfony/Component/Security/Http/Firewall/AuthenticatorManagerListener.php 14 8 8
/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php 83 45 28
/src/Symfony/Component/Security/Http/Firewall/ContextListener.php 234 181 61
/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php 149 118 37
/src/Symfony/Component/Security/Http/Firewall/FirewallListenerInterface.php 42 5 5
/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php 104 58 26
/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php 163 124 46
/src/Symfony/Component/Security/Http/FirewallMap.php 30 16 10
/src/Symfony/Component/Security/Http/FirewallMapInterface.php 14 3 2
/src/Symfony/Component/Security/Http/HttpUtils.php 60 88 30
/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php 28 40 20
/src/Symfony/Component/Security/Http/LoginLink/Exception/ExpiredLoginLinkException.php 19 5 5
/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 47 22
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php 29 6 4
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php 66 34 19
/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php 90 104 25
/src/Symfony/Component/Security/Http/ParameterBagUtils.php 51 55 19
/src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php 32 20 13
/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php 65 41 20
/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php 108 39 23
/src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php 67 25 16
/src/Symfony/Component/Security/Http/RememberMe/RememberMeHandlerInterface.php 14 1 1
/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php 47 11 10
/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php 59 19 13
/src/Symfony/Component/Security/Http/SecurityEvents.php 17 4 2
/src/Symfony/Component/Security/Http/SecurityRequestAttributes.php 19 4 2
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php 41 20 14
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php 14 1 1
/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php 34 14 7
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php 50 71 24
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcUserInfoTokenHandlerTest.php 36 24 17
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticationUtilsTest.php 89 51 10
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php 121 198 42
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php 188 101 14
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php 66 44 14
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractAuthenticatorTest.php 40 54 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractLoginFormAuthenticatorTest.php 118 47 25
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/ChainedAccessTokenExtractorsTest.php 85 40 16
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/FormEncodedBodyAccessTokenAuthenticatorTest.php 97 56 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/HeaderAccessTokenAuthenticatorTest.php 125 64 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/QueryAccessTokenAuthenticatorTest.php 99 52 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessTokenAuthenticatorTest.php 138 68 21
/src/Symfony/Component/Security/Http/Tests/Authenticator/Debug/TraceableAuthenticatorTest.php 40 15 8
/src/Symfony/Component/Security/Http/Tests/Authenticator/Fixtures/PasswordUpgraderProvider.php 20 8 7
/src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php 161 140 27
/src/Symfony/Component/Security/Http/Tests/Authenticator/HttpBasicAuthenticatorTest.php 69 27 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php 34 12 9
/src/Symfony/Component/Security/Http/Tests/Authenticator/JsonLoginAuthenticatorTest.php 111 92 26
/src/Symfony/Component/Security/Http/Tests/Authenticator/LoginLinkAuthenticatorTest.php 109 57 19
/src/Symfony/Component/Security/Http/Tests/Authenticator/Passport/Badge/UserBadgeTest.php 20 9 9
/src/Symfony/Component/Security/Http/Tests/Authenticator/RememberMeAuthenticatorTest.php 87 50 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/RemoteUserAuthenticatorTest.php 72 34 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/X509AuthenticatorTest.php 75 46 14
/src/Symfony/Component/Security/Http/Tests/Controller/SecurityTokenValueResolverTest.php 41 55 16
/src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php 114 85 20
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php 108 75 21
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckRememberMeConditionsListenerTest.php 110 63 20
/src/Symfony/Component/Security/Http/Tests/EventListener/ClearSiteDataLogoutListenerTest.php 43 20 14
/src/Symfony/Component/Security/Http/Tests/EventListener/CookieClearingLogoutListenerTest.php 24 23 11
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php 38 41 23
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfTokenClearingLogoutListenerTest.php 30 11 8
/src/Symfony/Component/Security/Http/Tests/EventListener/IsGrantedAttributeListenerTest.php 241 106 18
/src/Symfony/Component/Security/Http/Tests/EventListener/LoginThrottlingListenerTest.php 62 44 20
/src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php 178 125 29
/src/Symfony/Component/Security/Http/Tests/EventListener/RememberMeListenerTest.php 45 52 26
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionLogoutListenerTest.php 32 12 7
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionStrategyListenerTest.php 59 49 18
/src/Symfony/Component/Security/Http/Tests/EventListener/UserCheckerListenerTest.php 47 39 18
/src/Symfony/Component/Security/Http/Tests/EventListener/UserProviderListenerTest.php 34 24 12
/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php 33 54 16
/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php 102 18 6
/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php 412 273 47
/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php 70 119 20
/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php 123 48 18
/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php 269 148 23
/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php 64 29 8
/src/Symfony/Component/Security/Http/Tests/FirewallTest.php 81 21 8
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummyAuthenticator.php 32 50 16
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummySupportsAuthenticator.php 25 14 11
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeController.php 20 12 8
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeMethodsController.php 49 66 10
/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php 64 159 23
/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php 145 152 42
/src/Symfony/Component/Security/Http/Tests/Logout/LogoutUrlGeneratorTest.php 47 57 12
/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentRememberMeHandlerTest.php 49 84 24
/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php 41 31 13
/src/Symfony/Component/Security/Http/Tests/RememberMe/SignatureRememberMeHandlerTest.php 90 53 18
/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php 52 24 10
/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php 32 13 6
/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php 34 12 8
/src/Symfony/Component/Semaphore/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Semaphore/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Semaphore/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Semaphore/Exception/SemaphoreAcquiringException.php 22 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreExpiredException.php 22 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreReleasingException.php 22 6 6
/src/Symfony/Component/Semaphore/Key.php 63 40 21
/src/Symfony/Component/Semaphore/PersistingStoreInterface.php 41 4 2
/src/Symfony/Component/Semaphore/Semaphore.php 126 62 28
/src/Symfony/Component/Semaphore/SemaphoreFactory.php 50 32 21
/src/Symfony/Component/Semaphore/SemaphoreInterface.php 31 15 5
/src/Symfony/Component/Semaphore/Store/RedisStore.php 34 59 31
/src/Symfony/Component/Semaphore/Store/StoreFactory.php 26 28 18
/src/Symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.php 54 28 12
/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php 245 57 14
/src/Symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.php 25 11 8
/src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php 166 43 13
/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php 24 29 16
/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php 28 19 12
/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php 21 18 11
/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php 30 21 13
/src/Symfony/Component/Semaphore/Tests/Store/RelayStoreTest.php 30 30 18
/src/Symfony/Component/Semaphore/Tests/Store/StoreFactoryTest.php 26 22 10
/src/Symfony/Component/Serializer/Annotation/Context.php 20 4 4
/src/Symfony/Component/Serializer/Annotation/DiscriminatorMap.php 18 4 4
/src/Symfony/Component/Serializer/Annotation/Groups.php 18 4 4
/src/Symfony/Component/Serializer/Annotation/Ignore.php 18 4 4
/src/Symfony/Component/Serializer/Annotation/MaxDepth.php 18 4 4
/src/Symfony/Component/Serializer/Annotation/SerializedName.php 18 4 4
/src/Symfony/Component/Serializer/Annotation/SerializedPath.php 18 4 4
/src/Symfony/Component/Serializer/Attribute/Context.php 30 21 12
/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php 24 16 10
/src/Symfony/Component/Serializer/Attribute/Groups.php 25 9 8
/src/Symfony/Component/Serializer/Attribute/Ignore.php 23 5 5
/src/Symfony/Component/Serializer/Attribute/MaxDepth.php 22 11 11
/src/Symfony/Component/Serializer/Attribute/SerializedName.php 22 10 10
/src/Symfony/Component/Serializer/Attribute/SerializedPath.php 30 14 13
/src/Symfony/Component/Serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php 28 34 14
/src/Symfony/Component/Serializer/Command/DebugCommand.php 33 45 27
/src/Symfony/Component/Serializer/Context/ContextBuilderInterface.php 25 2 2
/src/Symfony/Component/Serializer/Context/ContextBuilderTrait.php 35 16 11
/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php 106 68 12
/src/Symfony/Component/Serializer/Context/Encoder/JsonEncoderContextBuilder.php 47 24 8
/src/Symfony/Component/Serializer/Context/Encoder/XmlEncoderContextBuilder.php 99 83 8
/src/Symfony/Component/Serializer/Context/Encoder/YamlEncoderContextBuilder.php 56 24 8
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php 180 69 18
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php 59 66 13
/src/Symfony/Component/Serializer/Context/Normalizer/BackedEnumNormalizerContextBuilder.php 31 4 4
/src/Symfony/Component/Serializer/Context/Normalizer/ConstraintViolationListNormalizerContextBuilder.php 46 26 8
/src/Symfony/Component/Serializer/Context/Normalizer/DateIntervalNormalizerContextBuilder.php 23 5 5
/src/Symfony/Component/Serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php 57 19 15
/src/Symfony/Component/Serializer/Context/Normalizer/FormErrorNormalizerContextBuilder.php 38 17 7
/src/Symfony/Component/Serializer/Context/Normalizer/GetSetMethodNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/JsonSerializableNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/ObjectNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/ProblemNormalizerContextBuilder.php 38 19 9
/src/Symfony/Component/Serializer/Context/Normalizer/PropertyNormalizerContextBuilder.php 21 3 3
/src/Symfony/Component/Serializer/Context/Normalizer/UidNormalizerContextBuilder.php 35 9 9
/src/Symfony/Component/Serializer/Context/Normalizer/UnwrappingDenormalizerContextBuilder.php 47 14 12
/src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php 35 14 9
/src/Symfony/Component/Serializer/DataCollector/SerializerDataCollector.php 210 157 32
/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php 97 49 27
/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php 112 68 26
/src/Symfony/Component/Serializer/Debug/TraceableSerializer.php 169 115 30
/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php 59 19 11
/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php 49 19 14
/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php 50 26 18
/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php 24 1 1
/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php 24 1 1
/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php 222 130 43
/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php 14 3 3
/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php 14 3 3
/src/Symfony/Component/Serializer/Encoder/JsonDecode.php 91 35 22
/src/Symfony/Component/Serializer/Encoder/JsonEncode.php 43 17 15
/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php 56 29 16
/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php 270 221 59
/src/Symfony/Component/Serializer/Encoder/YamlEncoder.php 88 53 21
/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php 14 3 3
/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Serializer/Exception/ExtraAttributesException.php 33 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 36 24 14
/src/Symfony/Component/Serializer/Exception/NotEncodableValueException.php 17 2 2
/src/Symfony/Component/Serializer/Exception/NotNormalizableValueException.php 21 40 14
/src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php 28 25 15
/src/Symfony/Component/Serializer/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php 19 2 2
/src/Symfony/Component/Serializer/Exception/UnsupportedException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/UnsupportedFormatException.php 17 3 3
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractor.php 19 10 7
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractorInterface.php 24 4 4
/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php 152 62 22
/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php 57 23 6
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php 55 54 26
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php 60 25 17
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php 25 8 3
/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php 71 31 17
/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php 54 7 4
/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php 41 30 20
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php 41 35 28
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryCompiler.php 25 9 8
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php 14 5 4
/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php 14 12 8
/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php 36 52 26
/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php 190 59 27
/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php 23 8 7
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php 46 15 12
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php 139 51 31
/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php 93 62 28
/src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php 23 12 5
/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php 42 25 18
/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php 149 101 31
/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php 24 1 1
/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php 356 238 50
/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php 474 424 81
/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php 35 51 26
/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php 67 68 26
/src/Symfony/Component/Serializer/Normalizer/ConstraintViolationListNormalizer.php 39 76 34
/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php 25 43 17
/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php 70 97 37
/src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php 99 99 34
/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php 129 101 35
/src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php 60 61 23
/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php 37 5 5
/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 20 22 6
/src/Symfony/Component/Serializer/Normalizer/FormErrorNormalizer.php 41 39 20
/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php 91 81 33
/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php 58 57 19
/src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php 45 94 31
/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php 36 8 6
/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 19 7
/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php 141 135 52
/src/Symfony/Component/Serializer/Normalizer/ObjectToPopulateTrait.php 28 24 14
/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php 47 76 33
/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php 150 87 30
/src/Symfony/Component/Serializer/Normalizer/TranslatableNormalizer.php 51 42 25
/src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php 73 73 28
/src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php 63 39 25
/src/Symfony/Component/Serializer/Serializer.php 270 188 56
/src/Symfony/Component/Serializer/SerializerAwareTrait.php 19 6 6
/src/Symfony/Component/Serializer/SerializerInterface.php 24 2 1
/src/Symfony/Component/Serializer/Tests/Annotation/ContextTest.php 40 71 22
/src/Symfony/Component/Serializer/Tests/Annotation/DiscriminatorMapTest.php 37 21 8
/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php 23 20 8
/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php 27 10 7
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php 23 12 8
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedPathTest.php 24 11 7
/src/Symfony/Component/Serializer/Tests/CacheWarmer/CompiledClassMetadataCacheWarmerTest.php 33 11 7
/src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php 80 19 10
/src/Symfony/Component/Serializer/Tests/Context/ContextBuilderTraitTest.php 38 21 9
/src/Symfony/Component/Serializer/Tests/Context/Encoder/CsvEncoderContextBuilderTest.php 36 42 16
/src/Symfony/Component/Serializer/Tests/Context/Encoder/JsonEncoderContextBuilderTest.php 51 19 13
/src/Symfony/Component/Serializer/Tests/Context/Encoder/XmlEncoderContextBuilderTest.php 33 29 14
/src/Symfony/Component/Serializer/Tests/Context/Encoder/YamlEncoderContextBuilderTest.php 35 19 13
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractNormalizerContextBuilderTest.php 94 44 22
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractObjectNormalizerContextBuilderTest.php 92 44 23
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/BackedEnumNormalizerContextBuilderTest.php 27 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ConstraintViolationListNormalizerContextBuilderTest.php 35 21 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateIntervalNormalizerContextBuilderTest.php 35 16 13
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateTimeNormalizerContextBuilderTest.php 36 25 15
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/FormErrorNormalizerContextBuilderTest.php 35 18 13
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ProblemNormalizerContextBuilderTest.php 35 18 13
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/PropertyNormalizerContextBuilderTest.php 30 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UidNormalizerContextBuilderTest.php 36 21 15
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UnwrappingDenormalizerContextBuilderTest.php 48 22 16
/src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php 49 18 13
/src/Symfony/Component/Serializer/Tests/DataCollector/SerializerDataCollectorTest.php 23 208 15
/src/Symfony/Component/Serializer/Tests/Debug/TraceableEncoderTest.php 89 35 8
/src/Symfony/Component/Serializer/Tests/Debug/TraceableNormalizerTest.php 45 43 8
/src/Symfony/Component/Serializer/Tests/Debug/TraceableSerializerTest.php 178 165 21
/src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php 93 42 10
/src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php 96 94 24
/src/Symfony/Component/Serializer/Tests/Dummy/DummyClassOne.php 32 24 11
/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php 58 44 14
/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php 60 78 22
/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php 454 238 19
/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php 48 27 14
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php 37 23 15
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php 34 72 25
/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php 839 283 27
/src/Symfony/Component/Serializer/Tests/Encoder/YamlEncoderTest.php 75 47 12
/src/Symfony/Component/Serializer/Tests/Extractor/ObjectPropertyListExtractorTest.php 20 13 8
/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php 28 67 21
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummy.php 23 7 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummyFirstChild.php 30 9 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummySecondChild.php 35 11 8
/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 10 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 30 16
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyParent.php 14 16 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyPromotedProperties.php 41 34 17
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/Entity45016.php 20 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupClassDummy.php 47 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php 74 28 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyChild.php 18 11 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyInterface.php 22 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyParent.php 41 10 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummy.php 27 15 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetter.php 12 18 14
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations.php 14 16 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/MaxDepthDummy.php 32 20 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedNameDummy.php 34 24 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathDummy.php 27 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathInConstructorDummy.php 19 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/ChildOfGroupsAnnotationDummy.php 10 5 5
/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateChildDummy.php 34 13 5
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateParentDummy.php 22 8 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php 19 14 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php 36 47 18
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyFirstChildQuux.php 26 6 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageInterface.php 14 5 5
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberOne.php 24 10 8
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberThree.php 17 3 3
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberTwo.php 36 11 11
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyNullableInt.php 19 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyObjectWithEnumConstructor.php 16 10 10
/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 13 11
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithNotNormalizable.php 19 14 13
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrBool.php 19 10 10
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrNull.php 19 13 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithStringObject.php 19 13 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithWithVariadicParameterConstructor.php 40 20 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeNormalizer.php 25 29 14
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeObject.php 19 7 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessage.php 19 6 6
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessageNormalizer.php 24 30 13
/src/Symfony/Component/Serializer/Tests/Fixtures/FalseBuiltInDummy.php 16 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/FooDummyInterface.php 14 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/FooImplementationDummy.php 19 5 5
/src/Symfony/Component/Serializer/Tests/Fixtures/FooInterfaceDummyDenormalizer.php 46 38 14
/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 26 14
/src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php 27 15 11
/src/Symfony/Component/Serializer/Tests/Fixtures/NotSerializedConstructorArgumentDummy.php 22 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableConstructorArgumentDummy.php 28 17 12
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableOptionalConstructorArgumentDummy.php 23 17 12
/src/Symfony/Component/Serializer/Tests/Fixtures/ObjectCollectionPropertyDummy.php 21 7 6
/src/Symfony/Component/Serializer/Tests/Fixtures/OtherSerializedNameDummy.php 30 12 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74Dummy.php 19 12 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74DummyPrivate.php 28 14 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php 18 102 14
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80Dummy.php 16 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithOptionalConstructorParameter.php 18 18 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithPromotedTypedConstructor.php 18 19 8
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php 19 3 3
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php 21 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php 17 2 2
/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php 26 28 16
/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php 53 22 9
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorDummy.php 20 18 11
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorNormalizer.php 21 39 20
/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php 21 7 5
/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php 19 14 9
/src/Symfony/Component/Serializer/Tests/Fixtures/TrueBuiltInDummy.php 16 7 7
/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 8 6 2
/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php 62 97 15
/src/Symfony/Component/Serializer/Tests/Mapping/ClassDiscriminatorMappingTest.php 25 10 6
/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php 24 18 9
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php 68 25 11
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php 57 23 14
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php 29 17 7
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CompiledClassMetadataFactoryTest.php 103 41 12
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTest.php 134 96 19
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/Features/ContextMappingTestTrait.php 27 33 10
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php 53 57 16
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php 50 71 16
/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php 23 19 9
/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php 23 16 9
/src/Symfony/Component/Serializer/Tests/NameConverter/MetadataAwareNameConverterTest.php 60 89 23
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php 188 146 28
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php 271 1146 72
/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php 120 58 19
/src/Symfony/Component/Serializer/Tests/Normalizer/BackedEnumNormalizerTest.php 94 100 15
/src/Symfony/Component/Serializer/Tests/Normalizer/ConstraintViolationListNormalizerTest.php 40 45 21
/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php 42 56 15
/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php 79 92 21
/src/Symfony/Component/Serializer/Tests/Normalizer/DateIntervalNormalizerTest.php 161 95 23
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php 49 152 18
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeZoneNormalizerTest.php 57 50 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/AttributesTestTrait.php 102 29 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CacheableObjectAttributesTestTrait.php 38 14 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksObject.php 44 20 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php 32 77 19
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CircularReferenceTestTrait.php 26 15 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsObject.php 18 15 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsTestTrait.php 68 24 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ContextMetadataTestTrait.php 57 79 18
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/DummyContextChild.php 14 4 4
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/GroupsTestTrait.php 53 16 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php 35 21 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/MaxDepthTestTrait.php 82 12 8
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php 27 30 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummyWithContextAttribute.php 14 17 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectInner.php 19 15 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectOuter.php 74 30 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php 61 15 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipNullValuesTestTrait.php 23 3 3
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipUninitializedValuesTestTrait.php 60 22 14
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementNumberObject.php 21 5 5
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementTestTrait.php 44 11 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObject.php 22 22 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObjectWithGetters.php 40 12 4
/src/Symfony/Component/Serializer/Tests/Normalizer/FormErrorNormalizerTest.php 41 49 14
/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php 145 517 48
/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php 69 60 23
/src/Symfony/Component/Serializer/Tests/Normalizer/MapDenormalizationTest.php 145 122 21
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php 1096 731 57
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectToPopulateTraitTest.php 29 16 7
/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php 79 56 15
/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php 554 333 42
/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php 32 32 13
/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php 28 34 14
/src/Symfony/Component/Serializer/Tests/Normalizer/TranslatableNormalizerTest.php 34 44 20
/src/Symfony/Component/Serializer/Tests/Normalizer/UidNormalizerTest.php 190 83 24
/src/Symfony/Component/Serializer/Tests/Normalizer/UnwrappinDenormalizerTest.php 81 37 15
/src/Symfony/Component/Serializer/Tests/SerializerTest.php 462 688 55
/src/Symfony/Component/Stopwatch/Section.php 95 72 26
/src/Symfony/Component/Stopwatch/Stopwatch.php 143 35 21
/src/Symfony/Component/Stopwatch/StopwatchEvent.php 142 60 30
/src/Symfony/Component/Stopwatch/StopwatchPeriod.php 32 20 11
/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php 201 171 16
/src/Symfony/Component/Stopwatch/Tests/StopwatchPeriodTest.php 31 22 7
/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php 85 100 15
/src/Symfony/Component/String/AbstractString.php 660 333 73
/src/Symfony/Component/String/AbstractUnicodeString.php 543 346 67
/src/Symfony/Component/String/ByteString.php 422 299 55
/src/Symfony/Component/String/CodePointString.php 102 180 31
/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 20 9
/src/Symfony/Component/String/Inflector/FrenchInflector.php 149 16 7
/src/Symfony/Component/String/Inflector/InflectorInterface.php 32 1 1
/src/Symfony/Component/String/LazyString.php 140 78 45
/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php 107 43 17
/src/Symfony/Component/String/Resources/bin/update-data.php 53 32 18
/src/Symfony/Component/String/Resources/functions.php 28 23 13
/src/Symfony/Component/String/Slugger/AsciiSlugger.php 187 117 45
/src/Symfony/Component/String/Slugger/SluggerInterface.php 26 2 2
/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php 414 567 30
/src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php 522 116 12
/src/Symfony/Component/String/Tests/ByteStringTest.php 35 43 13
/src/Symfony/Component/String/Tests/CodePointStringTest.php 35 14 7
/src/Symfony/Component/String/Tests/FunctionsTest.php 66 31 9
/src/Symfony/Component/String/Tests/Inflector/EnglishInflectorTest.php 351 21 8
/src/Symfony/Component/String/Tests/Inflector/FrenchInflectorTest.php 143 12 8
/src/Symfony/Component/String/Tests/LazyStringTest.php 104 57 21
/src/Symfony/Component/String/Tests/Slugger/AsciiSluggerTest.php 63 30 17
/src/Symfony/Component/String/Tests/SluggerTest.php 24 45 10
/src/Symfony/Component/String/Tests/UnicodeStringTest.php 117 67 7
/src/Symfony/Component/String/UnicodeString.php 151 275 40
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php 227 125 32
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProviderFactory.php 51 38 18
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderFactoryTest.php 39 22 7
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php 894 373 30
/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php 362 138 41
/src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php 50 38 18
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryTest.php 26 22 8
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryWithoutTranslatorBagTest.php 19 5 5
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php 1155 464 30
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderWithoutTranslatorBagTest.php 38 45 20
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php 289 102 30
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProviderFactory.php 47 29 14
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderFactoryTest.php 23 30 11
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderTest.php 650 281 30
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php 255 154 44
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProviderFactory.php 97 82 30
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderFactoryTest.php 42 107 21
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderTest.php 854 439 50
/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php 129 62 23
/src/Symfony/Component/Translation/Catalogue/MergeOperation.php 52 9 7
/src/Symfony/Component/Translation/Catalogue/OperationInterface.php 45 6 2
/src/Symfony/Component/Translation/Catalogue/TargetOperation.php 59 9 7
/src/Symfony/Component/Translation/CatalogueMetadataAwareInterface.php 43 5 2
/src/Symfony/Component/Translation/Command/TranslationPullCommand.php 138 64 31
/src/Symfony/Component/Translation/Command/TranslationPushCommand.php 52 57 28
/src/Symfony/Component/Translation/Command/TranslationTrait.php 45 11 7
/src/Symfony/Component/Translation/Command/XliffLintCommand.php 154 145 54
/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php 100 59 31
/src/Symfony/Component/Translation/DataCollectorTranslator.php 134 68 28
/src/Symfony/Component/Translation/DependencyInjection/DataCollectorTranslatorPass.php 31 6 6
/src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php 53 12 10
/src/Symfony/Component/Translation/DependencyInjection/TranslationDumperPass.php 16 5 5
/src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php 33 8 7
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php 32 20 12
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPathsPass.php 59 46 31
/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php 44 15 11
/src/Symfony/Component/Translation/Dumper/DumperInterface.php 29 2 2
/src/Symfony/Component/Translation/Dumper/FileDumper.php 66 26 15
/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php 91 32 19
/src/Symfony/Component/Translation/Dumper/IniFileDumper.php 35 9 9
/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php 25 10 10
/src/Symfony/Component/Translation/Dumper/MoFileDumper.php 48 20 15
/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php 28 9 9
/src/Symfony/Component/Translation/Dumper/PoFileDumper.php 41 65 29
/src/Symfony/Component/Translation/Dumper/QtFileDumper.php 34 15 13
/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php 31 86 40
/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php 41 23 19
/src/Symfony/Component/Translation/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Translation/Exception/IncompleteDsnException.php 14 8 6
/src/Symfony/Component/Translation/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Translation/Exception/InvalidResourceException.php 19 3 3
/src/Symfony/Component/Translation/Exception/LogicException.php 19 2 2
/src/Symfony/Component/Translation/Exception/MissingRequiredOptionException.php 17 11 9
/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php 19 3 3
/src/Symfony/Component/Translation/Exception/ProviderException.php 32 23 20
/src/Symfony/Component/Translation/Exception/ProviderExceptionInterface.php 22 1 1
/src/Symfony/Component/Translation/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Translation/Exception/UnsupportedSchemeException.php 44 28 19
/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php 25 17 12
/src/Symfony/Component/Translation/Extractor/ChainExtractor.php 45 11 7
/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php 31 1 1
/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php 29 55 30
/src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php 129 159 38
/src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php 95 112 32
/src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php 51 91 27
/src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php 52 76 27
/src/Symfony/Component/Translation/Formatter/IntlFormatter.php 39 35 21
/src/Symfony/Component/Translation/Formatter/MessageFormatter.php 37 18 12
/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php 27 1 1
/src/Symfony/Component/Translation/IdentityTranslator.php 23 2 2
/src/Symfony/Component/Translation/Loader/ArrayLoader.php 21 11 9
/src/Symfony/Component/Translation/Loader/CsvFileLoader.php 33 16 12
/src/Symfony/Component/Translation/Loader/FileLoader.php 27 16 8
/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php 38 20 12
/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php 38 27 18
/src/Symfony/Component/Translation/Loader/IniFileLoader.php 19 6 6
/src/Symfony/Component/Translation/Loader/JsonFileLoader.php 21 16 14
/src/Symfony/Component/Translation/Loader/LoaderInterface.php 31 3 2
/src/Symfony/Component/Translation/Loader/MoFileLoader.php 56 68 29
/src/Symfony/Component/Translation/Loader/PhpFileLoader.php 30 24 20
/src/Symfony/Component/Translation/Loader/PoFileLoader.php 129 49 20
/src/Symfony/Component/Translation/Loader/QtFileLoader.php 44 33 19
/src/Symfony/Component/Translation/Loader/XliffFileLoader.php 204 80 32
/src/Symfony/Component/Translation/Loader/YamlFileLoader.php 41 20 15
/src/Symfony/Component/Translation/LocaleSwitcher.php 72 38 28
/src/Symfony/Component/Translation/LoggingTranslator.php 77 53 23
/src/Symfony/Component/Translation/MessageCatalogue.php 90 141 41
/src/Symfony/Component/Translation/MessageCatalogueInterface.php 33 18 5
/src/Symfony/Component/Translation/MetadataAwareInterface.php 35 5 2
/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php 18 13 9
/src/Symfony/Component/Translation/Provider/Dsn.php 45 93 23
/src/Symfony/Component/Translation/Provider/FilteringProvider.php 40 19 9
/src/Symfony/Component/Translation/Provider/NullProvider.php 36 23 12
/src/Symfony/Component/Translation/Provider/NullProviderFactory.php 23 8 8
/src/Symfony/Component/Translation/Provider/ProviderFactoryInterface.php 23 7 4
/src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php 41 14 11
/src/Symfony/Component/Translation/Provider/TranslationProviderCollectionFactory.php 33 20 13
/src/Symfony/Component/Translation/PseudoLocalizationTranslator.php 79 79 39
/src/Symfony/Component/Translation/Reader/TranslationReader.php 42 9 9
/src/Symfony/Component/Translation/Resources/bin/translation-status.php 185 125 28
/src/Symfony/Component/Translation/Resources/functions.php 14 10 8
/src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php 72 83 22
/src/Symfony/Component/Translation/Test/ProviderTestCase.php 38 63 18
/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php 63 23 7
/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php 43 42 9
/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php 20 44 9
/src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php 76 38 19
/src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php 45 167 23
/src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php 43 139 25
/src/Symfony/Component/Translation/Tests/Command/XliffLintCommandTest.php 159 110 32
/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php 135 17 8
/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php 21 22 12
/src/Symfony/Component/Translation/Tests/DependencyInjection/DataCollectorTranslatorPassTest.php 117 53 22
/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 7 7
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceSubscriber.php 24 11 10
/src/Symfony/Component/Translation/Tests/DependencyInjection/LoggingTranslatorPassTest.php 22 38 10
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationDumperPassTest.php 21 16 7
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationExtractorPassTest.php 22 24 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationPathsPassTest.php 29 28 11
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslatorPassTest.php 28 37 9
/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php 20 46 15
/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php 20 16 9
/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php 20 21 10
/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php 20 11 10
/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php 107 69 11
/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php 20 14 8
/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php 20 8 5
/src/Symfony/Component/Translation/Tests/Exception/UnsupportedSchemeExceptionTest.php 52 29 13
/src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php 28 48 15
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-7.3/translation.html.php 8 4 3
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-fqn.html.php 39 31 5
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short-fqn.html.php 37 41 6
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short.html.php 2 26 4
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable.html.php 41 58 6
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translation.html.php 68 85 12
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/validator-constraints.php 29 67 22
/src/Symfony/Component/Translation/Tests/Fixtures/extractor/translation.html.php 48 28 6
/src/Symfony/Component/Translation/Tests/Fixtures/resources.php 4 1 1
/src/Symfony/Component/Translation/Tests/Formatter/IntlFormatterTest.php 26 20 12
/src/Symfony/Component/Translation/Tests/Formatter/MessageFormatterTest.php 22 13 9
/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php 37 11 8
/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php 33 25 10
/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php 31 23 8
/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php 24 19 9
/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php 21 21 10
/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php 52 26 10
/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php 18 8 8
/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php 22 31 10
/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php 41 21 10
/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php 110 53 10
/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php 61 34 12
/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php 361 134 14
/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php 33 37 10
/src/Symfony/Component/Translation/Tests/LocaleSwitcherTest.php 40 27 13
/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php 21 10 9
/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php 47 131 13
/src/Symfony/Component/Translation/Tests/Provider/DsnTest.php 146 79 17
/src/Symfony/Component/Translation/Tests/Provider/NullProviderFactoryTest.php 25 13 7
/src/Symfony/Component/Translation/Tests/Provider/TranslationProviderCollectionTest.php 36 27 10
/src/Symfony/Component/Translation/Tests/PseudoLocalizationTranslatorTest.php 23 22 10
/src/Symfony/Component/Translation/Tests/TranslatableTest.php 36 35 12
/src/Symfony/Component/Translation/Tests/TranslatorBagTest.php 33 47 12
/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php 140 221 32
/src/Symfony/Component/Translation/Tests/TranslatorTest.php 261 359 30
/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php 27 13 9
/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php 53 30 9
/src/Symfony/Component/Translation/TranslatableMessage.php 23 29 14
/src/Symfony/Component/Translation/Translator.php 380 190 71
/src/Symfony/Component/Translation/TranslatorBag.php 40 28 19
/src/Symfony/Component/Translation/TranslatorBagInterface.php 14 4 4
/src/Symfony/Component/Translation/Util/ArrayConverter.php 112 29 18
/src/Symfony/Component/Translation/Util/XliffUtils.php 134 73 26
/src/Symfony/Component/Translation/Writer/TranslationWriter.php 57 25 14
/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php 14 2 2
/src/Symfony/Component/Uid/AbstractUid.php 159 44 18
/src/Symfony/Component/Uid/BinaryUtil.php 110 63 23
/src/Symfony/Component/Uid/Command/GenerateUlidCommand.php 73 50 36
/src/Symfony/Component/Uid/Command/GenerateUuidCommand.php 129 70 40
/src/Symfony/Component/Uid/Command/InspectUlidCommand.php 50 20 16
/src/Symfony/Component/Uid/Command/InspectUuidCommand.php 54 27 20
/src/Symfony/Component/Uid/Factory/NameBasedUuidFactory.php 20 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 11 11
/src/Symfony/Component/Uid/Factory/UuidFactory.php 91 83 25
/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 55 70 15
/src/Symfony/Component/Uid/Tests/Command/GenerateUuidCommandTest.php 31 156 16
/src/Symfony/Component/Uid/Tests/Command/InspectUlidCommandTest.php 20 9 7
/src/Symfony/Component/Uid/Tests/Command/InspectUuidCommandTest.php 162 58 7
/src/Symfony/Component/Uid/Tests/Factory/UlidFactoryTest.php 37 10 7
/src/Symfony/Component/Uid/Tests/Factory/UuidFactoryTest.php 46 44 9
/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 64 108 21
/src/Symfony/Component/Uid/Tests/UuidTest.php 176 163 29
/src/Symfony/Component/Uid/TimeBasedUidInterface.php 21 1 1
/src/Symfony/Component/Uid/Ulid.php 181 161 38
/src/Symfony/Component/Uid/Uuid.php 87 108 31
/src/Symfony/Component/Uid/UuidV1.php 58 49 26
/src/Symfony/Component/Uid/UuidV3.php 25 4 4
/src/Symfony/Component/Uid/UuidV4.php 23 37 17
/src/Symfony/Component/Uid/UuidV5.php 25 4 4
/src/Symfony/Component/Uid/UuidV6.php 46 52 25
/src/Symfony/Component/Uid/UuidV7.php 31 152 40
/src/Symfony/Component/Uid/UuidV8.php 23 4 4
/src/Symfony/Component/Validator/Attribute/HasNamedArguments.php 15 2 2
/src/Symfony/Component/Validator/Command/DebugCommand.php 174 74 41
/src/Symfony/Component/Validator/Constraint.php 109 95 40
/src/Symfony/Component/Validator/ConstraintValidator.php 89 24 20
/src/Symfony/Component/Validator/ConstraintValidatorFactory.php 40 10 9
/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php 24 1 1
/src/Symfony/Component/Validator/ConstraintValidatorInterface.php 26 2 2
/src/Symfony/Component/Validator/ConstraintViolation.php 71 85 20
/src/Symfony/Component/Validator/ConstraintViolationInterface.php 111 21 6
/src/Symfony/Component/Validator/ConstraintViolationList.php 84 58 30
/src/Symfony/Component/Validator/ConstraintViolationListInterface.php 43 12 5
/src/Symfony/Component/Validator/Constraints/AbstractComparison.php 57 57 26
/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php 70 43 30
/src/Symfony/Component/Validator/Constraints/All.php 29 24 16
/src/Symfony/Component/Validator/Constraints/AllValidator.php 24 16 12
/src/Symfony/Component/Validator/Constraints/AtLeastOneOf.php 47 39 20
/src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php 23 20 15
/src/Symfony/Component/Validator/Constraints/Bic.php 36 56 23
/src/Symfony/Component/Validator/Constraints/BicValidator.php 129 58 39
/src/Symfony/Component/Validator/Constraints/Blank.php 28 20 14
/src/Symfony/Component/Validator/Constraints/BlankValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/Callback.php 34 46 28
/src/Symfony/Component/Validator/Constraints/CallbackValidator.php 37 25 20
/src/Symfony/Component/Validator/Constraints/CardScheme.php 62 55 26
/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php 85 30 18
/src/Symfony/Component/Validator/Constraints/Cascade.php 25 31 25
/src/Symfony/Component/Validator/Constraints/Choice.php 51 88 28
/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php 44 35 19
/src/Symfony/Component/Validator/Constraints/Cidr.php 47 60 25
/src/Symfony/Component/Validator/Constraints/CidrValidator.php 54 23 17
/src/Symfony/Component/Validator/Constraints/Collection.php 36 49 28
/src/Symfony/Component/Validator/Constraints/CollectionValidator.php 73 24 18
/src/Symfony/Component/Validator/Constraints/Composite.php 52 28 18
/src/Symfony/Component/Validator/Constraints/Compound.php 27 18 18
/src/Symfony/Component/Validator/Constraints/CompoundValidator.php 23 12 11
/src/Symfony/Component/Validator/Constraints/Count.php 32 76 27
/src/Symfony/Component/Validator/Constraints/CountValidator.php 24 26 20
/src/Symfony/Component/Validator/Constraints/Country.php 34 32 21
/src/Symfony/Component/Validator/Constraints/CountryValidator.php 27 20 14
/src/Symfony/Component/Validator/Constraints/CssColor.php 65 73 34
/src/Symfony/Component/Validator/Constraints/CssColorValidator.php 42 43 14
/src/Symfony/Component/Validator/Constraints/Currency.php 33 27 20
/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php 28 19 14
/src/Symfony/Component/Validator/Constraints/Date.php 32 24 17
/src/Symfony/Component/Validator/Constraints/DateTime.php 48 40 28
/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php 54 24 16
/src/Symfony/Component/Validator/Constraints/DateValidator.php 52 23 17
/src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php 28 18 18
/src/Symfony/Component/Validator/Constraints/DivisibleBy.php 26 8 7
/src/Symfony/Component/Validator/Constraints/DivisibleByValidator.php 37 30 19
/src/Symfony/Component/Validator/Constraints/Email.php 47 60 31
/src/Symfony/Component/Validator/Constraints/EmailValidator.php 101 63 32
/src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php 28 18 18
/src/Symfony/Component/Validator/Constraints/EqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/EqualToValidator.php 20 11 9
/src/Symfony/Component/Validator/Constraints/Existence.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Expression.php 73 64 30
/src/Symfony/Component/Validator/Constraints/ExpressionLanguageProvider.php 19 11 10
/src/Symfony/Component/Validator/Constraints/ExpressionSyntax.php 32 37 20
/src/Symfony/Component/Validator/Constraints/ExpressionSyntaxValidator.php 51 31 22
/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php 27 20 18
/src/Symfony/Component/Validator/Constraints/File.php 72 144 29
/src/Symfony/Component/Validator/Constraints/FileValidator.php 304 97 40
/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 24 13 10
/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php 24 13 10
/src/Symfony/Component/Validator/Constraints/GroupSequence.php 80 11 10
/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php 26 14 14
/src/Symfony/Component/Validator/Constraints/Hostname.php 32 28 18
/src/Symfony/Component/Validator/Constraints/HostnameValidator.php 67 33 23
/src/Symfony/Component/Validator/Constraints/Iban.php 40 27 17
/src/Symfony/Component/Validator/Constraints/IbanValidator.php 231 41 23
/src/Symfony/Component/Validator/Constraints/IdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php 20 11 9
/src/Symfony/Component/Validator/Constraints/Image.php 90 207 22
/src/Symfony/Component/Validator/Constraints/ImageValidator.php 162 61 24
/src/Symfony/Component/Validator/Constraints/Ip.php 76 53 22
/src/Symfony/Component/Validator/Constraints/IpValidator.php 27 22 18
/src/Symfony/Component/Validator/Constraints/IsFalse.php 28 20 14
/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php 29 17 13
/src/Symfony/Component/Validator/Constraints/IsNull.php 28 20 14
/src/Symfony/Component/Validator/Constraints/IsNullValidator.php 23 16 14
/src/Symfony/Component/Validator/Constraints/IsTrue.php 30 21 15
/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php 29 17 13
/src/Symfony/Component/Validator/Constraints/Isbn.php 71 58 29
/src/Symfony/Component/Validator/Constraints/IsbnValidator.php 118 62 34
/src/Symfony/Component/Validator/Constraints/Isin.php 37 27 17
/src/Symfony/Component/Validator/Constraints/IsinValidator.php 42 33 21
/src/Symfony/Component/Validator/Constraints/Issn.php 44 37 18
/src/Symfony/Component/Validator/Constraints/IssnValidator.php 116 35 20
/src/Symfony/Component/Validator/Constraints/Json.php 30 23 17
/src/Symfony/Component/Validator/Constraints/JsonValidator.php 24 20 15
/src/Symfony/Component/Validator/Constraints/Language.php 34 32 21
/src/Symfony/Component/Validator/Constraints/LanguageValidator.php 27 20 14
/src/Symfony/Component/Validator/Constraints/Length.php 110 93 28
/src/Symfony/Component/Validator/Constraints/LengthValidator.php 46 34 25
/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 24 13 10
/src/Symfony/Component/Validator/Constraints/LessThanValidator.php 24 13 10
/src/Symfony/Component/Validator/Constraints/Locale.php 34 32 21
/src/Symfony/Component/Validator/Constraints/LocaleValidator.php 27 21 14
/src/Symfony/Component/Validator/Constraints/Luhn.php 37 24 17
/src/Symfony/Component/Validator/Constraints/LuhnValidator.php 33 24 18
/src/Symfony/Component/Validator/Constraints/Negative.php 22 6 6
/src/Symfony/Component/Validator/Constraints/NegativeOrZero.php 22 6 6
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharacters.php 85 72 21
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php 101 36 25
/src/Symfony/Component/Validator/Constraints/NotBlank.php 33 34 19
/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php 38 17 15
/src/Symfony/Component/Validator/Constraints/NotCompromisedPassword.php 35 30 17
/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php 74 50 26
/src/Symfony/Component/Validator/Constraints/NotEqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php 20 11 9
/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php 20 11 9
/src/Symfony/Component/Validator/Constraints/NotNull.php 30 21 15
/src/Symfony/Component/Validator/Constraints/NotNullValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/Optional.php 17 2 2
/src/Symfony/Component/Validator/Constraints/PasswordStrength.php 48 37 23
/src/Symfony/Component/Validator/Constraints/PasswordStrengthValidator.php 71 50 31
/src/Symfony/Component/Validator/Constraints/Positive.php 22 6 6
/src/Symfony/Component/Validator/Constraints/PositiveOrZero.php 22 6 6
/src/Symfony/Component/Validator/Constraints/Range.php 49 103 24
/src/Symfony/Component/Validator/Constraints/RangeValidator.php 80 60 34
/src/Symfony/Component/Validator/Constraints/Regex.php 69 72 33
/src/Symfony/Component/Validator/Constraints/RegexValidator.php 27 24 19
/src/Symfony/Component/Validator/Constraints/Required.php 17 2 2
/src/Symfony/Component/Validator/Constraints/Sequentially.php 32 27 16
/src/Symfony/Component/Validator/Constraints/SequentiallyValidator.php 23 12 11
/src/Symfony/Component/Validator/Constraints/Time.php 34 29 18
/src/Symfony/Component/Validator/Constraints/TimeValidator.php 53 27 19
/src/Symfony/Component/Validator/Constraints/Timezone.php 74 51 27
/src/Symfony/Component/Validator/Constraints/TimezoneValidator.php 97 46 27
/src/Symfony/Component/Validator/Constraints/Traverse.php 25 29 24
/src/Symfony/Component/Validator/Constraints/Type.php 44 44 28
/src/Symfony/Component/Validator/Constraints/TypeValidator.php 72 27 21
/src/Symfony/Component/Validator/Constraints/Ulid.php 37 26 17
/src/Symfony/Component/Validator/Constraints/UlidValidator.php 63 27 17
/src/Symfony/Component/Validator/Constraints/Unique.php 39 39 22
/src/Symfony/Component/Validator/Constraints/UniqueValidator.php 24 35 26
/src/Symfony/Component/Validator/Constraints/Url.php 36 41 22
/src/Symfony/Component/Validator/Constraints/UrlValidator.php 48 27 20
/src/Symfony/Component/Validator/Constraints/Uuid.php 96 56 23
/src/Symfony/Component/Validator/Constraints/UuidValidator.php 188 73 24
/src/Symfony/Component/Validator/Constraints/Valid.php 41 22 17
/src/Symfony/Component/Validator/Constraints/ValidValidator.php 23 14 12
/src/Symfony/Component/Validator/Constraints/When.php 39 54 32
/src/Symfony/Component/Validator/Constraints/WhenValidator.php 26 28 23
/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php 28 21 12
/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php 42 21 14
/src/Symfony/Component/Validator/Context/ExecutionContext.php 226 151 27
/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php 35 17 12
/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php 32 1 1
/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php 205 22 6
/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php 80 44 25
/src/Symfony/Component/Validator/DependencyInjection/AddAutoMappingConfigurationPass.php 49 17 12
/src/Symfony/Component/Validator/DependencyInjection/AddConstraintValidatorsPass.php 35 7 7
/src/Symfony/Component/Validator/DependencyInjection/AddValidatorInitializersPass.php 16 5 5
/src/Symfony/Component/Validator/Exception/BadMethodCallException.php 19 5 5
/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php 14 3 3
/src/Symfony/Component/Validator/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php 14 3 3
/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php 25 9 8
/src/Symfony/Component/Validator/Exception/LogicException.php 14 3 3
/src/Symfony/Component/Validator/Exception/MappingException.php 14 3 3
/src/Symfony/Component/Validator/Exception/MissingOptionsException.php 25 9 8
/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php 17 3 3
/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/Validator/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php 14 4 4
/src/Symfony/Component/Validator/Exception/UnexpectedValueException.php 28 7 7
/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php 17 3 3
/src/Symfony/Component/Validator/Exception/ValidationFailedException.php 36 17 11
/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 388 142 51
/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php 91 5 4
/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php 14 14 10
/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php 79 56 25
/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php 29 3 2
/src/Symfony/Component/Validator/Mapping/GenericMetadata.php 204 34 16
/src/Symfony/Component/Validator/Mapping/GetterMetadata.php 49 23 17
/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php 84 29 20
/src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php 62 35 18
/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php 15 10 10
/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php 26 9 7
/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php 60 9 8
/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Validator/Mapping/Loader/PropertyInfoLoader.php 47 98 32
/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php 52 7 6
/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php 181 65 28
/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php 24 9 9
/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php 118 65 30
/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php 24 9 9
/src/Symfony/Component/Validator/Mapping/MemberMetadata.php 136 53 27
/src/Symfony/Component/Validator/Mapping/MetadataInterface.php 14 2 2
/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php 62 26 22
/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php 40 2 2
/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 135 68 22
/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php 74 392 55
/src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php 181 23 10
/src/Symfony/Component/Validator/Tests/ConstraintTest.php 225 160 18
/src/Symfony/Component/Validator/Tests/ConstraintValidatorFactoryTest.php 27 9 6
/src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php 63 30 16
/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php 144 65 19
/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php 87 45 14
/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php 201 87 29
/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php 32 14 9
/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php 28 39 17
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfTest.php 32 14 9
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfValidatorTest.php 266 172 31
/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php 330 134 32
/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php 42 19 11
/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php 233 122 26
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeTest.php 21 45 18
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php 62 55 14
/src/Symfony/Component/Validator/Tests/Constraints/CascadeTest.php 22 14 9
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceTest.php 22 64 20
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php 117 172 21
/src/Symfony/Component/Validator/Tests/Constraints/CidrTest.php 23 104 23
/src/Symfony/Component/Validator/Tests/Constraints/CidrValidatorTest.php 108 57 13
/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php 52 84 11
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php 16 6 6
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php 16 4 4
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php 18 8 8
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTestCase.php 32 175 17
/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php 141 83 17
/src/Symfony/Component/Validator/Tests/Constraints/CompoundTest.php 31 34 21
/src/Symfony/Component/Validator/Tests/Constraints/CompoundValidatorTest.php 36 22 13
/src/Symfony/Component/Validator/Tests/Constraints/CountTest.php 21 54 19
/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 75 101 18
/src/Symfony/Component/Validator/Tests/Constraints/CountryTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php 85 57 16
/src/Symfony/Component/Validator/Tests/Constraints/CssColorTest.php 24 44 18
/src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php 347 159 14
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php 118 41 16
/src/Symfony/Component/Validator/Tests/Constraints/DateTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeTest.php 21 44 18
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php 46 39 14
/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php 94 33 14
/src/Symfony/Component/Validator/Tests/Constraints/DisableAutoMappingTest.php 34 20 13
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByValidatorTest.php 29 42 21
/src/Symfony/Component/Validator/Tests/Constraints/EmailTest.php 29 72 22
/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php 237 104 20
/src/Symfony/Component/Validator/Tests/Constraints/EnableAutoMappingTest.php 26 20 13
/src/Symfony/Component/Validator/Tests/Constraints/EqualToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php 31 31 15
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxTest.php 37 65 22
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxValidatorTest.php 50 24 10
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionTest.php 21 54 20
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php 321 104 18
/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php 74 99 30
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php 14 7 7
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php 23 8 7
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTestCase.php 646 212 41
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/BicTypedDummy.php 16 7 7
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php 21 9 7
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php 20 9 7
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/MinMaxTyped.php 17 12 7
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/TypedDummy.php 16 9 9
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/WhenTestWithAttributes.php 43 46 19
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php 31 31 16
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php 24 62 18
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php 31 31 16
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php 24 62 18
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceProviderTest.php 20 6 6
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php 22 7 5
/src/Symfony/Component/Validator/Tests/Constraints/HostnameTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/HostnameValidatorTest.php 24 67 17
/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php 460 64 22
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php 31 32 16
/src/Symfony/Component/Validator/Tests/Constraints/ImageTest.php 21 50 18
/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php 202 195 25
/src/Symfony/Component/Validator/Tests/Constraints/IpTest.php 25 57 21
/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php 206 145 20
/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php 52 20 12
/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php 25 23 14
/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php 25 20 12
/src/Symfony/Component/Validator/Tests/Constraints/IsbnTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php 196 69 18
/src/Symfony/Component/Validator/Tests/Constraints/IsinTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/IsinValidatorTest.php 74 44 13
/src/Symfony/Component/Validator/Tests/Constraints/IssnTest.php 21 45 18
/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php 182 53 16
/src/Symfony/Component/Validator/Tests/Constraints/JsonTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/JsonValidatorTest.php 68 23 12
/src/Symfony/Component/Validator/Tests/Constraints/LanguageTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php 168 58 16
/src/Symfony/Component/Validator/Tests/Constraints/LengthTest.php 82 89 22
/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php 36 116 19
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php 31 31 16
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php 24 59 18
/src/Symfony/Component/Validator/Tests/Constraints/LessThanTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php 31 31 16
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php 24 59 18
/src/Symfony/Component/Validator/Tests/Constraints/LocaleTest.php 21 44 18
/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php 154 47 15
/src/Symfony/Component/Validator/Tests/Constraints/LuhnTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php 50 42 14
/src/Symfony/Component/Validator/Tests/Constraints/NegativeOrZeroTest.php 21 35 19
/src/Symfony/Component/Validator/Tests/Constraints/NegativeTest.php 21 35 19
/src/Symfony/Component/Validator/Tests/Constraints/NoSuspiciousCharactersValidatorTest.php 170 30 16
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankTest.php 48 46 21
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php 131 40 12
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordTest.php 24 47 18
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php 137 109 31
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php 31 31 15
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php 31 32 16
/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php 48 23 14
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthTest.php 41 21 9
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthValidatorTest.php 28 31 14
/src/Symfony/Component/Validator/Tests/Constraints/PositiveOrZeroTest.php 21 35 19
/src/Symfony/Component/Validator/Tests/Constraints/PositiveTest.php 21 35 19
/src/Symfony/Component/Validator/Tests/Constraints/RangeTest.php 89 68 10
/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php 1027 271 22
/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php 25 77 24
/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php 40 60 18
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyTest.php 30 14 9
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyValidatorTest.php 39 45 15
/src/Symfony/Component/Validator/Tests/Constraints/TimeTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php 118 47 14
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneTest.php 62 69 22
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php 333 95 18
/src/Symfony/Component/Validator/Tests/Constraints/TraverseTest.php 30 22 10
/src/Symfony/Component/Validator/Tests/Constraints/TypeTest.php 21 47 19
/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php 237 67 27
/src/Symfony/Component/Validator/Tests/Constraints/UlidTest.php 21 40 18
/src/Symfony/Component/Validator/Tests/Constraints/UlidValidatorTest.php 29 29 14
/src/Symfony/Component/Validator/Tests/Constraints/UniqueTest.php 47 59 21
/src/Symfony/Component/Validator/Tests/Constraints/UniqueValidatorTest.php 134 144 25
/src/Symfony/Component/Validator/Tests/Constraints/UrlTest.php 46 60 21
/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php 88 67 15
/src/Symfony/Component/Validator/Tests/Constraints/UuidTest.php 25 61 21
/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php 118 85 20
/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php 24 46 20
/src/Symfony/Component/Validator/Tests/Constraints/ValidValidatorTest.php 31 29 17
/src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php 44 65 13
/src/Symfony/Component/Validator/Tests/Constraints/WhenValidatorTest.php 140 80 15
/src/Symfony/Component/Validator/Tests/ContainerConstraintValidatorFactoryTest.php 39 26 10
/src/Symfony/Component/Validator/Tests/DataCollector/ValidatorDataCollectorTest.php 53 17 10
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddAutoMappingConfigurationPassTest.php 25 28 14
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddConstraintValidatorsPassTest.php 24 34 11
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddValidatorInitializersPassTest.php 21 9 6
/src/Symfony/Component/Validator/Tests/Dummy/DummyClassOne.php 29 17 11
/src/Symfony/Component/Validator/Tests/Dummy/DummyClassTwo.php 29 18 11
/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 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/Attribute/GroupProviderDto.php 20 15 11
/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php 21 7 6
/src/Symfony/Component/Validator/Tests/Fixtures/CascadedChild.php 16 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntity.php 27 26 12
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntityIntersection.php 16 9 9
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntityUnion.php 16 70 14
/src/Symfony/Component/Validator/Tests/Fixtures/ChildGetterInterface.php 5 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php 14 4 4
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php 22 11 9
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php 14 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php 20 10 8
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintChoiceWithPreset.php 24 15 15
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithRequiredArgument.php 23 13 12
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithStaticProperty.php 9 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithTypedProperty.php 9 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php 21 19 12
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php 26 19 12
/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php 23 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php 51 26 13
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraint.php 18 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraintValidator.php 19 10 9
/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 12 11
/src/Symfony/Component/Validator/Tests/Fixtures/EntityWithGroupedConstraintOnMethods.php 23 17 14
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_74.php 7 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_74_Proxy.php 7 12 12
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_81.php 7 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php 20 10 10
/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php 19 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php 36 30 12
/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php 35 14 10
/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 136 133 25
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/EntityParent.php 32 30 17
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/GroupSequenceProviderEntity.php 31 17 12
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php 18 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetter.php 10 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetterInterface.php 7 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyInfoLoaderEntity.php 48 61 14
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyInfoLoaderNoAutoMappingEntity.php 22 11 8
/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php 20 9 7
/src/Symfony/Component/Validator/Tests/Fixtures/ToString.php 16 6 6
/src/Symfony/Component/Validator/Tests/IcuCompatibilityTrait.php 22 5 4
/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php 317 217 28
/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php 27 13 8
/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php 87 77 20
/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php 62 26 10
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php 18 3 3
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AttributeLoaderTest.php 37 189 13
/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php 22 15 9
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithNamedArguments.php 22 21 18
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithoutValueWithNamedArguments.php 20 11 11
/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php 21 14 7
/src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php 191 29 15
/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php 62 56 16
/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php 169 113 15
/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php 77 115 18
/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php 119 97 32
/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php 57 33 13
/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php 53 32 15
/src/Symfony/Component/Validator/Tests/Test/ConstraintValidatorTestCaseTest.php 44 29 22
/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php 27 15 9
/src/Symfony/Component/Validator/Tests/ValidationTest.php 37 21 9
/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php 536 877 44
/src/Symfony/Component/Validator/Tests/Validator/TraceableValidatorTest.php 92 39 15
/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php 78 36 9
/src/Symfony/Component/Validator/Tests/Violation/ConstraintViolationBuilderTest.php 41 52 15
/src/Symfony/Component/Validator/Util/PropertyPath.php 35 8 8
/src/Symfony/Component/Validator/Validation.php 56 29 20
/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php 77 22 6
/src/Symfony/Component/Validator/Validator/LazyProperty.php 28 6 6
/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php 311 251 55
/src/Symfony/Component/Validator/Validator/RecursiveValidator.php 84 60 19
/src/Symfony/Component/Validator/Validator/TraceableValidator.php 65 67 23
/src/Symfony/Component/Validator/Validator/ValidatorInterface.php 14 17 5
/src/Symfony/Component/Validator/ValidatorBuilder.php 365 109 21
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php 55 95 26
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php 46 14 4
/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php 200 45 15
/src/Symfony/Component/VarDumper/Caster/ArgsStub.php 60 33 20
/src/Symfony/Component/VarDumper/Caster/Caster.php 148 69 32
/src/Symfony/Component/VarDumper/Caster/ClassStub.php 72 60 27
/src/Symfony/Component/VarDumper/Caster/ConstStub.php 21 6 6
/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php 23 7 6
/src/Symfony/Component/VarDumper/Caster/CutStub.php 23 15 12
/src/Symfony/Component/VarDumper/Caster/DOMCaster.php 69 108 12
/src/Symfony/Component/VarDumper/Caster/DateCaster.php 125 79 27
/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php 52 38 14
/src/Symfony/Component/VarDumper/Caster/DsCaster.php 58 28 10
/src/Symfony/Component/VarDumper/Caster/DsPairStub.php 21 4 3
/src/Symfony/Component/VarDumper/Caster/EnumStub.php 25 4 4
/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php 365 269 58
/src/Symfony/Component/VarDumper/Caster/FFICaster.php 132 55 30
/src/Symfony/Component/VarDumper/Caster/FiberCaster.php 23 18 8
/src/Symfony/Component/VarDumper/Caster/FrameStub.php 24 5 4
/src/Symfony/Component/VarDumper/Caster/GmpCaster.php 26 11 8
/src/Symfony/Component/VarDumper/Caster/ImagineCaster.php 22 15 11
/src/Symfony/Component/VarDumper/Caster/ImgStub.php 19 2 2
/src/Symfony/Component/VarDumper/Caster/IntlCaster.php 24 62 9
/src/Symfony/Component/VarDumper/Caster/LinkStub.php 54 69 30
/src/Symfony/Component/VarDumper/Caster/MemcachedCaster.php 26 25 18
/src/Symfony/Component/VarDumper/Caster/MysqliCaster.php 23 8 7
/src/Symfony/Component/VarDumper/Caster/PdoCaster.php 79 43 17
/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php 121 60 17
/src/Symfony/Component/VarDumper/Caster/ProxyManagerCaster.php 24 10 10
/src/Symfony/Component/VarDumper/Caster/RdKafkaCaster.php 175 71 12
/src/Symfony/Component/VarDumper/Caster/RedisCaster.php 126 61 22
/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php 88 235 50
/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php 58 72 15
/src/Symfony/Component/VarDumper/Caster/ScalarStub.php 23 2 2
/src/Symfony/Component/VarDumper/Caster/SplCaster.php 99 101 21
/src/Symfony/Component/VarDumper/Caster/StubCaster.php 75 35 16
/src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php 38 67 23
/src/Symfony/Component/VarDumper/Caster/TraceStub.php 28 11 6
/src/Symfony/Component/VarDumper/Caster/UninitializedStub.php 21 3 3
/src/Symfony/Component/VarDumper/Caster/UuidCaster.php 22 10 9
/src/Symfony/Component/VarDumper/Caster/XmlReaderCaster.php 55 22 16
/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php 57 14 10
/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php 325 244 40
/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php 22 1 1
/src/Symfony/Component/VarDumper/Cloner/Cursor.php 40 55 13
/src/Symfony/Component/VarDumper/Cloner/Data.php 378 253 65
/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php 42 16 5
/src/Symfony/Component/VarDumper/Cloner/Stub.php 54 61 22
/src/Symfony/Component/VarDumper/Cloner/VarCloner.php 104 135 46
/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php 47 32 21
/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php 22 2 2
/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php 44 57 28
/src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php 101 44 28
/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php 93 101 48
/src/Symfony/Component/VarDumper/Dumper/CliDumper.php 168 347 80
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/CliContextProvider.php 21 13 13
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php 21 4 4
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php 25 9 8
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php 50 108 41
/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php 34 12 11
/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php 26 1 1
/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php 841 219 61
/src/Symfony/Component/VarDumper/Dumper/ServerDumper.php 39 23 17
/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php 17 2 2
/src/Symfony/Component/VarDumper/Resources/functions/dump.php 28 34 16
/src/Symfony/Component/VarDumper/Server/Connection.php 66 33 19
/src/Symfony/Component/VarDumper/Server/DumpServer.php 45 45 31
/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php 57 36 17
/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php 38 72 25
/src/Symfony/Component/VarDumper/Tests/Caster/DateCasterTest.php 485 177 26
/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php 28 26 12
/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php 224 147 30
/src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php 331 148 26
/src/Symfony/Component/VarDumper/Tests/Caster/FiberCasterTest.php 21 44 16
/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php 26 17 8
/src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php 24 49 13
/src/Symfony/Component/VarDumper/Tests/Caster/MemcachedCasterTest.php 24 21 10
/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php 29 11 10
/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php 31 14 11
/src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php 44 62 16
/src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php 56 25 13
/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php 88 233 36
/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php 221 88 28
/src/Symfony/Component/VarDumper/Tests/Caster/StubCasterTest.php 28 100 18
/src/Symfony/Component/VarDumper/Tests/Caster/SymfonyCasterTest.php 26 26 9
/src/Symfony/Component/VarDumper/Tests/Caster/XmlReaderCasterTest.php 248 32 19
/src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php 31 39 15
/src/Symfony/Component/VarDumper/Tests/Cloner/StubTest.php 19 28 14
/src/Symfony/Component/VarDumper/Tests/Cloner/VarClonerTest.php 69 71 21
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php 37 40 24
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/HtmlDescriptorTest.php 35 33 16
/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php 24 9 7
/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php 218 155 45
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextProvider/RequestContextProviderTest.php 36 17 10
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextualizedDumperTest.php 25 13 10
/src/Symfony/Component/VarDumper/Tests/Dumper/FunctionsTest.php 79 44 13
/src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php 30 67 23
/src/Symfony/Component/VarDumper/Tests/Dumper/ServerDumperTest.php 26 34 19
/src/Symfony/Component/VarDumper/Tests/Fixtures/DateTimeChild.php 7 6 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/ExtendsReflectionTypeFixture.php 12 10 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/FooInterface.php 10 8 5
/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php 7 7 5
/src/Symfony/Component/VarDumper/Tests/Fixtures/LotsOfAttributes.php 24 15 14
/src/Symfony/Component/VarDumper/Tests/Fixtures/MyAttribute.php 17 22 12
/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php 5 2 2
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php74.php 9 12 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php81Enums.php 8 16 9
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php82NullStandaloneReturnType.php 16 13 11
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionIntersectionTypeFixture.php 7 7 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionNamedTypeFixture.php 7 7 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionUnionTypeFixture.php 7 8 8
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionUnionTypeWithIntersectionFixture.php 7 11 11
/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php 27 45 26
/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php 23 27 22
/src/Symfony/Component/VarDumper/Tests/Fixtures/dump_server.php 15 15 10
/src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php 72 38 20
/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php 76 32 14
/src/Symfony/Component/VarDumper/VarDumper.php 70 41 26
/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 65 11 8
/src/Symfony/Component/VarExporter/Instantiator.php 45 19 11
/src/Symfony/Component/VarExporter/Internal/Exporter.php 145 179 60
/src/Symfony/Component/VarExporter/Internal/Hydrator.php 77 146 41
/src/Symfony/Component/VarExporter/Internal/LazyObjectRegistry.php 140 70 33
/src/Symfony/Component/VarExporter/Internal/LazyObjectState.php 62 40 23
/src/Symfony/Component/VarExporter/Internal/LazyObjectTrait.php 23 13 8
/src/Symfony/Component/VarExporter/Internal/Reference.php 21 24 13
/src/Symfony/Component/VarExporter/Internal/Registry.php 39 77 34
/src/Symfony/Component/VarExporter/Internal/Values.php 22 8 8
/src/Symfony/Component/VarExporter/LazyGhostTrait.php 127 217 53
/src/Symfony/Component/VarExporter/LazyObjectInterface.php 31 5 3
/src/Symfony/Component/VarExporter/LazyProxyTrait.php 99 259 53
/src/Symfony/Component/VarExporter/ProxyHelper.php 312 195 54
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooReadonly.php 17 16 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooSerializable.php 28 13 9
/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 31 27 12
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ClassWithUninitializedObjectProperty.php 16 8 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/LazyClass.php 22 11 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/MagicClass.php 37 23 12
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php 33 14 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ReadOnlyClass.php 17 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/TestClass.php 30 14 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/FinalPublicClass.php 18 10 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/Php82NullStandaloneReturnType.php 16 10 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/ReadOnlyClass.php 17 8 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/StringMagicGetClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestClass.php 29 11 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestOverwritePropClass.php 22 13 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestUnserializeClass.php 23 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestWakeupClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/MySerializable.php 16 10 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/SimpleObject.php 16 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/__serialize-but-no-__unserialize.php 5 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/__unserialize-but-no-__serialize.php 9 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/abstract-parent.php 5 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-iterator.php 9 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object-custom.php 9 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object.php 6 7 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/clone.php 6 5 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/datetime.php 9 15 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/error.php 26 6 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-array-iterator.php 5 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-error.php 5 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-stdclass.php 9 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/foo-serializable.php 3 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references-recursive.php 13 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references.php 15 7 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/incomplete-class.php 3 2 2
/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 5 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/private-constructor.php 5 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/private.php 23 5 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/readonly.php 18 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/serializable.php 3 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/spl-object-storage.php 14 5 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/unit-enum.php 4 1 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/var-on-sleep.php 23 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup-refl.php 5 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup.php 12 6 4
/src/Symfony/Component/VarExporter/Tests/InstantiatorTest.php 85 49 19
/src/Symfony/Component/VarExporter/Tests/LazyGhostTraitTest.php 85 168 46
/src/Symfony/Component/VarExporter/Tests/LazyProxyTraitTest.php 172 138 36
/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php 273 214 44
/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php 166 260 73
/src/Symfony/Component/VarExporter/VarExporter.php 52 33 24
/src/Symfony/Component/WebLink/EventListener/AddLinkHeaderListener.php 33 15 14
/src/Symfony/Component/WebLink/GenericLinkProvider.php 38 13 7
/src/Symfony/Component/WebLink/HttpHeaderSerializer.php 54 19 10
/src/Symfony/Component/WebLink/Link.php 216 281 19
/src/Symfony/Component/WebLink/Tests/EventListener/AddLinkHeaderListenerTest.php 30 15 8
/src/Symfony/Component/WebLink/Tests/GenericLinkProviderTest.php 37 12 5
/src/Symfony/Component/WebLink/Tests/HttpHeaderSerializerTest.php 40 28 12
/src/Symfony/Component/WebLink/Tests/LinkTest.php 86 30 12
/src/Symfony/Component/Webhook/Client/AbstractRequestParser.php 32 25 14
/src/Symfony/Component/Webhook/Client/RequestParser.php 39 38 17
/src/Symfony/Component/Webhook/Client/RequestParserInterface.php 33 9 6
/src/Symfony/Component/Webhook/Controller/WebhookController.php 38 30 21
/src/Symfony/Component/Webhook/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Webhook/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Webhook/Exception/LogicException.php 17 3 3
/src/Symfony/Component/Webhook/Exception/RejectWebhookException.php 19 8 8
/src/Symfony/Component/Webhook/Exception/RuntimeException.php 17 5 5
/src/Symfony/Component/Webhook/Messenger/SendWebhookHandler.php 22 11 10
/src/Symfony/Component/Webhook/Messenger/SendWebhookMessage.php 24 18 11
/src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php 38 19 12
/src/Symfony/Component/Webhook/Server/HeadersConfigurator.php 28 15 9
/src/Symfony/Component/Webhook/Server/JsonBodyConfigurator.php 28 18 15
/src/Symfony/Component/Webhook/Server/Transport.php 32 35 13
/src/Symfony/Component/Webhook/Subscriber.php 18 18 12
/src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php 35 22 14
/src/Symfony/Component/Webhook/Tests/Client/RequestParserTest.php 21 9 8
/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 168 104 39
/src/Symfony/Component/Workflow/Debug/TraceableWorkflow.php 116 64 30
/src/Symfony/Component/Workflow/Definition.php 116 28 12
/src/Symfony/Component/Workflow/DefinitionBuilder.php 50 39 14
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowDebugPass.php 26 8 8
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php 16 6 6
/src/Symfony/Component/Workflow/Dumper/DumperInterface.php 28 6 6
/src/Symfony/Component/Workflow/Dumper/GraphvizDumper.php 149 85 27
/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php 30 97 35
/src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php 66 84 33
/src/Symfony/Component/Workflow/Dumper/StateMachineGraphvizDumper.php 90 16 14
/src/Symfony/Component/Workflow/Event/AnnounceEvent.php 26 5 3
/src/Symfony/Component/Workflow/Event/CompletedEvent.php 26 5 3
/src/Symfony/Component/Workflow/Event/EnterEvent.php 26 5 3
/src/Symfony/Component/Workflow/Event/EnteredEvent.php 26 5 3
/src/Symfony/Component/Workflow/Event/Event.php 64 29 10
/src/Symfony/Component/Workflow/Event/GuardEvent.php 35 19 14
/src/Symfony/Component/Workflow/Event/HasContextTrait.php 23 2 2
/src/Symfony/Component/Workflow/Event/LeaveEvent.php 26 5 3
/src/Symfony/Component/Workflow/Event/TransitionEvent.php 26 6 3
/src/Symfony/Component/Workflow/EventListener/AuditTrailListener.php 37 20 11
/src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php 36 19 11
/src/Symfony/Component/Workflow/EventListener/GuardExpression.php 27 10 6
/src/Symfony/Component/Workflow/EventListener/GuardListener.php 48 37 15
/src/Symfony/Component/Workflow/Exception/ExceptionInterface.php 18 2 2
/src/Symfony/Component/Workflow/Exception/InvalidArgumentException.php 18 3 3
/src/Symfony/Component/Workflow/Exception/InvalidDefinitionException.php 19 3 3
/src/Symfony/Component/Workflow/Exception/LogicException.php 18 2 2
/src/Symfony/Component/Workflow/Exception/NotEnabledTransitionException.php 33 7 7
/src/Symfony/Component/Workflow/Exception/RuntimeException.php 19 3 3
/src/Symfony/Component/Workflow/Exception/TransitionException.php 47 24 10
/src/Symfony/Component/Workflow/Exception/UndefinedTransitionException.php 23 5 5
/src/Symfony/Component/Workflow/Marking.php 46 16 11
/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php 55 61 30
/src/Symfony/Component/Workflow/Metadata/GetMetadataTrait.php 24 12 9
/src/Symfony/Component/Workflow/Metadata/InMemoryMetadataStore.php 44 14 9
/src/Symfony/Component/Workflow/Metadata/MetadataStoreInterface.php 23 7 5
/src/Symfony/Component/Workflow/Registry.php 56 30 19
/src/Symfony/Component/Workflow/StateMachine.php 16 11 7
/src/Symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.php 34 7 7
/src/Symfony/Component/Workflow/Tests/Attribute/AsListenerTest.php 64 65 15
/src/Symfony/Component/Workflow/Tests/DataCollector/WorkflowDataCollectorTest.php 89 45 17
/src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php 71 45 24
/src/Symfony/Component/Workflow/Tests/DefinitionBuilderTest.php 21 25 11
/src/Symfony/Component/Workflow/Tests/DefinitionTest.php 47 45 10
/src/Symfony/Component/Workflow/Tests/DependencyInjection/WorkflowGuardListenerPassTest.php 69 41 10
/src/Symfony/Component/Workflow/Tests/Dumper/GraphvizDumperTest.php 26 22 7
/src/Symfony/Component/Workflow/Tests/Dumper/MermaidDumperTest.php 176 49 13
/src/Symfony/Component/Workflow/Tests/Dumper/PlantUmlDumperTest.php 45 30 14
/src/Symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.php 51 13 8
/src/Symfony/Component/Workflow/Tests/EventListener/AuditTrailListenerTest.php 27 26 19
/src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php 62 74 24
/src/Symfony/Component/Workflow/Tests/MarkingStore/MethodMarkingStoreTest.php 42 43 19
/src/Symfony/Component/Workflow/Tests/MarkingStore/PropertiesMarkingStoreTest.php 19 41 22
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithProperties.php 17 8 6
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithType.php 28 9 5
/src/Symfony/Component/Workflow/Tests/MarkingTest.php 19 5 5
/src/Symfony/Component/Workflow/Tests/Metadata/InMemoryMetadataStoreTest.php 69 34 13
/src/Symfony/Component/Workflow/Tests/RegistryTest.php 37 67 19
/src/Symfony/Component/Workflow/Tests/StateMachineTest.php 139 62 14
/src/Symfony/Component/Workflow/Tests/Subject.php 16 14 8
/src/Symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.php 21 17 9
/src/Symfony/Component/Workflow/Tests/TransitionTest.php 19 6 6
/src/Symfony/Component/Workflow/Tests/Validator/StateMachineValidatorTest.php 69 54 13
/src/Symfony/Component/Workflow/Tests/Validator/WorkflowValidatorTest.php 25 22 10
/src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php 14 51 10
/src/Symfony/Component/Workflow/Tests/WorkflowTest.php 288 369 34
/src/Symfony/Component/Workflow/Transition.php 20 12 7
/src/Symfony/Component/Workflow/TransitionBlocker.php 61 38 19
/src/Symfony/Component/Workflow/TransitionBlockerList.php 68 14 9
/src/Symfony/Component/Workflow/Validator/DefinitionValidatorInterface.php 26 5 4
/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php 39 27 10
/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php 36 24 12
/src/Symfony/Component/Workflow/Workflow.php 434 146 29
/src/Symfony/Component/Workflow/WorkflowEvents.php 26 11 4
/src/Symfony/Component/Workflow/WorkflowInterface.php 35 7 4
/src/Symfony/Component/Yaml/Command/LintCommand.php 139 133 58
/src/Symfony/Component/Yaml/Dumper.php 77 67 27
/src/Symfony/Component/Yaml/Escaper.php 65 22 9
/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 123 55 20
/src/Symfony/Component/Yaml/Exception/RuntimeException.php 19 4 4
/src/Symfony/Component/Yaml/Inline.php 115 433 76
/src/Symfony/Component/Yaml/Parser.php 148 525 73
/src/Symfony/Component/Yaml/Tag/TaggedValue.php 21 10 5
/src/Symfony/Component/Yaml/Tests/Command/LintCommandTest.php 88 74 28
/src/Symfony/Component/Yaml/Tests/DumperTest.php 374 352 37
/src/Symfony/Component/Yaml/Tests/InlineTest.php 132 606 36
/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php 19 10 6
/src/Symfony/Component/Yaml/Tests/ParserTest.php 40 668 49
/src/Symfony/Component/Yaml/Tests/YamlTest.php 27 19 9
/src/Symfony/Component/Yaml/Unescaper.php 51 39 18
/src/Symfony/Component/Yaml/Yaml.php 52 31 12
/src/Symfony/Contracts/Cache/CacheInterface.php 58 11 8
/src/Symfony/Contracts/Cache/CacheTrait.php 50 50 30
/src/Symfony/Contracts/Cache/CallbackInterface.php 31 3 3
/src/Symfony/Contracts/Cache/ItemInterface.php 64 13 6
/src/Symfony/Contracts/Cache/TagAwareCacheInterface.php 37 3 3
/src/Symfony/Contracts/Deprecation/function.php 23 6 6
/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 8 7
/src/Symfony/Contracts/HttpClient/ResponseInterface.php 72 17 7
/src/Symfony/Contracts/HttpClient/ResponseStreamInterface.php 25 2 1
/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php 36 105 18
/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php 780 322 47
/src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php 51 23 15
/src/Symfony/Contracts/Service/Attribute/Required.php 23 2 2
/src/Symfony/Contracts/Service/Attribute/SubscribedService.php 39 30 14
/src/Symfony/Contracts/Service/ResetInterface.php 32 1 1
/src/Symfony/Contracts/Service/ServiceLocatorTrait.php 75 55 28
/src/Symfony/Contracts/Service/ServiceProviderInterface.php 29 5 4
/src/Symfony/Contracts/Service/ServiceSubscriberInterface.php 14 1 1
/src/Symfony/Contracts/Service/ServiceSubscriberTrait.php 67 25 18
/src/Symfony/Contracts/Service/Test/ServiceLocatorTest.php 20 2 2
/src/Symfony/Contracts/Service/Test/ServiceLocatorTestCase.php 27 49 17
/src/Symfony/Contracts/Tests/Cache/CacheTraitTest.php 24 85 13
/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php 102 106 36
/src/Symfony/Contracts/Translation/LocaleAwareInterface.php 23 2 1
/src/Symfony/Contracts/Translation/Test/TranslatorTest.php 376 89 24
/src/Symfony/Contracts/Translation/TranslatableInterface.php 19 2 2
/src/Symfony/Contracts/Translation/TranslatorInterface.php 62 4 2
/src/Symfony/Contracts/Translation/TranslatorTrait.php 202 110 39
None 32 2604 12