Files Overview

Filename LoC Issues Analysers
/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php 209 145 50
/src/Symfony/Bridge/Doctrine/Attribute/MapEntity.php 38 53 19
/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php 35 31 24
/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php 94 84 36
/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php 167 111 51
/src/Symfony/Bridge/Doctrine/DataCollector/ObjectParameter.php 17 22 11
/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php 94 221 50
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php 29 13 12
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php 81 51 23
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php 109 51 25
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterUidTypePass.php 34 13 6
/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php 35 29 19
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php 76 55 34
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php 105 45 25
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php 83 44 25
/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php 31 29 19
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php 21 17 12
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php 181 181 45
/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php 30 17 15
/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php 97 92 34
/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php 74 63 25
/src/Symfony/Bridge/Doctrine/IdGenerator/UlidGenerator.php 30 24 18
/src/Symfony/Bridge/Doctrine/IdGenerator/UuidGenerator.php 37 47 25
/src/Symfony/Bridge/Doctrine/ManagerRegistry.php 62 42 19
/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php 41 28 16
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php 36 19 17
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php 28 11 11
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineOpenTransactionLoggerMiddleware.php 46 27 19
/src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php 43 23 16
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php 36 11 11
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Connection.php 87 100 23
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Connection.php 108 117 24
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Statement.php 69 63 30
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DebugDataHolder.php 17 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 41 50 26
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Statement.php 57 57 27
/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php 222 236 50
/src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php 40 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 56 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 164 74 24
/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php 81 81 34
/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php 34 3 3
/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php 78 228 32
/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php 40 161 22
/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php 93 103 28
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php 25 50 15
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php 21 17 12
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterUidTypePassTest.php 22 15 8
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php 59 73 28
/src/Symfony/Bridge/Doctrine/Tests/DoctrineTestHelper.php 17 50 16
/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 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsBundle/Entity/Person.php 19 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/AnnotationsOneLineBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/Entity/Person.php 19 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AnnotatedEntity/Person.php 19 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AttributesBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/Entity/Person.php 19 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/Entity/Address.php 18 19 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/FullEmbeddableAnnotationsBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/Entity/Address.php 18 19 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/FullEmbeddableAttributesBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/Entity/Person.php 19 24 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/NewAnnotationsBundle.php 18 7 7
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/Entity/Person.php 14 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/NewXmlBundle.php 18 7 7
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/Entity/Person.php 14 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/PhpBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/Entity/Person.php 14 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/SrcXmlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/Entity/Person.php 14 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/XmlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/Entity/Person.php 14 15 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/YamlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php 19 23 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php 40 29 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php 19 29 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEmbed.php 20 16 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEntity.php 43 79 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEnum.php 25 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 26 32 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNullableNameEntity.php 26 35 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DummyManager.php 14 108 21
/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 24 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/MockableRepository.php 18 5 5
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Person.php 22 33 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php 20 29 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php 20 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 40 41 18
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php 19 23 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapper.php 21 11 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapperType.php 19 29 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UlidIdEntity.php 24 19 13
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php 52 49 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 36 116 20
/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php 31 42 14
/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php 111 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 544 39
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UlidGeneratorTest.php 33 22 11
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidGeneratorTest.php 24 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 78 86 18
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineTransactionMiddlewareTest.php 72 54 16
/src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php 271 174 33
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php 237 92 20
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php 31 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 30 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 25 39 16
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/MessengerTransportDoctrineSchemaListenerTest.php 50 56 14
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php 24 22 11
/src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php 37 30 13
/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php 156 117 21
/src/Symfony/Bridge/Doctrine/Tests/TestManagerRegistry.php 23 8 8
/src/Symfony/Bridge/Doctrine/Tests/TestRepositoryFactory.php 28 28 11
/src/Symfony/Bridge/Doctrine/Tests/Types/UlidTypeTest.php 38 104 23
/src/Symfony/Bridge/Doctrine/Tests/Types/UuidTypeTest.php 32 107 21
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityTest.php 64 71 18
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php 937 309 41
/src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php 199 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 73 77 30
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php 41 88 44
/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php 31 13 11
/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php 48 101 47
/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php 154 89 45
/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 40 27 17
/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php 139 78 33
/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php 169 86 39
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php 51 39 20
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php 46 31 17
/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php 42 31 22
/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php 57 68 32
/src/Symfony/Bridge/Monolog/Handler/NotifierHandler.php 61 53 27
/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php 76 71 36
/src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php 47 21 17
/src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php 40 28 17
/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php 50 50 23
/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php 42 25 17
/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 14 13
/src/Symfony/Bridge/Monolog/Tests/Formatter/ConsoleFormatterTest.php 25 29 16
/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php 37 103 23
/src/Symfony/Bridge/Monolog/Tests/Handler/ElasticsearchLogstashHandlerTest.php 25 78 20
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php 25 76 17
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php 39 59 20
/src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php 115 54 19
/src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php 35 93 29
/src/Symfony/Bridge/Monolog/Tests/Handler/ServerLogHandlerTest.php 68 47 21
/src/Symfony/Bridge/Monolog/Tests/Processor/ClassThatInheritDebugProcessor.php 24 12 7
/src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php 56 22 10
/src/Symfony/Bridge/Monolog/Tests/Processor/DebugProcessorTest.php 36 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 41 50 22
/src/Symfony/Bridge/Monolog/Tests/RecordFactory.php 20 24 14
/src/Symfony/Bridge/PhpUnit/ClassExistsMock.php 51 59 17
/src/Symfony/Bridge/PhpUnit/ClockMock.php 53 64 24
/src/Symfony/Bridge/PhpUnit/ConstraintTrait.php 14 9 7
/src/Symfony/Bridge/PhpUnit/CoverageListener.php 43 74 32
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php 335 224 66
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php 170 132 39
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php 259 201 54
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationGroup.php 17 8 6
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationNotice.php 17 8 6
/src/Symfony/Bridge/PhpUnit/DnsMock.php 57 55 21
/src/Symfony/Bridge/PhpUnit/ExpectDeprecationTrait.php 18 6 5
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV7.php 41 33 16
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV9.php 33 51 20
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintLogicTrait.php 31 15 7
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV7.php 26 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 16 10
/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php 53 36 18
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillAssertTrait.php 153 35 7
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php 36 21 6
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php 37 30 11
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php 149 214 60
/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php 17 4 3
/src/Symfony/Bridge/PhpUnit/Tests/ClassExistsMockTest.php 40 144 14
/src/Symfony/Bridge/PhpUnit/Tests/ClockMockTest.php 24 40 12
/src/Symfony/Bridge/PhpUnit/Tests/CoverageListenerTest.php 18 23 13
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php 536 159 39
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationGroupTest.php 10 8 5
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationNoticeTest.php 26 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 19 42 12
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/BarService.php 11 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/ExtendsDeprecatedFromVendor.php 7 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/ExtendsDeprecatedClassFromOtherVendor.php 9 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/PhpDeprecation.php 12 12 10
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php 12 16 9
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php 18 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 10 12 9
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php 23 33 20
/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 29 19
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/foo/lib/SomeOtherService.php 7 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_phar.php 4 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php 24 36 11
/src/Symfony/Bridge/PhpUnit/Tests/EnumExistsMockTest.php 63 70 12
/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php 50 43 9
/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php 38 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 30 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 13 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 318 61
/src/Symfony/Bridge/PhpUnit/bootstrap.php 41 35 13
/src/Symfony/Bridge/PsrHttpMessage/ArgumentValueResolver/PsrServerRequestResolver.php 43 16 15
/src/Symfony/Bridge/PsrHttpMessage/EventListener/PsrResponseListener.php 50 12 11
/src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php 54 76 35
/src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php 90 84 34
/src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php 61 27 23
/src/Symfony/Bridge/PsrHttpMessage/HttpFoundationFactoryInterface.php 34 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 35 18 10
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/HttpFoundationFactoryTest.php 43 82 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/PsrHttpFactoryTest.php 41 92 26
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Controller/PsrRequestController.php 27 19 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Kernel.php 33 26 20
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php 88 75 21
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php 41 29 18
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php 49 178 36
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Stream.php 33 61 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/UploadedFile.php 51 53 13
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php 34 125 26
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/ControllerTest.php 40 25 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/CovertTest.php 37 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 335 77
/src/Symfony/Bridge/Twig/Command/LintCommand.php 120 153 61
/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php 65 113 40
/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php 58 38 23
/src/Symfony/Bridge/Twig/EventListener/TemplateAttributeListener.php 45 44 36
/src/Symfony/Bridge/Twig/Extension/AssetExtension.php 54 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 40 21
/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php 32 16 12
/src/Symfony/Bridge/Twig/Extension/FormExtension.php 82 156 38
/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 35 23 12
/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php 57 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 32 23 12
/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php 48 35 17
/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php 35 42 20
/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php 49 62 19
/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 58 98 39
/src/Symfony/Bridge/Twig/Extension/WebLinkExtension.php 34 28 15
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php 35 60 18
/src/Symfony/Bridge/Twig/Extension/YamlExtension.php 46 20 13
/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php 33 32 19
/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php 42 40 21
/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php 232 122 43
/src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php 66 53 17
/src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php 199 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 27 12 10
/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php 40 56 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 56 30 16
/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 37 110 18
/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php 314 106 28
/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php 126 83 30
/src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php 24 30 13
/src/Symfony/Bridge/Twig/Tests/EventListener/TemplateAttributeListenerTest.php 27 38 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3HorizontalLayoutTestCase.php 163 64 8
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTestCase.php 1551 464 15
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4HorizontalLayoutTestCase.php 168 83 8
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4LayoutTestCase.php 425 166 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5HorizontalLayoutTestCase.php 136 66 7
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTestCase.php 490 254 11
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractDivLayoutTestCase.php 58 244 15
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php 2502 556 33
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractTableLayoutTestCase.php 62 125 10
/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php 44 75 28
/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php 21 13 8
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/SerializerModelFixture.php 13 13 9
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php 18 7 6
/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 30 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5LayoutTest.php 32 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php 132 130 23
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionFieldHelpersTest.php 115 132 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php 119 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 31 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 43 29 15
/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php 40 39 19
/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php 141 89 25
/src/Symfony/Bridge/Twig/Tests/Extension/WebLinkExtensionTest.php 70 42 11
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php 135 72 14
/src/Symfony/Bridge/Twig/Tests/Fixtures/TemplateAttributeController.php 19 12 10
/src/Symfony/Bridge/Twig/Tests/Mime/BodyRendererTest.php 28 92 23
/src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php 19 44 11
/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php 36 59 20
/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php 95 67 13
/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php 46 70 16
/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php 206 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 28 57 20
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php 54 44 15
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php 41 56 9
/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php 43 91 13
/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php 123 53 16
/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php 40 23 12
/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php 32 38 16
/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php 45 36 18
/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php 30 19 12
/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php 55 57 18
/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php 53 38 23
/src/Symfony/Bridge/Twig/UndefinedCallableHandler.php 105 47 19
/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php 41 26 18
/src/Symfony/Bundle/DebugBundle/DebugBundle.php 25 24 14
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php 26 7 7
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php 24 7 7
/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php 29 27 14
/src/Symfony/Bundle/DebugBundle/Resources/config/services.php 134 26 10
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php 38 51 9
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php 86 33 17
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php 42 27 19
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/CachePoolClearerCacheWarmer.php 51 10 7
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php 75 44 26
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php 53 15 14
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php 53 23 18
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php 47 17 12
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php 52 24 18
/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php 123 35 21
/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php 152 49 23
/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php 255 102 42
/src/Symfony/Bundle/FrameworkBundle/Command/BuildDebugContainerTrait.php 36 17 14
/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php 172 89 36
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php 138 55 30
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php 84 35 22
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php 72 48 27
/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 108 45
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php 149 57 28
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php 188 121 34
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php 61 46 24
/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php 104 90 42
/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php 120 54 29
/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php 146 67 33
/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php 42 45 25
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php 61 40 22
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php 55 31 23
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php 66 34 22
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php 64 45 27
/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 121 48
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php 141 159 50
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php 117 36 22
/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php 39 15 15
/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php 38 15 15
/src/Symfony/Bundle/FrameworkBundle/Console/Application.php 124 79 38
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php 327 180 61
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php 412 235 59
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php 300 293 52
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php 316 441 69
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php 65 300 55
/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php 16 9 6
/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php 180 215 48
/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php 27 9 9
/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php 159 107 33
/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php 59 45 21
/src/Symfony/Bundle/FrameworkBundle/DataCollector/AbstractDataCollector.php 21 12 10
/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php 25 13 13
/src/Symfony/Bundle/FrameworkBundle/DataCollector/TemplateAwareDataCollectorInterface.php 21 4 4
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddDebugLogProcessorPass.php 20 5 5
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AssetsContextPass.php 21 13 8
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php 28 7 7
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php 23 6 6
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php 29 14 11
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php 22 11 9
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php 24 15 13
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php 34 12 11
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php 131 16 8
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php 1324 433 53
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php 2356 1355 79
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/VirtualRequestStackPass.php 20 6 6
/src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php 109 88 36
/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php 73 23 18
/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php 94 100 14
/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php 30 50 23
/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php 186 70 26
/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php 71 80 38
/src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php 18 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 20 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 65 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 10 9
/src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php 29 19 13
/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php 66 27 19
/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableCompiledUrlMatcher.php 24 4 4
/src/Symfony/Bundle/FrameworkBundle/Routing/RouteLoaderInterface.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php 76 69 38
/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php 36 29 19
/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php 42 41 17
/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php 120 133 43
/src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php 149 186 33
/src/Symfony/Bundle/FrameworkBundle/Test/DomCrawlerAssertionsTrait.php 32 106 15
/src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php 23 61 24
/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php 90 46 25
/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php 73 113 17
/src/Symfony/Bundle/FrameworkBundle/Test/NotificationAssertionsTrait.php 35 79 17
/src/Symfony/Bundle/FrameworkBundle/Test/TestBrowserToken.php 37 17 15
/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php 76 66 26
/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 145 225 42
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.php 35 18 11
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php 108 60 21
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php 118 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 16 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php 88 62 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php 55 24 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolClearCommandTest.php 47 27 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolDeleteCommandTest.php 101 45 20
/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 27 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php 37 24 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsListCommandTest.php 25 11 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsRemoveCommandTest.php 24 14 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsSetCommandTest.php 35 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php 70 133 33
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandCompletionTest.php 45 49 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php 92 142 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/WorkflowDumpCommandTest.php 35 18 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/XliffLintCommandTest.php 46 33 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/YamlLintCommandTest.php 84 47 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php 36 125 24
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 131 148 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php 23 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php 23 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php 309 128 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php 37 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 81 70 28
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php 284 111 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php 76 35 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php 55 21 16
/src/Symfony/Bundle/FrameworkBundle/Tests/DataCollector/RouterDataCollectorTest.php 46 20 10
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php 79 64 22
/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 290 256 29
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php 18 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/asset_mapper_without_assets.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php 51 4 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware_pool.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_and_ssi_without_fragments.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/exceptions.php 8 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_csrf_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_default_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/fragments_and_hinclude.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_allowed_link_and_media_hosts.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_config.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_full_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_mock_response_factory.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_override_default_options.php 3 5 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_retry.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_scoped_without_query_option.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_xml_key.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_dsn.php 20 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_transports.php 23 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger.php 6 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_middleware_factory_erroneous_format.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_buses.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports_global.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_transport.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_wildcard.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_single.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transports.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_mailer.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_messenger.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_transports.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_disabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_enabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_level.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_levels.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler_collect_serializer_data.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping_without_annotations.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_without_translator.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/ssi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_cache_dir_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_attributes.php 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 1339 674 64
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php 208 57 14
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php 36 25 13
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php 14 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 9 9
/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 2 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 7 7
/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 24 33 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ApiAttributesTest.php 41 113 33
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php 34 15 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DefaultConfigTestBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/Configuration.php 19 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/DefaultConfigTestExtension.php 19 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/DependencyInjection/ExtensionWithoutConfigTestExtension.php 19 17 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/ExtensionWithoutConfigTestBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/Entity/LegacyPerson.php 17 9 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/LegacyBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/Entity/ModernPerson.php 17 9 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/ModernBundle.php 18 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Controller/DefaultController.php 50 54 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/RoutingConditionServiceBundle.php 16 2 2
/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 12 12
/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 21 46 15
/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 27 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 33 13 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php 25 47 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php 25 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 34 43 15
/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 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php 24 21 15
/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 9 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/NonPublicService.php 14 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/PrivateService.php 16 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/PublicService.php 17 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 20 8 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransPropertyService.php 20 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransSubscriberService.php 27 9 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/BundlePathsTest.php 76 34 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CacheAttributeListenerTest.php 24 70 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolClearCommandTest.php 32 55 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolListCommandTest.php 38 18 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php 127 35 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php 78 85 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php 30 47 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php 152 163 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php 26 11 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php 42 68 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Extension/TestDumpExtension.php 33 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php 19 15 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/HttpClientTest.php 16 36 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/MailerTest.php 86 95 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/NotificationTest.php 27 45 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php 60 16 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/PropertyInfoTest.php 18 12 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Psr4RoutingTest.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RouterDebugCommandTest.php 95 31 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RoutingConditionServiceTest.php 27 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SchedulerTest.php 91 30 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SecurityTest.php 21 29 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php 33 45 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php 147 30 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SluggerLocaleAwareTest.php 24 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php 24 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 39 36 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php 63 68 28
/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 32 62 26
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php 35 83 35
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php 47 54 28
/src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php 54 35 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php 31 26 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableCompiledUrlMatcherTest.php 43 27 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php 534 330 29
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/DotenvVaultTest.php 33 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 103 118 29
/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php 96 66 30
/src/Symfony/Bundle/FullStack.php 19 1 1
/src/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php 32 15 12
/src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php 269 86 37
/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php 111 136 42
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php 74 23 16
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php 38 26 13
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedLazyListener.php 47 10 8
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php 38 5 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php 25 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php 39 11 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php 31 19 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/CleanRememberMeVerifierPass.php 24 5 5
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePass.php 25 14 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php 29 9 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php 65 17 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php 77 7 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterLdapLocatorPass.php 28 10 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php 30 9 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php 29 10 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php 29 16 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php 225 136 33
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php 58 27 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php 47 21 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/ServiceTokenHandlerFactory.php 35 12 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/TokenHandlerFactoryInterface.php 35 6 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php 71 31 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php 98 74 37
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php 33 4 3
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php 25 14 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.php 30 1 1
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php 43 18 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php 28 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php 43 18 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php 33 30 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php 39 14 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php 25 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php 35 17 8
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php 149 50 27
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php 33 47 23
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php 173 91 39
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php 46 20 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php 26 22 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/StatelessAuthenticatorFactoryInterface.php 27 5 5
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php 47 23 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php 45 20 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php 27 29 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php 27 4 2
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php 1058 495 63
/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php 59 21 16
/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php 39 7 7
/src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php 36 16 9
/src/Symfony/Bundle/SecurityBundle/RememberMe/DecoratedRememberMeHandler.php 34 7 5
/src/Symfony/Bundle/SecurityBundle/RememberMe/FirewallAwareRememberMeHandler.php 36 14 7
/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 26 19 13
/src/Symfony/Bundle/SecurityBundle/Security.php 60 89 31
/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php 39 26 14
/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 28 18 11
/src/Symfony/Bundle/SecurityBundle/Security/LazyFirewallContext.php 37 20 13
/src/Symfony/Bundle/SecurityBundle/Security/UserAuthenticator.php 38 13 8
/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php 101 36 11
/src/Symfony/Bundle/SecurityBundle/Tests/CacheWarmer/ExpressionCacheWarmerTest.php 22 16 13
/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php 41 188 37
/src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php 38 39 16
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php 22 31 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php 108 41 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSessionDomainConstraintPassTest.php 57 44 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePassTest.php 63 25 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterEntryPointsPassTest.php 89 40 18
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php 128 60 20
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterTokenUsageTrackingPassTest.php 27 26 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/SortFirewallListenersPassTest.php 64 54 17
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php 333 127 28
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php 11 11 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_customized_config.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_default_strategy.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_service.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_service_and_strategy.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_strategy_service.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/argon2i_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/authenticator_manager.php 5 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/bcrypt_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php 3 14 5
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/firewall_patterns.php 3 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/firewall_provider.php 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 5 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php 3 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/migrating_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/no_custom_user_checker.php 3 6 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php 3 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/sodium_hasher.php 5 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php 204 54 13
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php 20 15 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php 92 46 22
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php 176 56 16
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/LoginLinkFactoryTest.php 21 10 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php 42 216 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 24 34 23
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php 351 212 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php 16 6 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php 108 56 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AutowiringTypesTest.php 20 10 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/AccessTokenBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Controller/BarController.php 20 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Controller/FooController.php 21 6 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Handler/AccessTokenHandler.php 21 7 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 11 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ApiAuthenticator.php 60 35 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/AuthenticatorBundle.php 20 8 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/DummyFormLoginFactory.php 26 10 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/LoginFormAuthenticator.php 50 26 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ProfileController.php 22 7 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php 24 13 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiredServices.php 25 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiringBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php 55 32 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php 72 22 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/DependencyInjection/EventExtension.php 20 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventBundle.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventSubscriber/TestSubscriber.php 24 15 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php 21 17 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php 23 13 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php 30 47 19
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php 48 39 23
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php 21 6 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php 21 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php 31 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Controller/TestController.php 22 9 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/JsonLoginBundle.php 19 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 11 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/LoginLink/TestCustomLoginLinkSuccessHandler.php 22 11 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/MissingUserProviderBundle/MissingUserProviderBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Controller/ProfileController.php 14 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/RememberMeBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/StaticTokenProvider.php 23 24 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/UserChangingUserProvider.php 41 23 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/DependencyInjection/RequestTrackerExtension.php 20 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/EventSubscriber/RequestTrackerSubscriber.php 34 15 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/RequestTrackerBundle.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Controller/AdminController.php 18 9 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/SecuredPageBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php 60 19 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/TestBundle.php 21 9 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php 72 50 20
/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 100 37 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginLdapTest.php 18 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginTest.php 51 29 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php 26 26 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LoginLinkAuthenticationTest.php 24 12 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LogoutTest.php 92 41 16
/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 50 28 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php 47 70 14
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php 136 150 42
/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 46 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 27 20 13
/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 94 32 17
/src/Symfony/Bundle/SecurityBundle/Tests/Security/UserAuthenticatorTest.php 26 13 11
/src/Symfony/Bundle/SecurityBundle/Tests/SecurityTest.php 103 92 20
/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php 45 31 20
/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php 26 11 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php 28 15 8
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/RuntimeLoaderPass.php 24 6 6
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php 29 7 6
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php 28 11 9
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php 30 59 22
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php 45 35 17
/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php 159 82 34
/src/Symfony/Bundle/TwigBundle/Resources/config/console.php 14 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 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php 24 23 10
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php 48 32 11
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php 34 37 12
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php 56 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 118 74 25
/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php 24 32 16
/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php 25 34 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 16 9
/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php 57 18 11
/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php 156 161 41
/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php 57 48 21
/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php 236 82 28
/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php 21 7 7
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php 30 5 5
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php 60 26 13
/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php 87 87 37
/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php 91 207 50
/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php 80 24 16
/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 212 31
/src/Symfony/Bundle/WebProfilerBundle/Tests/Csp/ContentSecurityPolicyHandlerTest.php 25 40 10
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php 65 19 9
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php 47 75 29
/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php 346 169 17
/src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php 80 45 20
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php 120 40 17
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php 46 47 20
/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 36 18
/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php 52 87 34
/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php 21 5 5
/src/Symfony/Component/Asset/Context/ContextInterface.php 24 2 1
/src/Symfony/Component/Asset/Context/NullContext.php 19 1 1
/src/Symfony/Component/Asset/Context/RequestStackContext.php 23 15 8
/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 24 11 10
/src/Symfony/Component/Asset/Packages.php 31 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 29 14 5
/src/Symfony/Component/Asset/Tests/PackageTest.php 24 20 12
/src/Symfony/Component/Asset/Tests/PackagesTest.php 39 39 12
/src/Symfony/Component/Asset/Tests/PathPackageTest.php 25 28 11
/src/Symfony/Component/Asset/Tests/UrlPackageTest.php 28 54 11
/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php 27 7 5
/src/Symfony/Component/Asset/Tests/VersionStrategy/JsonManifestVersionStrategyTest.php 26 50 16
/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php 30 17 12
/src/Symfony/Component/Asset/UrlPackage.php 83 37 27
/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php 19 2 2
/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php 89 80 31
/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php 43 13 10
/src/Symfony/Component/AssetMapper/AssetMapper.php 55 50 25
/src/Symfony/Component/AssetMapper/AssetMapperCompiler.php 21 20 13
/src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php 113 83 42
/src/Symfony/Component/AssetMapper/AssetMapperInterface.php 41 6 2
/src/Symfony/Component/AssetMapper/AssetMapperRepository.php 124 69 26
/src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php 87 90 34
/src/Symfony/Component/AssetMapper/Command/DebugAssetMapperCommand.php 101 44 24
/src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php 36 96 35
/src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php 31 43 28
/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 117 69 33
/src/Symfony/Component/AssetMapper/Command/ImportMapUpdateCommand.php 32 42 28
/src/Symfony/Component/AssetMapper/Command/VersionProblemCommandTrait.php 32 8 4
/src/Symfony/Component/AssetMapper/CompiledAssetMapperConfigReader.php 21 26 14
/src/Symfony/Component/AssetMapper/Compiler/AssetCompilerInterface.php 28 6 3
/src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php 41 40 24
/src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php 165 99 39
/src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php 34 14 10
/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 62 44 27
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php 82 81 32
/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 71 37
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php 57 14 12
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php 55 75 24
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php 143 86 30
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php 183 75 34
/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 101 39
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php 59 51 24
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php 174 85 41
/src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php 29 31 8
/src/Symfony/Component/AssetMapper/ImportMap/PackageRequireOptions.php 33 33 12
/src/Symfony/Component/AssetMapper/ImportMap/PackageUpdateInfo.php 23 33 15
/src/Symfony/Component/AssetMapper/ImportMap/PackageVersionProblem.php 17 26 8
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php 127 60 27
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php 93 55 21
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php 220 173 45
/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 79 39 14
/src/Symfony/Component/AssetMapper/MapperAwareAssetPackage.php 37 13 9
/src/Symfony/Component/AssetMapper/Path/LocalPublicAssetsFilesystem.php 39 11 9
/src/Symfony/Component/AssetMapper/Path/PublicAssetsPathResolver.php 16 4 3
/src/Symfony/Component/AssetMapper/Tests/AssetMapperCompilerTest.php 22 35 15
/src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php 62 19 6
/src/Symfony/Component/AssetMapper/Tests/AssetMapperRepositoryTest.php 82 45 10
/src/Symfony/Component/AssetMapper/Tests/AssetMapperTest.php 42 29 17
/src/Symfony/Component/AssetMapper/Tests/Command/AssetMapperCompileCommandTest.php 42 57 18
/src/Symfony/Component/AssetMapper/Tests/Command/DebugAssetsMapperCommandTest.php 21 13 8
/src/Symfony/Component/AssetMapper/Tests/CompiledAssetMapperConfigReaderTest.php 47 37 17
/src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php 171 39 18
/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php 657 144 29
/src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php 24 24 16
/src/Symfony/Component/AssetMapper/Tests/Factory/CachedMappedAssetFactoryTest.php 88 73 22
/src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php 152 86 32
/src/Symfony/Component/AssetMapper/Tests/Fixtures/AssetMapperTestAppKernel.php 23 20 13
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapAuditorTest.php 95 53 26
/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 315 41
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php 104 212 50
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php 200 51 15
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php 123 117 39
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php 289 112 27
/src/Symfony/Component/AssetMapper/Tests/ImportMap/JavaScriptImportTest.php 19 9 6
/src/Symfony/Component/AssetMapper/Tests/ImportMap/PackageUpdateInfoTest.php 22 26 11
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageDownloaderTest.php 101 89 24
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php 57 76 23
/src/Symfony/Component/AssetMapper/Tests/ImportMap/Resolver/JsDelivrEsmResolverTest.php 50 130 30
/src/Symfony/Component/AssetMapper/Tests/MappedAssetTest.php 44 23 13
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageIntegrationTest.php 36 16 11
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageTest.php 21 19 12
/src/Symfony/Component/AssetMapper/Tests/Path/LocalPublicAssetsFilesystemTest.php 36 28 15
/src/Symfony/Component/AssetMapper/Tests/Path/PublicAssetsPathResolverTest.php 19 7 6
/src/Symfony/Component/BrowserKit/AbstractBrowser.php 378 265 61
/src/Symfony/Component/BrowserKit/Cookie.php 163 129 38
/src/Symfony/Component/BrowserKit/CookieJar.php 183 69 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 75 20 10
/src/Symfony/Component/BrowserKit/HttpBrowser.php 95 59 35
/src/Symfony/Component/BrowserKit/Request.php 24 27 7
/src/Symfony/Component/BrowserKit/Response.php 102 46 27
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserCookieValueSame.php 37 39 21
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserHasCookie.php 33 28 17
/src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php 448 257 24
/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php 146 269 22
/src/Symfony/Component/BrowserKit/Tests/CookieTest.php 149 165 18
/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php 74 39 9
/src/Symfony/Component/BrowserKit/Tests/HttpBrowserTest.php 202 96 21
/src/Symfony/Component/BrowserKit/Tests/RequestTest.php 19 28 6
/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php 96 57 15
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserCookieValueSameTest.php 36 24 15
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserHasCookieTest.php 66 44 16
/src/Symfony/Component/BrowserKit/Tests/TestClient.php 22 23 15
/src/Symfony/Component/BrowserKit/Tests/TestHttpClient.php 45 36 20
/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php 140 122 58
/src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php 268 160 55
/src/Symfony/Component/Cache/Adapter/AdapterInterface.php 25 4 3
/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php 107 63 34
/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php 333 209 71
/src/Symfony/Component/Cache/Adapter/ChainAdapter.php 79 119 43
/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php 74 108 47
/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php 68 116 50
/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php 314 228 59
/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php 25 15 13
/src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php 188 154 48
/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php 98 174 71
/src/Symfony/Component/Cache/Adapter/NullAdapter.php 40 64 25
/src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php 31 11 11
/src/Symfony/Component/Cache/Adapter/PdoAdapter.php 220 181 65
/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php 350 226 71
/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php 74 210 71
/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php 64 120 44
/src/Symfony/Component/Cache/Adapter/Psr16Adapter.php 39 33 20
/src/Symfony/Component/Cache/Adapter/RedisAdapter.php 17 14 12
/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php 256 200 66
/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php 158 145 55
/src/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php 30 3 3
/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php 207 167 44
/src/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php 29 11 9
/src/Symfony/Component/Cache/CacheItem.php 187 105 45
/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php 127 75 26
/src/Symfony/Component/Cache/DependencyInjection/CacheCollectorPass.php 29 20 14
/src/Symfony/Component/Cache/DependencyInjection/CachePoolClearerPass.php 23 6 6
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php 139 100 41
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php 26 12 9
/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 158 80 41
/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php 48 62 35
/src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php 28 16 15
/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php 30 3 3
/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php 35 19 15
/src/Symfony/Component/Cache/Marshaller/TagAwareMarshaller.php 73 40 23
/src/Symfony/Component/Cache/Messenger/EarlyExpirationDispatcher.php 48 31 24
/src/Symfony/Component/Cache/Messenger/EarlyExpirationHandler.php 64 24 15
/src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php 32 55 29
/src/Symfony/Component/Cache/PruneableInterface.php 19 1 1
/src/Symfony/Component/Cache/Psr16Cache.php 84 140 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 170 45
/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php 109 72 19
/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php 64 67 24
/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php 141 106 23
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php 34 27 18
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php 35 30 20
/src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php 112 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 174 122 40
/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php 27 12 9
/src/Symfony/Component/Cache/Tests/Adapter/NullAdapterTest.php 130 33 12
/src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php 106 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 66 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 71 34 27
/src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php 35 19 14
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php 48 26 10
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php 137 61 14
/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php 19 7 6
/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php 53 27 15
/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 198 115 27
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php 61 35 12
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareTestTrait.php 70 36 5
/src/Symfony/Component/Cache/Tests/Adapter/TraceableAdapterTest.php 80 46 16
/src/Symfony/Component/Cache/Tests/Adapter/TraceableTagAwareAdapterTest.php 23 9 8
/src/Symfony/Component/Cache/Tests/CacheItemTest.php 22 38 12
/src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php 75 52 18
/src/Symfony/Component/Cache/Tests/DependencyInjection/CacheCollectorPassTest.php 30 17 10
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php 25 39 12
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php 37 160 14
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPrunerPassTest.php 25 21 10
/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php 72 24 8
/src/Symfony/Component/Cache/Tests/Fixtures/PrunableAdapter.php 14 3 3
/src/Symfony/Component/Cache/Tests/Fixtures/StringableTag.php 14 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 23 17 9
/src/Symfony/Component/Cache/Tests/Marshaller/SodiumMarshallerTest.php 30 25 10
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationDispatcherTest.php 63 71 29
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationHandlerTest.php 35 27 17
/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 86 32
/src/Symfony/Component/Cache/Tests/Psr16CacheWithExternalAdapter.php 28 14 12
/src/Symfony/Component/Cache/Tests/Traits/RedisProxiesTest.php 84 29 13
/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php 107 130 24
/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php 335 174 64
/src/Symfony/Component/Cache/Traits/ContractsTrait.php 101 70 35
/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php 164 106 43
/src/Symfony/Component/Cache/Traits/FilesystemTrait.php 60 52 22
/src/Symfony/Component/Cache/Traits/ProxyTrait.php 31 8 7
/src/Symfony/Component/Cache/Traits/Redis5Proxy.php 966 2138 21
/src/Symfony/Component/Cache/Traits/Redis6Proxy.php 56 2750 27
/src/Symfony/Component/Cache/Traits/RedisCluster5Proxy.php 111 1732 21
/src/Symfony/Component/Cache/Traits/RedisCluster6Proxy.php 111 2444 27
/src/Symfony/Component/Cache/Traits/RedisClusterNodeProxy.php 43 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 507 98
/src/Symfony/Component/Cache/Traits/RelayProxy.php 222 2942 29
/src/Symfony/Component/Cache/Traits/RelayProxyTrait.php 151 203 14
/src/Symfony/Component/Cache/Traits/ValueWrapper.php 76 50 27
/src/Symfony/Component/Clock/Clock.php 79 38 23
/src/Symfony/Component/Clock/ClockAwareTrait.php 24 12 9
/src/Symfony/Component/Clock/ClockInterface.php 23 7 5
/src/Symfony/Component/Clock/DatePoint.php 37 73 22
/src/Symfony/Component/Clock/MockClock.php 36 40 22
/src/Symfony/Component/Clock/MonotonicClock.php 83 56 34
/src/Symfony/Component/Clock/NativeClock.php 57 32 25
/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 21 12 10
/src/Symfony/Component/Clock/Tests/ClockBeforeClassTest.php 32 24 15
/src/Symfony/Component/Clock/Tests/ClockTest.php 78 37 13
/src/Symfony/Component/Clock/Tests/DatePointTest.php 48 25 12
/src/Symfony/Component/Clock/Tests/MockClockTest.php 112 38 14
/src/Symfony/Component/Clock/Tests/MonotonicClockTest.php 35 25 11
/src/Symfony/Component/Clock/Tests/NativeClockTest.php 61 23 11
/src/Symfony/Component/Config/Builder/ClassBuilder.php 52 62 27
/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php 73 203 44
/src/Symfony/Component/Config/Builder/ConfigBuilderInterface.php 24 2 1
/src/Symfony/Component/Config/Builder/Method.php 30 5 5
/src/Symfony/Component/Config/Builder/Property.php 67 43 15
/src/Symfony/Component/Config/ConfigCache.php 28 9 8
/src/Symfony/Component/Config/ConfigCacheFactory.php 35 10 10
/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php 29 1 1
/src/Symfony/Component/Config/ConfigCacheInterface.php 33 5 5
/src/Symfony/Component/Config/Definition/ArrayNode.php 288 115 39
/src/Symfony/Component/Config/Definition/BaseNode.php 308 168 49
/src/Symfony/Component/Config/Definition/BooleanNode.php 23 15 10
/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php 382 140 45
/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php 34 14 12
/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php 30 17 13
/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 48 24 12
/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php 100 52 25
/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php 209 132 31
/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php 19 1 1
/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php 52 25 16
/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php 36 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 23 18 12
/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 29 24 13
/src/Symfony/Component/Config/Definition/Configurator/DefinitionConfigurator.php 43 41 23
/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php 86 122 48
/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php 99 140 45
/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 11 9
/src/Symfony/Component/Config/Definition/IntegerNode.php 23 12 10
/src/Symfony/Component/Config/Definition/Loader/DefinitionFileLoader.php 48 47 34
/src/Symfony/Component/Config/Definition/NodeInterface.php 31 12 4
/src/Symfony/Component/Config/Definition/NumericNode.php 21 41 18
/src/Symfony/Component/Config/Definition/Processor.php 70 26 15
/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php 166 112 58
/src/Symfony/Component/Config/Definition/ScalarNode.php 30 14 11
/src/Symfony/Component/Config/Definition/VariableNode.php 58 39 22
/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php 21 12 11
/src/Symfony/Component/Config/Exception/FileLocatorFileNotFoundException.php 30 7 7
/src/Symfony/Component/Config/Exception/LoaderLoadException.php 33 44 19
/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 26 14 10
/src/Symfony/Component/Config/Loader/DirectoryAwareLoaderInterface.php 21 1 1
/src/Symfony/Component/Config/Loader/FileLoader.php 106 123 53
/src/Symfony/Component/Config/Loader/GlobFileLoader.php 26 11 7
/src/Symfony/Component/Config/Loader/Loader.php 35 35 16
/src/Symfony/Component/Config/Loader/LoaderInterface.php 38 7 4
/src/Symfony/Component/Config/Loader/LoaderResolver.php 39 11 10
/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php 26 6 5
/src/Symfony/Component/Config/Loader/ParamConfigurator.php 19 4 4
/src/Symfony/Component/Config/Resource/ClassExistenceResource.php 185 92 41
/src/Symfony/Component/Config/Resource/ComposerResource.php 55 14 11
/src/Symfony/Component/Config/Resource/DirectoryResource.php 84 30 20
/src/Symfony/Component/Config/Resource/FileExistenceResource.php 24 6 5
/src/Symfony/Component/Config/Resource/FileResource.php 37 15 15
/src/Symfony/Component/Config/Resource/GlobResource.php 169 136 46
/src/Symfony/Component/Config/Resource/ReflectionClassResource.php 103 61 31
/src/Symfony/Component/Config/Resource/ResourceInterface.php 19 1 1
/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php 42 15 12
/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php 27 1 1
/src/Symfony/Component/Config/ResourceCheckerConfigCache.php 160 47 30
/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php 32 6 6
/src/Symfony/Component/Config/ResourceCheckerInterface.php 40 2 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.config.php 26 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 6 6
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php 62 32 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php 21 22 16
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php 19 53 22
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php 35 32 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/BooksConfig.php 21 33 23
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php 25 41 24
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php 43 39 22
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.output.php 13 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.php 19 8 8
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BarConfig.php 61 32 16
/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 22 32 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php 52 72 28
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.config.php 20 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 6 6
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php 23 41 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php 17 32 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php 23 38 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php 43 38 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.config.php 17 3 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.php 19 7 7
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php 87 36 17
/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 11 11
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php 99 57 17
/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 19 44 15
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php 22 38 21
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php 62 35 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php 21 25 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php 21 22 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php 26 55 27
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php 23 40 17
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php 179 113 33
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.config.php 15 2 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.php 19 6 6
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php 30 23 18
/src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php 83 61 24
/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 263 176 21
/src/Symfony/Component/Config/Tests/Definition/BaseNodeTest.php 64 53 17
/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php 51 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 19 50 10
/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php 170 93 22
/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 22 50 10
/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php 26 50 8
/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php 20 15 11
/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php 29 13 7
/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php 96 82 13
/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php 21 12 9
/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php 23 31 14
/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php 52 29 13
/src/Symfony/Component/Config/Tests/Definition/Loader/DefinitionFileLoaderTest.php 22 24 12
/src/Symfony/Component/Config/Tests/Definition/MergeTest.php 48 32 7
/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php 143 77 18
/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php 22 118 12
/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php 78 73 18
/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php 19 37 9
/src/Symfony/Component/Config/Tests/FileLocatorTest.php 23 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 5 5
/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php 15 5 5
/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php 19 11 10
/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php 16 2 2
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNode.php 10 26 11
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNodeDefinition.php 6 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php 20 12 11
/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 22 37 13
/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php 61 103 31
/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php 41 19 11
/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php 134 69 22
/src/Symfony/Component/Config/Tests/Resource/ClassExistenceResourceTest.php 70 51 17
/src/Symfony/Component/Config/Tests/Resource/ComposerResourceTest.php 37 17 12
/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php 164 97 21
/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php 30 37 13
/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php 31 37 14
/src/Symfony/Component/Config/Tests/Resource/GlobResourceTest.php 214 98 16
/src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php 54 121 47
/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php 16 4 4
/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php 120 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 216 127 47
/src/Symfony/Component/Console/Application.php 943 510 97
/src/Symfony/Component/Console/Attribute/AsCommand.php 26 29 21
/src/Symfony/Component/Console/CI/GithubActionReporter.php 88 54 19
/src/Symfony/Component/Console/Color.php 120 41 17
/src/Symfony/Component/Console/Command/Command.php 322 241 67
/src/Symfony/Component/Console/Command/CompleteCommand.php 197 87 42
/src/Symfony/Component/Console/Command/DumpCompletionCommand.php 125 58 36
/src/Symfony/Component/Console/Command/HelpCommand.php 30 20 14
/src/Symfony/Component/Console/Command/LazyCommand.php 43 96 21
/src/Symfony/Component/Console/Command/ListCommand.php 28 18 11
/src/Symfony/Component/Console/Command/LockableTrait.php 61 20 16
/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 27 4 3
/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php 23 14 9
/src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php 22 12 9
/src/Symfony/Component/Console/Completion/CompletionInput.php 72 65 38
/src/Symfony/Component/Console/Completion/CompletionSuggestions.php 31 15 7
/src/Symfony/Component/Console/Completion/Output/BashCompletionOutput.php 22 6 6
/src/Symfony/Component/Console/Completion/Output/CompletionOutputInterface.php 24 1 1
/src/Symfony/Component/Console/Completion/Output/FishCompletionOutput.php 22 6 6
/src/Symfony/Component/Console/Completion/Output/ZshCompletionOutput.php 22 7 7
/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 74 14
/src/Symfony/Component/Console/DataCollector/CommandDataCollector.php 36 86 17
/src/Symfony/Component/Console/Debug/CliRequest.php 27 39 23
/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php 103 42 19
/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php 124 41 19
/src/Symfony/Component/Console/Descriptor/Descriptor.php 47 11 9
/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php 23 1 1
/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php 65 55 21
/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php 31 90 31
/src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php 255 126 42
/src/Symfony/Component/Console/Descriptor/TextDescriptor.php 160 132 39
/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php 87 92 27
/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php 42 9 7
/src/Symfony/Component/Console/Event/ConsoleErrorEvent.php 28 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 26 14 10
/src/Symfony/Component/Console/EventListener/ErrorListener.php 85 29 21
/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 21 14 10
/src/Symfony/Component/Console/Formatter/NullOutputFormatterStyle.php 19 11 5
/src/Symfony/Component/Console/Formatter/OutputFormatter.php 145 104 41
/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php 46 9 5
/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php 74 39 15
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php 39 9 3
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php 92 23 16
/src/Symfony/Component/Console/Formatter/WrappableOutputFormatterInterface.php 24 3 3
/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php 30 53 18
/src/Symfony/Component/Console/Helper/DescriptorHelper.php 82 22 11
/src/Symfony/Component/Console/Helper/Dumper.php 35 36 19
/src/Symfony/Component/Console/Helper/FormatterHelper.php 57 37 18
/src/Symfony/Component/Console/Helper/Helper.php 138 92 26
/src/Symfony/Component/Console/Helper/HelperInterface.php 29 6 4
/src/Symfony/Component/Console/Helper/HelperSet.php 70 17 15
/src/Symfony/Component/Console/Helper/InputAwareHelper.php 26 7 7
/src/Symfony/Component/Console/Helper/OutputWrapper.php 62 23 15
/src/Symfony/Component/Console/Helper/ProcessHelper.php 97 70 36
/src/Symfony/Component/Console/Helper/ProgressBar.php 461 224 61
/src/Symfony/Component/Console/Helper/ProgressIndicator.php 144 87 34
/src/Symfony/Component/Console/Helper/QuestionHelper.php 302 253 72
/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php 53 39 19
/src/Symfony/Component/Console/Helper/Table.php 543 346 70
/src/Symfony/Component/Console/Helper/TableCell.php 63 29 14
/src/Symfony/Component/Console/Helper/TableCellStyle.php 70 42 21
/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 356 75 13
/src/Symfony/Component/Console/Input/ArgvInput.php 239 129 46
/src/Symfony/Component/Console/Input/ArrayInput.php 40 74 33
/src/Symfony/Component/Console/Input/Input.php 37 65 30
/src/Symfony/Component/Console/Input/InputArgument.php 51 66 28
/src/Symfony/Component/Console/Input/InputAwareInterface.php 25 1 1
/src/Symfony/Component/Console/Input/InputDefinition.php 85 77 24
/src/Symfony/Component/Console/Input/InputInterface.php 115 26 11
/src/Symfony/Component/Console/Input/InputOption.php 242 102 35
/src/Symfony/Component/Console/Input/StreamableInputInterface.php 29 2 1
/src/Symfony/Component/Console/Input/StringInput.php 67 35 19
/src/Symfony/Component/Console/Logger/ConsoleLogger.php 62 36 20
/src/Symfony/Component/Console/Messenger/RunCommandContext.php 21 23 8
/src/Symfony/Component/Console/Messenger/RunCommandMessage.php 19 20 11
/src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php 38 20 15
/src/Symfony/Component/Console/Output/AnsiColorMode.php 75 32 14
/src/Symfony/Component/Console/Output/BufferedOutput.php 36 8 8
/src/Symfony/Component/Console/Output/ConsoleOutput.php 90 49 26
/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php 29 3 1
/src/Symfony/Component/Console/Output/ConsoleSectionOutput.php 155 73 30
/src/Symfony/Component/Console/Output/NullOutput.php 80 19 13
/src/Symfony/Component/Console/Output/Output.php 92 31 16
/src/Symfony/Component/Console/Output/OutputInterface.php 82 14 5
/src/Symfony/Component/Console/Output/StreamOutput.php 43 34 21
/src/Symfony/Component/Console/Output/TrimmedBufferOutput.php 27 25 19
/src/Symfony/Component/Console/Question/ChoiceQuestion.php 80 55 30
/src/Symfony/Component/Console/Question/ConfirmationQuestion.php 28 11 11
/src/Symfony/Component/Console/Question/Question.php 146 109 30
/src/Symfony/Component/Console/SignalRegistry/SignalMap.php 19 15 14
/src/Symfony/Component/Console/SignalRegistry/SignalRegistry.php 18 14 10
/src/Symfony/Component/Console/SingleCommandApplication.php 64 32 18
/src/Symfony/Component/Console/Style/OutputStyle.php 63 25 15
/src/Symfony/Component/Console/Style/StyleInterface.php 29 36 9
/src/Symfony/Component/Console/Style/SymfonyStyle.php 248 215 63
/src/Symfony/Component/Console/Terminal.php 160 94 33
/src/Symfony/Component/Console/Tester/ApplicationTester.php 54 27 16
/src/Symfony/Component/Console/Tester/CommandCompletionTester.php 25 10 7
/src/Symfony/Component/Console/Tester/CommandTester.php 74 21 14
/src/Symfony/Component/Console/Tester/Constraint/CommandIsSuccessful.php 17 22 14
/src/Symfony/Component/Console/Tester/TesterTrait.php 131 66 29
/src/Symfony/Component/Console/Tests/ApplicationTest.php 2370 1365 73
/src/Symfony/Component/Console/Tests/CI/GithubActionReporterTest.php 25 32 19
/src/Symfony/Component/Console/Tests/ColorTest.php 40 28 8
/src/Symfony/Component/Console/Tests/Command/CommandTest.php 61 287 36
/src/Symfony/Component/Console/Tests/Command/CompleteCommandTest.php 146 60 22
/src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php 31 10 8
/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php 86 53 14
/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php 130 76 16
/src/Symfony/Component/Console/Tests/Command/LockableTraitTest.php 24 27 15
/src/Symfony/Component/Console/Tests/Command/SingleCommandApplicationTest.php 22 14 11
/src/Symfony/Component/Console/Tests/CommandLoader/ContainerCommandLoaderTest.php 34 41 10
/src/Symfony/Component/Console/Tests/CommandLoader/FactoryCommandLoaderTest.php 33 40 10
/src/Symfony/Component/Console/Tests/Completion/CompletionInputTest.php 93 41 12
/src/Symfony/Component/Console/Tests/Completion/Output/BashCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/CompletionOutputTestCase.php 43 27 12
/src/Symfony/Component/Console/Tests/Completion/Output/FishCompletionOutputTest.php 29 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/ZshCompletionOutputTest.php 29 9 5
/src/Symfony/Component/Console/Tests/ConsoleEventsTest.php 68 52 25
/src/Symfony/Component/Console/Tests/CursorTest.php 87 111 19
/src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php 113 142 22
/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTestCase.php 62 43 13
/src/Symfony/Component/Console/Tests/Descriptor/ApplicationDescriptionTest.php 34 16 11
/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php 28 26 16
/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php 28 18 10
/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php 67 38 7
/src/Symfony/Component/Console/Tests/Descriptor/ReStructuredTextDescriptorTest.php 20 17 9
/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php 37 22 11
/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php 23 12 8
/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php 130 78 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 3 3
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php 18 11 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php 20 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand3.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand4.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php 20 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php 26 5 2
/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php 7 15 10
/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php 25 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 5 5
/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 3 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 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php 3 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 3 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 17 14
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterStyleTest.php 43 28 8
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterTest.php 46 18 8
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php 51 43 11
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php 100 54 15
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php 254 152 29
/src/Symfony/Component/Console/Tests/Helper/AbstractQuestionHelperTestCase.php 26 6 6
/src/Symfony/Component/Console/Tests/Helper/DescriptorHelperTest.php 19 6 5
/src/Symfony/Component/Console/Tests/Helper/DumperNativeFallbackTest.php 30 18 9
/src/Symfony/Component/Console/Tests/Helper/DumperTest.php 23 19 10
/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php 116 43 9
/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php 69 44 19
/src/Symfony/Component/Console/Tests/Helper/HelperTest.php 64 20 10
/src/Symfony/Component/Console/Tests/Helper/OutputWrapperTest.php 29 15 13
/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php 39 43 22
/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php 688 692 44
/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php 89 89 21
/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php 866 430 40
/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php 61 156 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 1528 247 33
/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php 540 392 20
/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php 162 93 14
/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php 68 100 19
/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php 388 201 23
/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php 222 219 19
/src/Symfony/Component/Console/Tests/Input/InputTest.php 140 102 15
/src/Symfony/Component/Console/Tests/Input/StringInputTest.php 33 28 14
/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php 89 60 26
/src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php 44 49 21
/src/Symfony/Component/Console/Tests/Output/AnsiColorModeTest.php 84 46 10
/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php 28 13 7
/src/Symfony/Component/Console/Tests/Output/ConsoleSectionOutputTest.php 191 201 20
/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php 51 30 10
/src/Symfony/Component/Console/Tests/Output/OutputTest.php 149 85 23
/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php 33 35 16
/src/Symfony/Component/Console/Tests/Question/ChoiceQuestionTest.php 136 43 17
/src/Symfony/Component/Console/Tests/Question/ConfirmationQuestionTest.php 22 15 12
/src/Symfony/Component/Console/Tests/Question/QuestionTest.php 225 171 24
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalMapTest.php 26 7 5
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalRegistryTest.php 32 31 10
/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php 53 112 30
/src/Symfony/Component/Console/Tests/TerminalTest.php 106 78 27
/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php 41 65 16
/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php 155 155 21
/src/Symfony/Component/Console/Tests/Tester/Constraint/CommandIsSuccessfulTest.php 40 22 14
/src/Symfony/Component/CssSelector/CssSelectorConverter.php 42 18 13
/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/ParseException.php 22 3 3
/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php 14 20 7
/src/Symfony/Component/CssSelector/Node/AbstractNode.php 26 6 6
/src/Symfony/Component/CssSelector/Node/AttributeNode.php 66 32 11
/src/Symfony/Component/CssSelector/Node/ClassNode.php 45 10 8
/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php 59 9 7
/src/Symfony/Component/CssSelector/Node/ElementNode.php 45 24 11
/src/Symfony/Component/CssSelector/Node/FunctionNode.php 60 19 13
/src/Symfony/Component/CssSelector/Node/HashNode.php 45 9 7
/src/Symfony/Component/CssSelector/Node/NegationNode.php 45 6 5
/src/Symfony/Component/CssSelector/Node/PseudoNode.php 45 8 6
/src/Symfony/Component/CssSelector/Node/SelectorNode.php 40 20 13
/src/Symfony/Component/CssSelector/Node/Specificity.php 50 19 8
/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php 29 7 7
/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php 29 4 4
/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php 51 15 10
/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php 49 15 10
/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php 46 14 10
/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php 64 22 13
/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php 38 11 8
/src/Symfony/Component/CssSelector/Parser/Parser.php 200 138 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 29 9 7
/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php 28 8 7
/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php 32 7 6
/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php 29 9 7
/src/Symfony/Component/CssSelector/Parser/Token.php 88 54 15
/src/Symfony/Component/CssSelector/Parser/TokenStream.php 60 23 16
/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 31 31 6
/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php 20 30 9
/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTestCase.php 20 10 5
/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php 19 17 6
/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php 19 13 6
/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php 19 17 6
/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php 27 13 6
/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php 34 23 7
/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php 26 13 6
/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php 27 13 6
/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php 26 11 6
/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php 19 13 6
/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php 31 19 8
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTestCase.php 59 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 21 22 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php 31 20 10
/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php 39 118 20
/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php 80 26 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php 24 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php 35 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php 23 7 7
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php 24 13 11
/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php 47 73 11
/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php 131 117 19
/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php 26 5 1
/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php 43 81 17
/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php 28 21 7
/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php 66 1 1
/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php 52 53 22
/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php 53 51 12
/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php 164 77 23
/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php 98 46 10
/src/Symfony/Component/CssSelector/XPath/Translator.php 95 68 28
/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php 36 3 2
/src/Symfony/Component/CssSelector/XPath/XPathExpr.php 68 30 22
/src/Symfony/Component/DependencyInjection/Alias.php 82 31 20
/src/Symfony/Component/DependencyInjection/Argument/AbstractArgument.php 37 8 4
/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php 21 2 1
/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php 48 39 18
/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php 21 2 2
/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php 50 51 27
/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php 28 19 12
/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php 23 6 6
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php 35 32 21
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php 34 15 11
/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php 85 70 19
/src/Symfony/Component/DependencyInjection/Attribute/AsAlias.php 22 18 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 24 92 15
/src/Symfony/Component/DependencyInjection/Attribute/AutoconfigureTag.php 22 7 7
/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php 27 65 26
/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php 48 39 24
/src/Symfony/Component/DependencyInjection/Attribute/AutowireDecorated.php 15 4 4
/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 4 4
/src/Symfony/Component/DependencyInjection/Attribute/TaggedIterator.php 17 44 13
/src/Symfony/Component/DependencyInjection/Attribute/TaggedLocator.php 17 44 13
/src/Symfony/Component/DependencyInjection/Attribute/Target.php 56 47 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 140 48
/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php 24 33 21
/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php 76 88 33
/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php 108 56 25
/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php 23 9 7
/src/Symfony/Component/DependencyInjection/Compiler/AutowireAsDecoratorPass.php 24 12 10
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php 521 465 88
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php 83 25 24
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredPropertiesPass.php 29 17 12
/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php 34 55 21
/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php 35 11 9
/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php 38 25 10
/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php 70 51 28
/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php 30 14 12
/src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php 211 107 48
/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php 75 29 20
/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php 28 1 1
/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php 70 39 26
/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php 35 34 22
/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php 24 3 3
/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php 157 56 32
/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php 74 87 40
/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php 194 23 9
/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php 96 61 32
/src/Symfony/Component/DependencyInjection/Compiler/RegisterAutoconfigureAttributesPass.php 29 23 18
/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php 47 28 18
/src/Symfony/Component/DependencyInjection/Compiler/RegisterReverseContainerPass.php 32 15 12
/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php 93 91 30
/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php 24 4 4
/src/Symfony/Component/DependencyInjection/Compiler/RemoveBuildParametersPass.php 23 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php 28 4 4
/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php 34 21 15
/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php 64 27 23
/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php 42 82 30
/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php 66 87 31
/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php 23 9 7
/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php 27 32 18
/src/Symfony/Component/DependencyInjection/Compiler/ResolveEnvPlaceholdersPass.php 40 15 14
/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php 24 16 14
/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php 32 16 14
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php 129 70 42
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php 44 51 32
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php 90 45 29
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNoPreloadPass.php 35 21 16
/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php 67 32 22
/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php 27 21 18
/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php 48 24 21
/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php 27 12 12
/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php 117 44 29
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php 58 40 21
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php 59 34 13
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php 42 31 11
/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php 94 31 19
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResource.php 23 9 8
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php 38 9 9
/src/Symfony/Component/DependencyInjection/Container.php 331 202 52
/src/Symfony/Component/DependencyInjection/ContainerBuilder.php 1026 648 111
/src/Symfony/Component/DependencyInjection/ContainerInterface.php 63 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 88 31
/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php 1060 1136 115
/src/Symfony/Component/DependencyInjection/Dumper/Preloader.php 54 53 26
/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php 425 107 46
/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php 315 171 54
/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php 24 1 1
/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php 151 200 58
/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php 37 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 53 67 18
/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php 32 19 14
/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php 58 36 16
/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php 15 14 8
/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php 39 34 14
/src/Symfony/Component/DependencyInjection/Extension/AbstractExtension.php 46 18 11
/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php 29 2 2
/src/Symfony/Component/DependencyInjection/Extension/Extension.php 117 33 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 15 11
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php 15 4 3
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php 28 12 6
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php 61 70 33
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php 25 14 9
/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php 28 25 18
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php 84 52 29
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.php 55 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 85 135 31
/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php 61 24 17
/src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php 138 89 15
/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 21 14 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/PrototypeConfigurator.php 84 41 23
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ReferenceConfigurator.php 55 16 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServiceConfigurator.php 52 26 13
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php 166 103 40
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/AbstractTrait.php 22 6 6
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ArgumentTrait.php 33 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 16 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 19 7 4
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ShareTrait.php 21 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/SyntheticTrait.php 22 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php 23 11 9
/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php 28 25 18
/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php 71 191 64
/src/Symfony/Component/DependencyInjection/Loader/GlobFileLoader.php 19 17 13
/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php 86 42 25
/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php 57 94 47
/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php 106 403 80
/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php 435 681 76
/src/Symfony/Component/DependencyInjection/Parameter.php 19 5 5
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php 38 13 12
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php 50 11 5
/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php 143 69 30
/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php 47 32 15
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php 142 82 36
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php 82 24 9
/src/Symfony/Component/DependencyInjection/Reference.php 19 6 4
/src/Symfony/Component/DependencyInjection/ReverseContainer.php 34 29 19
/src/Symfony/Component/DependencyInjection/ServiceLocator.php 48 94 39
/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php 26 2 2
/src/Symfony/Component/DependencyInjection/Tests/AliasTest.php 84 44 11
/src/Symfony/Component/DependencyInjection/Tests/Argument/AbstractArgumentTest.php 19 5 5
/src/Symfony/Component/DependencyInjection/Tests/Argument/RewindableGeneratorTest.php 19 14 9
/src/Symfony/Component/DependencyInjection/Tests/Argument/TaggedIteratorArgumentTest.php 19 46 11
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireCallableTest.php 81 110 15
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireLocatorTest.php 32 24 10
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireTest.php 32 57 16
/src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php 19 81 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AbstractRecursivePassTest.php 119 97 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AliasDeprecatedPublicServicesPassTest.php 69 25 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php 63 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 928 611 31
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php 40 34 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredPropertiesPassTest.php 23 13 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckArgumentsValidityPassTest.php 69 28 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php 117 48 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php 42 79 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php 129 50 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php 21 16 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php 189 342 20
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CustomExpressionLanguageFunctionTest.php 23 15 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php 25 109 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DefinitionErrorExceptionPassTest.php 23 35 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php 66 29 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php 115 124 15
/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php 420 524 43
/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php 129 112 27
/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PassConfigTest.php 23 11 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PriorityTaggedServiceTraitTest.php 117 81 24
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterAutoconfigureAttributesPassTest.php 27 30 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php 94 30 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterReverseContainerPassTest.php 72 52 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php 53 280 28
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveBuildParametersPassTest.php 20 13 8
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php 23 68 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php 24 21 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php 215 106 21
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php 41 151 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveClassPassTest.php 26 42 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveFactoryClassPassTest.php 36 37 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveHotPathPassTest.php 23 18 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php 387 137 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php 113 56 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNamedArgumentsPassTest.php 52 108 19
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNoPreloadPassTest.php 21 15 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php 44 72 21
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php 27 98 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php 74 56 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php 198 113 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php 182 166 32
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceCheckerTest.php 41 31 13
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceTest.php 26 15 10
/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php 1037 1385 58
/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php 360 355 40
/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php 74 27 16
/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php 212 275 14
/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php 77 42 16
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php 733 1276 63
/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 526 40
/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php 19 12 10
/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php 22 24 17
/src/Symfony/Component/DependencyInjection/Tests/Extension/AbstractExtensionTest.php 81 64 16
/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php 29 41 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php 18 24 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig/NestedConfig.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomAnyAttribute.php 15 3 3
/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 7 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php 16 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Bar.php 9 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarErroredDependency.php 7 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarMethodCall.php 40 56 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarOptionalArgument.php 9 10 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarOptionalArgumentNotNull.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Deprecated.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Foo.php 12 28 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/FooObject.php 5 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/IntersectionConstructor.php 5 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/UnionConstructor.php 11 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 5 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/ConstructorWithMandatoryArgumentsContainer.php 5 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 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DeprecatedClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/Configuration.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/InvalidConfigExtension.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/Configuration.php 14 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/SemiValidConfigExtension.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/Configuration.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/ValidConfigExtension.php 14 9 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php 24 41 12
/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 8 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 11 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntTagClass.php 12 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleArgumentBindings.php 8 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 14 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedIterableArgumentDummy.php 14 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 23 30 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/DummyWithInterface.php 14 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/E.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/F.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/G.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/IntersectionDummy.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/UnionDummy.php 18 19 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/BadClasses/MissingParent.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/Foo.php 15 26 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 5 5
/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 16 8 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php 24 24 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticMethodTag.php 19 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StdClassDecorator.php 9 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StubbedTranslator.php 14 13 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php 22 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 45 30 18
/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 45 36 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition1.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition2.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition3.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriber.php 18 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php 8 35 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php 13 10 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php 9 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php 13 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberTrait.php 9 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php 13 10 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnionWithTrait.php 9 13 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Utils/NotAService.php 8 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTarget.php 16 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTargetAnonymous.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WitherStaticReturnType.php 10 10 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/anonymous.php 20 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 8 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 6 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 12 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 11 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 6 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php 10 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php 3 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php 4 7 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php 7 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php 4 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php 12 7 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php 6 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php 4 14 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container33.php 10 6 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container34.php 4 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php 4 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php 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 65 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_deprecated_parameters.php 7 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_env_in_id.php 6 13 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_inline_requires.php 8 13 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_non_scalar_tags.php 4 12 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_service_locator_argument.php 5 11 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_uninitialized_ref.php 6 17 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php 3 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php 23 20 14
/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 8 34 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php 5 9 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php 353 382 36
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes_80.php 24 163 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php 137 128 38
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/compositetype_classes.php 9 18 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php 30 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php 46 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 9 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/uniontype_classes.php 12 24 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php 49 52 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php 53 37 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php 55 41 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php 58 46 27
/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 23 30 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php 28 31 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php 33 25 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php 84 66 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php 61 76 37
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php 60 68 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/return_foo_string.php 2 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php 17 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php 31 24 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php 48 57 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php 48 63 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php 56 34 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php 49 66 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php 46 29 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php 49 62 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php 47 40 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php 55 52 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php 401 249 48
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php 62 60 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php 203 272 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php 293 360 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php 50 59 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php 33 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php 48 52 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php 60 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php 54 40 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php 55 93 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php 53 48 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php 33 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php 52 62 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php 57 68 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php 95 242 47
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php 62 61 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php 49 39 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php 60 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php 63 98 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php 46 30 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php 84 57 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php 68 51 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php 68 63 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php 51 53 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php 64 40 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php 54 34 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php 50 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php 67 61 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php 87 68 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php 60 54 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php 60 50 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php 56 84 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php 60 72 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php 33 42 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php 59 32 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php 59 37 21
/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 57 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php 57 30 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php 3 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php 46 32 21
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php 26 11 9
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/LazyServiceDumperTest.php 72 36 15
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php 25 10 8
/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php 28 24 14
/src/Symfony/Component/DependencyInjection/Tests/Loader/Configurator/EnvConfiguratorTest.php 28 20 12
/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php 68 52 16
/src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php 49 229 32
/src/Symfony/Component/DependencyInjection/Tests/Loader/GlobFileLoaderTest.php 41 40 24
/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php 58 84 29
/src/Symfony/Component/DependencyInjection/Tests/Loader/LoaderResolverTest.php 57 38 18
/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php 41 159 21
/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php 676 1019 43
/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php 151 1050 40
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php 56 29 13
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php 30 94 16
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php 53 38 11
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php 343 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 115 69 24
/src/Symfony/Component/DependencyInjection/TypedReference.php 19 21 10
/src/Symfony/Component/DependencyInjection/Variable.php 27 6 6
/src/Symfony/Component/DomCrawler/AbstractUriElement.php 94 48 28
/src/Symfony/Component/DomCrawler/Crawler.php 1066 449 80
/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php 202 91 39
/src/Symfony/Component/DomCrawler/Field/FileFormField.php 41 43 19
/src/Symfony/Component/DomCrawler/Field/FormField.php 19 42 16
/src/Symfony/Component/DomCrawler/Field/InputFormField.php 41 11 7
/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php 29 7 7
/src/Symfony/Component/DomCrawler/Form.php 446 135 48
/src/Symfony/Component/DomCrawler/FormFieldRegistry.php 96 40 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 41 25 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php 36 22 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php 17 19 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php 25 25 14
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorExists.php 17 15 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextContains.php 17 19 12
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextSame.php 17 17 12
/src/Symfony/Component/DomCrawler/Tests/AbstractCrawlerTestCase.php 791 505 38
/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php 32 217 21
/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php 29 47 18
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php 18 28 9
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php 14 7 7
/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php 29 17 9
/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php 29 15 10
/src/Symfony/Component/DomCrawler/Tests/FormTest.php 48 395 32
/src/Symfony/Component/DomCrawler/Tests/Html5ParserCrawlerTest.php 94 39 16
/src/Symfony/Component/DomCrawler/Tests/ImageTest.php 19 31 14
/src/Symfony/Component/DomCrawler/Tests/LinkTest.php 99 61 16
/src/Symfony/Component/DomCrawler/Tests/NativeParserCrawlerTest.php 46 14 7
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextContainsTest.php 43 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 33 23 12
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextSameTest.php 30 17 13
/src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php 27 18 10
/src/Symfony/Component/DomCrawler/UriResolver.php 68 45 20
/src/Symfony/Component/Dotenv/Command/DebugCommand.php 209 95 49
/src/Symfony/Component/Dotenv/Command/DotenvDumpCommand.php 108 65 35
/src/Symfony/Component/Dotenv/Dotenv.php 143 188 63
/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 17 23 9
/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 43 41 16
/src/Symfony/Component/Dotenv/Tests/DotenvTest.php 550 413 28
/src/Symfony/Component/ErrorHandler/BufferingLogger.php 53 28 16
/src/Symfony/Component/ErrorHandler/Debug.php 21 22 12
/src/Symfony/Component/ErrorHandler/DebugClassLoader.php 297 797 92
/src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php 16 4 4
/src/Symfony/Component/ErrorHandler/Error/FatalError.php 47 35 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 165 75 36
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php 19 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php 47 47 22
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php 24 27 17
/src/Symfony/Component/ErrorHandler/ErrorHandler.php 633 470 85
/src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php 35 17 13
/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php 23 1 1
/src/Symfony/Component/ErrorHandler/ErrorRenderer/FileLinkFormatter.php 84 87 32
/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php 164 231 59
/src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php 64 33 23
/src/Symfony/Component/ErrorHandler/Exception/FlattenException.php 60 196 57
/src/Symfony/Component/ErrorHandler/Exception/SilencedErrorContext.php 42 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 13 8 5
/src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php 1 40 8
/src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php 1 26 6
/src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php 14 28 15
/src/Symfony/Component/ErrorHandler/Resources/views/trace.html.php 1 48 7
/src/Symfony/Component/ErrorHandler/Resources/views/traces.html.php 43 40 11
/src/Symfony/Component/ErrorHandler/Resources/views/traces_text.html.php 9 33 9
/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php 70 338 41
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php 51 55 32
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php 37 14 12
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php 36 12 10
/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php 182 265 49
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php 105 45 14
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php 61 40 22
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php 29 20 16
/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php 133 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 24 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 9 5 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalClasses.php 8 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 19 9 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant.php 7 9 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant81.php 5 11 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod.php 10 10 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod2Trait.php 7 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/FinalProperty.php 31 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 14 13 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/PEARClass.php 3 5 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnType.php 35 94 13
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeGrandParent.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParent.php 36 104 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/StringErrorCodeException.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/SubClassWithAnnotatedParameters.php 13 13 6
/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 34 12
/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php 126 160 47
/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 52 93 36
/src/Symfony/Component/EventDispatcher/DependencyInjection/AddEventAliasesPass.php 31 5 5
/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 94 74 34
/src/Symfony/Component/EventDispatcher/EventDispatcher.php 38 113 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 132 46 21
/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 58 52 20
/src/Symfony/Component/EventDispatcher/Tests/ChildEventDispatcherTest.php 24 7 6
/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 282 291 24
/src/Symfony/Component/EventDispatcher/Tests/Debug/WrappedListenerTest.php 63 41 22
/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 200 229 22
/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 65 330 37
/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 25 24 9
/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php 31 53 15
/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 82 45 18
/src/Symfony/Component/ExpressionLanguage/Compiler.php 127 62 31
/src/Symfony/Component/ExpressionLanguage/Expression.php 19 5 5
/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php 81 36 19
/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php 120 51 25
/src/Symfony/Component/ExpressionLanguage/Lexer.php 76 52 19
/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php 28 7 5
/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php 80 33 22
/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php 186 74 32
/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php 30 11 7
/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php 70 27 20
/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php 62 16 12
/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php 142 56 23
/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php 36 16 12
/src/Symfony/Component/ExpressionLanguage/Node/Node.php 43 46 23
/src/Symfony/Component/ExpressionLanguage/Node/NullCoalesceNode.php 48 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 228 136 36
/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 15 10
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionFunctionTest.php 24 13 9
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php 377 226 40
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php 19 8 7
/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php 19 14 11
/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php 32 75 16
/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTestCase.php 44 14 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php 25 11 7
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php 38 31 14
/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php 188 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 34 31 13
/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php 74 95 20
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php 32 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 302 19
/src/Symfony/Component/ExpressionLanguage/Token.php 19 32 13
/src/Symfony/Component/ExpressionLanguage/TokenStream.php 63 31 18
/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php 24 16 12
/src/Symfony/Component/Filesystem/Exception/IOException.php 32 14 8
/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php 24 5 5
/src/Symfony/Component/Filesystem/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Filesystem/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Filesystem/Filesystem.php 612 344 63
/src/Symfony/Component/Filesystem/Path.php 168 217 51
/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php 42 15 6
/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php 1843 540 39
/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php 99 69 33
/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php 31 23 14
/src/Symfony/Component/Filesystem/Tests/PathTest.php 540 182 22
/src/Symfony/Component/Finder/Comparator/Comparator.php 53 17 12
/src/Symfony/Component/Finder/Comparator/DateComparator.php 41 21 13
/src/Symfony/Component/Finder/Comparator/NumberComparator.php 42 18 12
/src/Symfony/Component/Finder/Exception/AccessDeniedException.php 17 1 1
/src/Symfony/Component/Finder/Exception/DirectoryNotFoundException.php 17 1 1
/src/Symfony/Component/Finder/Finder.php 844 266 44
/src/Symfony/Component/Finder/Gitignore.php 82 50 21
/src/Symfony/Component/Finder/Glob.php 80 46 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 102 37 23
/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 42 14 12
/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php 29 10 9
/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php 28 9 8
/src/Symfony/Component/Finder/Iterator/LazyIterator.php 28 10 10
/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php 106 21 13
/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php 29 11 10
/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php 109 46 25
/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 41 8 8
/src/Symfony/Component/Finder/Iterator/SortableIterator.php 78 44 21
/src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php 50 56 30
/src/Symfony/Component/Finder/SplFileInfo.php 71 25 15
/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php 30 25 11
/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php 24 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 119 326 30
/src/Symfony/Component/Finder/Tests/GitignoreTest.php 432 69 17
/src/Symfony/Component/Finder/Tests/GlobTest.php 20 63 12
/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php 27 23 15
/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php 33 12 8
/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php 21 18 10
/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php 22 15 10
/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php 80 18 10
/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php 42 28 9
/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php 21 12 8
/src/Symfony/Component/Finder/Tests/Iterator/InnerNameIterator.php 16 8 5
/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php 51 15 9
/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php 53 39 8
/src/Symfony/Component/Finder/Tests/Iterator/LazyIteratorTest.php 19 23 13
/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php 18 7 7
/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php 97 65 23
/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php 22 28 15
/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php 21 18 9
/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php 106 57 26
/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php 18 10 7
/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php 66 23 11
/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php 23 44 17
/src/Symfony/Component/Finder/Tests/Iterator/VcsIgnoredFilterIteratorTest.php 378 36 18
/src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php 50 106 44
/src/Symfony/Component/Form/AbstractExtension.php 78 39 16
/src/Symfony/Component/Form/AbstractRendererEngine.php 61 68 19
/src/Symfony/Component/Form/AbstractType.php 62 9 4
/src/Symfony/Component/Form/AbstractTypeExtension.php 32 7 3
/src/Symfony/Component/Form/Button.php 269 148 31
/src/Symfony/Component/Form/ButtonBuilder.php 665 301 31
/src/Symfony/Component/Form/ButtonTypeInterface.php 19 1 1
/src/Symfony/Component/Form/CallbackTransformer.php 30 18 9
/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php 157 54 27
/src/Symfony/Component/Form/ChoiceList/ChoiceList.php 116 138 17
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/AbstractStaticOption.php 31 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 34 11 4
/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 57 139 33
/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php 84 25 6
/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php 250 144 41
/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php 132 100 26
/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php 37 18 8
/src/Symfony/Component/Form/ChoiceList/Loader/AbstractChoiceLoader.php 34 29 15
/src/Symfony/Component/Form/ChoiceList/Loader/CallbackChoiceLoader.php 33 7 7
/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php 53 6 2
/src/Symfony/Component/Form/ChoiceList/Loader/FilterChoiceLoaderDecorator.php 22 33 19
/src/Symfony/Component/Form/ChoiceList/Loader/IntlCallbackChoiceLoader.php 22 12 7
/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 24 18 9
/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 246 146 40
/src/Symfony/Component/Form/Console/Descriptor/Descriptor.php 126 80 31
/src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php 70 44 18
/src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php 125 109 44
/src/Symfony/Component/Form/Console/Helper/DescriptorHelper.php 16 7 6
/src/Symfony/Component/Form/DataAccessorInterface.php 49 6 2
/src/Symfony/Component/Form/DataMapperInterface.php 61 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 48 21 10
/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php 14 5 5
/src/Symfony/Component/Form/Extension/Core/CoreExtension.php 37 25 13
/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php 43 29 12
/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php 33 20 9
/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php 93 53 27
/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php 28 14 9
/src/Symfony/Component/Form/Extension/Core/DataMapper/DataMapper.php 81 30 19
/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php 28 15 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php 50 23 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php 55 27 15
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php 53 19 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php 32 13 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php 53 19 11
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php 82 9 8
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php 89 67 32
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php 88 36 24
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php 55 18 9
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php 173 44 22
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php 93 38 26
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php 117 66 30
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php 72 25 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php 129 33 22
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php 72 22 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php 74 32 20
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php 36 28 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php 33 29 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php 44 27 14
/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php 100 83 33
/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php 120 81 37
/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php 31 23 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php 67 26 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php 71 27 17
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php 51 14 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php 68 40 16
/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php 44 15 13
/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php 37 23 18
/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php 45 39 20
/src/Symfony/Component/Form/Extension/Core/EventListener/TransformationFailureListener.php 32 20 15
/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php 37 8 8
/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php 38 69 18
/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php 19 21 13
/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php 34 15 11
/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php 23 32 16
/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php 145 165 40
/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php 69 59 19
/src/Symfony/Component/Form/Extension/Core/Type/ColorType.php 49 35 22
/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php 53 24 15
/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php 45 21 14
/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php 113 152 23
/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php 165 135 25
/src/Symfony/Component/Form/Extension/Core/Type/DateType.php 205 168 30
/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php 19 14 10
/src/Symfony/Component/Form/Extension/Core/Type/EnumType.php 44 21 12
/src/Symfony/Component/Form/Extension/Core/Type/FileType.php 221 96 43
/src/Symfony/Component/Form/Extension/Core/Type/FormType.php 122 99 29
/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php 19 8 6
/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php 31 28 14
/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php 43 30 17
/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php 25 21 14
/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php 42 63 24
/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php 46 47 15
/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php 21 21 14
/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php 72 36 12
/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php 62 39 10
/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php 24 11 9
/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php 26 14 10
/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php 36 26 17
/src/Symfony/Component/Form/Extension/Core/Type/TelType.php 19 14 10
/src/Symfony/Component/Form/Extension/Core/Type/TextType.php 21 24 14
/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php 26 14 10
/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php 41 197 34
/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php 28 52 22
/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php 31 13 10
/src/Symfony/Component/Form/Extension/Core/Type/UlidType.php 31 10 7
/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php 34 34 16
/src/Symfony/Component/Form/Extension/Core/Type/UuidType.php 24 10 7
/src/Symfony/Component/Form/Extension/Core/Type/WeekType.php 33 81 22
/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php 25 21 11
/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php 36 36 19
/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php 73 63 23
/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php 14 5 5
/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php 47 13 9
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php 79 104 41
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php 82 4 4
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php 98 34 12
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php 14 1 1
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php 108 21 9
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php 36 8 7
/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php 28 6 6
/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php 49 33 20
/src/Symfony/Component/Form/Extension/HtmlSanitizer/HtmlSanitizerExtension.php 26 13 9
/src/Symfony/Component/Form/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtension.php 58 26 19
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php 14 6 6
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php 54 54 32
/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php 32 10 9
/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php 104 33 22
/src/Symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.php 25 8 8
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/FormTypePasswordHasherExtension.php 30 12 11
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtension.php 32 24 19
/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php 29 9 7
/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php 32 77 40
/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php 29 13 10
/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php 27 11 8
/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php 45 40 26
/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php 34 11 10
/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php 21 4 4
/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php 42 20 15
/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php 30 31 15
/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php 230 117 29
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php 58 26 17
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php 31 9 8
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php 237 103 44
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php 14 3 3
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php 159 65 27
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php 19 2 2
/src/Symfony/Component/Form/FileUploadError.php 17 2 2
/src/Symfony/Component/Form/Form.php 1012 310 70
/src/Symfony/Component/Form/FormBuilder.php 139 65 29
/src/Symfony/Component/Form/FormBuilderInterface.php 56 14 6
/src/Symfony/Component/Form/FormConfigBuilder.php 632 254 42
/src/Symfony/Component/Form/FormConfigBuilderInterface.php 96 42 9
/src/Symfony/Component/Form/FormConfigInterface.php 173 32 8
/src/Symfony/Component/Form/FormError.php 92 43 15
/src/Symfony/Component/Form/FormErrorIterator.php 92 83 27
/src/Symfony/Component/Form/FormEvent.php 42 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 36 48 19
/src/Symfony/Component/Form/FormFactoryBuilder.php 98 54 25
/src/Symfony/Component/Form/FormFactoryBuilderInterface.php 95 10 1
/src/Symfony/Component/Form/FormFactoryInterface.php 89 31 8
/src/Symfony/Component/Form/FormInterface.php 261 42 11
/src/Symfony/Component/Form/FormRegistry.php 103 52 28
/src/Symfony/Component/Form/FormRegistryInterface.php 45 4 4
/src/Symfony/Component/Form/FormRenderer.php 40 109 36
/src/Symfony/Component/Form/FormRendererEngineInterface.php 28 9 5
/src/Symfony/Component/Form/FormRendererInterface.php 75 8 4
/src/Symfony/Component/Form/FormTypeExtensionInterface.php 31 5 2
/src/Symfony/Component/Form/FormTypeGuesserChain.php 61 31 13
/src/Symfony/Component/Form/FormTypeGuesserInterface.php 37 12 3
/src/Symfony/Component/Form/FormTypeInterface.php 36 1 1
/src/Symfony/Component/Form/FormView.php 145 55 24
/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 51 14 7
/src/Symfony/Component/Form/Guess/ValueGuess.php 36 20 12
/src/Symfony/Component/Form/NativeRequestHandler.php 61 66 39
/src/Symfony/Component/Form/PreloadedExtension.php 68 28 14
/src/Symfony/Component/Form/RequestHandlerInterface.php 24 5 4
/src/Symfony/Component/Form/ResolvedFormType.php 77 59 29
/src/Symfony/Component/Form/ResolvedFormTypeFactory.php 19 9 7
/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php 33 2 2
/src/Symfony/Component/Form/ResolvedFormTypeInterface.php 55 4 2
/src/Symfony/Component/Form/ReversedTransformer.php 36 6 4
/src/Symfony/Component/Form/SubmitButton.php 35 14 13
/src/Symfony/Component/Form/SubmitButtonBuilder.php 19 4 4
/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 36 17 13
/src/Symfony/Component/Form/Test/TypeTestCase.php 42 19 14
/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php 28 22 13
/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTestCase.php 103 230 47
/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php 37 26 13
/src/Symfony/Component/Form/Tests/ButtonTest.php 28 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 407 408 19
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php 382 508 33
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php 189 147 13
/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php 52 57 13
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/CallbackChoiceLoaderTest.php 76 42 20
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/FilterChoiceLoaderDecoratorTest.php 78 49 11
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/IntlCallbackChoiceLoaderTest.php 34 37 18
/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php 40 91 26
/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php 26 14 8
/src/Symfony/Component/Form/Tests/CompoundFormTest.php 252 451 31
/src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 122 157 36
/src/Symfony/Component/Form/Tests/Console/Descriptor/JsonDescriptorTest.php 18 12 8
/src/Symfony/Component/Form/Tests/Console/Descriptor/TextDescriptorTest.php 23 12 8
/src/Symfony/Component/Form/Tests/DependencyInjection/FormPassTest.php 40 86 20
/src/Symfony/Component/Form/Tests/Extension/Core/CoreExtensionTest.php 20 10 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/DataMapperTest.php 43 289 26
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php 120 39 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTestCase.php 20 15 9
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php 48 35 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php 47 38 14
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php 51 33 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php 30 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 105 41 10
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformerTest.php 84 28 10
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php 525 186 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php 107 62 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php 350 192 31
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php 51 72 23
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php 169 65 15
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php 98 50 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeZoneToStringTransformerTest.php 48 19 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php 254 78 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformerTest.php 23 18 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php 36 56 18
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php 608 194 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php 44 189 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php 55 32 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UlidToStringTransformerTest.php 59 33 11
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UuidToStringTransformerTest.php 22 28 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php 27 59 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/WeekToArrayTransformerTest.php 104 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 159 94 22
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php 263 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 221 52 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php 32 8 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php 2225 392 29
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTranslationTest.php 56 18 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php 383 105 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ColorTypeTest.php 57 27 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php 66 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 658 124 19
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php 170 210 20
/src/Symfony/Component/Form/Tests/Extension/Core/Type/EnumTypeTest.php 135 78 14
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ExtendedChoiceTypeTest.php 32 15 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php 106 90 22
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php 598 202 27
/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php 37 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 71 62 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php 23 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 217 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 49 13 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php 379 186 19
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php 60 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 54 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 100 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 99 22
/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php 29 11 10
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php 234 91 20
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php 47 101 22
/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php 39 26 10
/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php 23 40 17
/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 50 57 24
/src/Symfony/Component/Form/Tests/Extension/Type/ItemFileType.php 21 6 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php 265 178 21
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php 35 10 8
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php 511 218 29
/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php 164 116 33
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTestCase.php 75 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 63 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 23 20 12
/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 123 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 95 790 33
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php 22 65 15
/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php 12 7 6
/src/Symfony/Component/Form/Tests/Fixtures/ArrayChoiceLoader.php 11 3 3
/src/Symfony/Component/Form/Tests/Fixtures/Author.php 70 39 15
/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php 19 11 8
/src/Symfony/Component/Form/Tests/Fixtures/BlockPrefixedFooTextType.php 19 8 8
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php 23 16 12
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceTypeExtension.php 29 9 8
/src/Symfony/Component/Form/Tests/Fixtures/ConfigurableFormType.php 24 9 7
/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php 68 31 18
/src/Symfony/Component/Form/Tests/Fixtures/Debug/A/AmbiguousType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/Debug/B/AmbiguousType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/DummyFormRendererEngine.php 19 6 5
/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php 35 18 13
/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php 31 24 12
/src/Symfony/Component/Form/Tests/Fixtures/FixedTranslator.php 30 11 8
/src/Symfony/Component/Form/Tests/Fixtures/Foo.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/FooType.php 18 6 6
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php 31 10 8
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php 24 7 6
/src/Symfony/Component/Form/Tests/Fixtures/FormWithSameParentType.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/LazyChoiceTypeExtension.php 22 11 10
/src/Symfony/Component/Form/Tests/Fixtures/Map.php 18 18 9
/src/Symfony/Component/Form/Tests/Fixtures/NotMappedType.php 19 6 6
/src/Symfony/Component/Form/Tests/Fixtures/NullFormTypeGuesser.php 25 25 7
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBar.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBaz.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeFoo.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RepeatedPasswordField.php 26 13 11
/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php 56 31 14
/src/Symfony/Component/Form/Tests/Fixtures/TranslatableTextAlign.php 25 8 8
/src/Symfony/Component/Form/Tests/Fixtures/Type.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/TypehintedPropertiesCar.php 16 16 10
/src/Symfony/Component/Form/Tests/Fixtures/User.php 18 11 9
/src/Symfony/Component/Form/Tests/FormBuilderTest.php 93 140 14
/src/Symfony/Component/Form/Tests/FormConfigTest.php 86 55 17
/src/Symfony/Component/Form/Tests/FormErrorIteratorTest.php 29 17 9
/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php 33 18 10
/src/Symfony/Component/Form/Tests/FormFactoryTest.php 79 106 23
/src/Symfony/Component/Form/Tests/FormRegistryTest.php 154 50 12
/src/Symfony/Component/Form/Tests/FormRendererTest.php 36 18 13
/src/Symfony/Component/Form/Tests/Guess/GuessTest.php 32 10 7
/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php 236 90 17
/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php 183 132 32
/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php 22 32 15
/src/Symfony/Component/Form/Tests/SimpleFormTest.php 1115 505 39
/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php 196 89 12
/src/Symfony/Component/Form/Tests/Util/ServerParamsTest.php 26 35 19
/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php 30 20 8
/src/Symfony/Component/Form/Tests/VersionAwareTest.php 18 7 6
/src/Symfony/Component/Form/Util/FormUtil.php 51 20 19
/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php 33 7 5
/src/Symfony/Component/Form/Util/OptionsResolverWrapper.php 94 31 13
/src/Symfony/Component/Form/Util/OrderedHashMap.php 139 56 22
/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php 108 57 25
/src/Symfony/Component/Form/Util/ServerParams.php 36 35 24
/src/Symfony/Component/Form/Util/StringUtil.php 47 22 17
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php 47 34 22
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php 269 104 28
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerInterface.php 32 3 2
/src/Symfony/Component/HtmlSanitizer/Parser/MastermindsParser.php 19 12 11
/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 571 21 11
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerConfigTest.php 20 141 15
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php 21 87 15
/src/Symfony/Component/HtmlSanitizer/Tests/Parser/MastermindsParserTest.php 25 6 6
/src/Symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.php 44 28 15
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php 36 13 6
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php 315 75 21
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/StringSanitizer.php 74 12 6
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/UrlSanitizer.php 70 84 26
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/AttributeSanitizerInterface.php 40 9 3
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/UrlAttributeSanitizer.php 35 18 9
/src/Symfony/Component/HtmlSanitizer/Visitor/DomVisitor.php 82 33 19
/src/Symfony/Component/HtmlSanitizer/Visitor/Model/Cursor.php 23 9 9
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/BlockedNode.php 32 9 6
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/DocumentNode.php 31 9 7
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/Node.php 76 31 17
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/NodeInterface.php 36 3 3
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php 30 21 13
/src/Symfony/Component/HttpClient/AmpHttpClient.php 100 126 42
/src/Symfony/Component/HttpClient/AsyncDecoratorTrait.php 33 12 12
/src/Symfony/Component/HttpClient/CachingHttpClient.php 78 87 45
/src/Symfony/Component/HttpClient/Chunk/DataChunk.php 37 17 8
/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php 106 57 25
/src/Symfony/Component/HttpClient/Chunk/FirstChunk.php 21 2 2
/src/Symfony/Component/HttpClient/Chunk/InformationalChunk.php 28 6 6
/src/Symfony/Component/HttpClient/Chunk/LastChunk.php 21 2 2
/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php 97 51 24
/src/Symfony/Component/HttpClient/CurlHttpClient.php 154 274 77
/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php 139 94 39
/src/Symfony/Component/HttpClient/DecoratorTrait.php 51 17 13
/src/Symfony/Component/HttpClient/DependencyInjection/HttpClientPass.php 22 5 4
/src/Symfony/Component/HttpClient/EventSourceHttpClient.php 88 95 39
/src/Symfony/Component/HttpClient/Exception/ClientException.php 21 3 3
/src/Symfony/Component/HttpClient/Exception/EventSourceException.php 19 2 2
/src/Symfony/Component/HttpClient/Exception/HttpExceptionTrait.php 74 36 21
/src/Symfony/Component/HttpClient/Exception/InvalidArgumentException.php 14 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 14 3 3
/src/Symfony/Component/HttpClient/HttpClient.php 48 36 18
/src/Symfony/Component/HttpClient/HttpClientTrait.php 136 606 94
/src/Symfony/Component/HttpClient/HttpOptions.php 101 101 14
/src/Symfony/Component/HttpClient/HttplugClient.php 121 166 39
/src/Symfony/Component/HttpClient/Internal/AmpBody.php 104 121 40
/src/Symfony/Component/HttpClient/Internal/AmpClientState.php 79 239 50
/src/Symfony/Component/HttpClient/Internal/AmpListener.php 180 219 32
/src/Symfony/Component/HttpClient/Internal/AmpResolver.php 44 45 20
/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 65 75 28
/src/Symfony/Component/HttpClient/Internal/DnsCache.php 21 7 3
/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php 122 79 34
/src/Symfony/Component/HttpClient/Internal/NativeClientState.php 21 17 8
/src/Symfony/Component/HttpClient/Internal/PushedResponse.php 28 23 7
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessage.php 17 25 10
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessageHandler.php 23 14 11
/src/Symfony/Component/HttpClient/MockHttpClient.php 67 54 30
/src/Symfony/Component/HttpClient/NativeHttpClient.php 370 266 66
/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php 95 55 28
/src/Symfony/Component/HttpClient/Psr18Client.php 108 110 27
/src/Symfony/Component/HttpClient/Response/AmpResponse.php 420 279 87
/src/Symfony/Component/HttpClient/Response/AsyncContext.php 66 97 46
/src/Symfony/Component/HttpClient/Response/AsyncResponse.php 186 297 89
/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php 169 77 45
/src/Symfony/Component/HttpClient/Response/CurlResponse.php 436 352 73
/src/Symfony/Component/HttpClient/Response/HttplugPromise.php 41 44 19
/src/Symfony/Component/HttpClient/Response/JsonMockResponse.php 25 14 14
/src/Symfony/Component/HttpClient/Response/MockResponse.php 307 225 72
/src/Symfony/Component/HttpClient/Response/NativeResponse.php 189 286 75
/src/Symfony/Component/HttpClient/Response/ResponseStream.php 30 16 7
/src/Symfony/Component/HttpClient/Response/StreamWrapper.php 128 156 51
/src/Symfony/Component/HttpClient/Response/StreamableInterface.php 34 8 5
/src/Symfony/Component/HttpClient/Response/TraceableResponse.php 213 99 37
/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php 105 184 62
/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php 43 49 17
/src/Symfony/Component/HttpClient/Retry/RetryStrategyInterface.php 15 11 3
/src/Symfony/Component/HttpClient/RetryableHttpClient.php 95 106 50
/src/Symfony/Component/HttpClient/ScopingHttpClient.php 66 86 34
/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php 29 42 24
/src/Symfony/Component/HttpClient/Tests/AmpHttpClientTest.php 24 7 6
/src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php 244 194 48
/src/Symfony/Component/HttpClient/Tests/CachingHttpClientTest.php 44 36 12
/src/Symfony/Component/HttpClient/Tests/Chunk/ServerSentEventTest.php 90 24 7
/src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php 26 31 16
/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php 22 105 31
/src/Symfony/Component/HttpClient/Tests/DependencyInjection/HttpClientPassTest.php 44 19 10
/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php 180 66 21
/src/Symfony/Component/HttpClient/Tests/Exception/HttpExceptionTraitTest.php 42 14 10
/src/Symfony/Component/HttpClient/Tests/Fixtures/assertion_failure.php 3 3 3
/src/Symfony/Component/HttpClient/Tests/HttpClientTest.php 21 8 6
/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php 461 131 39
/src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php 93 158 28
/src/Symfony/Component/HttpClient/Tests/HttpOptionsTest.php 33 13 9
/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php 203 123 26
/src/Symfony/Component/HttpClient/Tests/Messenger/PingWebhookMessageHandlerTest.php 26 26 9
/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php 287 221 41
/src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php 44 13 6
/src/Symfony/Component/HttpClient/Tests/NoPrivateNetworkHttpClientTest.php 92 78 24
/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php 95 56 16
/src/Symfony/Component/HttpClient/Tests/Response/HttplugPromiseTest.php 20 15 12
/src/Symfony/Component/HttpClient/Tests/Response/JsonMockResponseTest.php 21 40 11
/src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php 121 45 13
/src/Symfony/Component/HttpClient/Tests/Retry/GenericRetryStrategyTest.php 101 63 22
/src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php 175 292 45
/src/Symfony/Component/HttpClient/Tests/ScopingHttpClientTest.php 41 34 15
/src/Symfony/Component/HttpClient/Tests/Test/HarFileResponseFactoryTest.php 44 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 88 35 15
/src/Symfony/Component/HttpClient/TraceableHttpClient.php 92 51 34
/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php 47 48 26
/src/Symfony/Component/HttpFoundation/AcceptHeader.php 133 51 22
/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php 19 35 19
/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php 291 156 50
/src/Symfony/Component/HttpFoundation/ChainRequestMatcher.php 28 7 7
/src/Symfony/Component/HttpFoundation/Cookie.php 262 201 41
/src/Symfony/Component/HttpFoundation/Exception/BadRequestException.php 17 1 1
/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php 19 1 1
/src/Symfony/Component/HttpFoundation/Exception/RequestExceptionInterface.php 19 1 1
/src/Symfony/Component/HttpFoundation/Exception/SessionNotFoundException.php 23 4 4
/src/Symfony/Component/HttpFoundation/Exception/SuspiciousOperationException.php 18 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php 23 5 5
/src/Symfony/Component/HttpFoundation/File/Exception/CannotWriteFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/ExtensionFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php 23 2 2
/src/Symfony/Component/HttpFoundation/File/Exception/FormSizeFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/IniSizeFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/NoFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/NoTmpDirFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/PartialFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php 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 85 41
/src/Symfony/Component/HttpFoundation/FileBag.php 99 57 25
/src/Symfony/Component/HttpFoundation/HeaderBag.php 180 100 41
/src/Symfony/Component/HttpFoundation/HeaderUtils.php 203 100 37
/src/Symfony/Component/HttpFoundation/InputBag.php 91 56 27
/src/Symfony/Component/HttpFoundation/IpUtils.php 166 93 37
/src/Symfony/Component/HttpFoundation/JsonResponse.php 127 62 31
/src/Symfony/Component/HttpFoundation/ParameterBag.php 174 85 37
/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 35 21 15
/src/Symfony/Component/HttpFoundation/Request.php 313 875 95
/src/Symfony/Component/HttpFoundation/RequestMatcher/AttributesRequestMatcher.php 27 11 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/ExpressionRequestMatcher.php 28 19 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/HostRequestMatcher.php 24 10 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/IpsRequestMatcher.php 33 12 10
/src/Symfony/Component/HttpFoundation/RequestMatcher/IsJsonRequestMatcher.php 14 6 4
/src/Symfony/Component/HttpFoundation/RequestMatcher/MethodRequestMatcher.php 35 14 10
/src/Symfony/Component/HttpFoundation/RequestMatcher/PathRequestMatcher.php 24 10 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/PortRequestMatcher.php 30 10 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/SchemeRequestMatcher.php 35 15 11
/src/Symfony/Component/HttpFoundation/RequestStack.php 101 18 10
/src/Symfony/Component/HttpFoundation/Response.php 1192 478 69
/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php 123 123 39
/src/Symfony/Component/HttpFoundation/ServerBag.php 37 28 10
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php 106 34 18
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php 45 15 6
/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php 43 35 14
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php 109 26 15
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php 61 14 4
/src/Symfony/Component/HttpFoundation/Session/FlashBagAwareSessionInterface.php 21 1 1
/src/Symfony/Component/HttpFoundation/Session/Session.php 167 69 28
/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php 24 3 2
/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php 62 33 12
/src/Symfony/Component/HttpFoundation/Session/SessionFactory.php 36 15 11
/src/Symfony/Component/HttpFoundation/Session/SessionFactoryInterface.php 19 2 2
/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php 61 33 9
/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php 38 10 7
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php 75 36 20
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php 32 10 9
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MarshallingSessionHandler.php 37 29 12
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php 67 52 27
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php 57 21 10
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php 141 92 38
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php 36 24 14
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php 36 26 11
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php 385 304 66
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php 74 65 36
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php 73 82 31
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php 38 34 23
/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php 46 35 20
/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php 85 54 23
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php 93 59 33
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorageFactory.php 38 22 12
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php 332 129 49
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorageFactory.php 41 31 15
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php 33 18 14
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorageFactory.php 36 28 15
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php 71 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 29 6 5
/src/Symfony/Component/HttpFoundation/StreamedJsonResponse.php 131 53 31
/src/Symfony/Component/HttpFoundation/StreamedResponse.php 82 48 24
/src/Symfony/Component/HttpFoundation/Test/Constraint/RequestAttributeValueSame.php 38 20 14
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseCookieValueSame.php 36 45 22
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseFormatSame.php 44 28 18
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasCookie.php 34 41 21
/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 17 19 11
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsSuccessful.php 17 19 11
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php 17 18 10
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php 17 18 13
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php 99 38 13
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php 20 45 12
/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php 397 221 26
/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php 423 297 24
/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php 36 20 9
/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php 87 70 13
/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php 28 86 19
/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php 162 74 19
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc 3 23 12
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_raw_urlencode.php 5 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 44 25 15
/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 25 131 14
/src/Symfony/Component/HttpFoundation/Tests/HeaderUtilsTest.php 180 90 15
/src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php 139 136 14
/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php 209 129 22
/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php 127 123 27
/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php 177 199 18
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/AbstractRequestRateLimiterTest.php 43 32 18
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/MockAbstractRequestRateLimiter.php 15 6 6
/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php 47 32 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/AttributesRequestMatcherTest.php 28 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 23 22 14
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IsJsonRequestMatcherTest.php 30 14 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/MethodRequestMatcherTest.php 37 23 15
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PathRequestMatcherTest.php 48 24 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PortRequestMatcherTest.php 30 16 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/SchemeRequestMatcherTest.php 29 30 18
/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php 20 22 7
/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php 621 1025 52
/src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php 35 50 24
/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php 310 191 15
/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 49 51 9
/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php 179 78 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php 79 65 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php 137 74 17
/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php 73 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 33 35 20
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc 79 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 52 19 12
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MarshallingSessionHandlerTest.php 73 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 167 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 42 28 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php 46 21 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php 97 235 48
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.php 21 17 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisSessionHandlerTest.php 21 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 54 26 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php 20 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 113 44 16
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php 95 45 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php 44 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 109 56 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php 163 54 19
/src/Symfony/Component/HttpFoundation/Tests/StreamedJsonResponseTest.php 33 135 32
/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php 32 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 53 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 115 74 20
/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 56 20 7
/src/Symfony/Component/HttpFoundation/Tests/UrlHelperTest.php 137 63 18
/src/Symfony/Component/HttpFoundation/UriSigner.php 65 38 18
/src/Symfony/Component/HttpFoundation/UrlHelper.php 91 42 18
/src/Symfony/Component/HttpKernel/Attribute/AsController.php 22 7 6
/src/Symfony/Component/HttpKernel/Attribute/AsTargetedValueResolver.php 21 12 12
/src/Symfony/Component/HttpKernel/Attribute/Cache.php 48 87 12
/src/Symfony/Component/HttpKernel/Attribute/MapDateTime.php 23 13 13
/src/Symfony/Component/HttpKernel/Attribute/MapQueryParameter.php 33 25 10
/src/Symfony/Component/HttpKernel/Attribute/MapQueryString.php 25 29 16
/src/Symfony/Component/HttpKernel/Attribute/MapRequestPayload.php 25 38 16
/src/Symfony/Component/HttpKernel/Attribute/ValueResolver.php 23 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 38 24 16
/src/Symfony/Component/HttpKernel/Bundle/Bundle.php 149 82 34
/src/Symfony/Component/HttpKernel/Bundle/BundleExtension.php 57 28 18
/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php 37 16 5
/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php 28 3 3
/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php 42 11 7
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php 30 16 8
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php 89 65 32
/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 16 15
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php 48 56 29
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php 64 17 13
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DateTimeValueResolver.php 76 37 28
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php 25 7 7
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php 36 29 17
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php 47 44 26
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php 25 8 8
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php 108 130 47
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php 25 9 9
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php 58 29 16
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php 26 9 8
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php 32 20 13
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/UidValueResolver.php 34 12 11
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php 25 11 10
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php 14 3 3
/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php 45 27 20
/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php 31 8 4
/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php 129 153 54
/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php 14 4 4
/src/Symfony/Component/HttpKernel/Controller/ErrorController.php 28 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 41 53 25
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php 52 20 16
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php 24 4 4
/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php 29 15 9
/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php 247 84 29
/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php 76 43 32
/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php 30 6 5
/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php 195 178 57
/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php 136 79 23
/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php 25 17 14
/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php 26 1 1
/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php 191 135 49
/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php 42 31 21
/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php 449 232 54
/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php 37 34 20
/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php 60 45 22
/src/Symfony/Component/HttpKernel/Debug/ErrorHandlerConfigurator.php 43 61 23
/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php 80 26 14
/src/Symfony/Component/HttpKernel/Debug/VirtualRequestStack.php 61 27 12
/src/Symfony/Component/HttpKernel/DependencyInjection/AddAnnotatedClassesToCachePass.php 34 36 20
/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php 30 3 3
/src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php 57 17 9
/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php 28 6 4
/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php 28 12 8
/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php 26 18 15
/src/Symfony/Component/HttpKernel/DependencyInjection/LoggerPass.php 28 8 7
/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php 34 7 7
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php 137 114 36
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.php 26 7 7
/src/Symfony/Component/HttpKernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php 55 20 14
/src/Symfony/Component/HttpKernel/DependencyInjection/ResettableServicePass.php 26 12 10
/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php 53 15 14
/src/Symfony/Component/HttpKernel/Event/ControllerArgumentsEvent.php 35 29 16
/src/Symfony/Component/HttpKernel/Event/ControllerEvent.php 60 54 28
/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 25 15 7
/src/Symfony/Component/HttpKernel/Event/RequestEvent.php 25 12 10
/src/Symfony/Component/HttpKernel/Event/ResponseEvent.php 31 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 76 37
/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php 45 8 7
/src/Symfony/Component/HttpKernel/EventListener/CacheAttributeListener.php 169 69 39
/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php 111 52 32
/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php 27 12 12
/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php 51 22 14
/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php 112 85 37
/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php 94 20 14
/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php 72 15 14
/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php 67 37 21
/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php 107 70 31
/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php 39 15 12
/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php 128 85 36
/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php 25 7 7
/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php 39 18 14
/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php 30 9 8
/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php 20 6 6
/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php 19 6 6
/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/ControllerDoesNotReturnResponseException.php 71 31 22
/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/HttpException.php 22 10 8
/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php 24 2 1
/src/Symfony/Component/HttpKernel/Exception/InvalidMetadataException.php 14 3 3
/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/LockedHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php 17 7 7
/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php 19 5 5
/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php 21 7 7
/src/Symfony/Component/HttpKernel/Exception/ResolverNotFoundException.php 22 7 6
/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php 24 12 10
/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php 26 12 10
/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php 17 7 7
/src/Symfony/Component/HttpKernel/Exception/UnexpectedSessionUsageException.php 17 1 1
/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php 65 37 19
/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php 21 4 4
/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php 101 32 20
/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php 33 4 3
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php 71 48 22
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGeneratorInterface.php 31 6 6
/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php 93 57 27
/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php 79 60 25
/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php 35 10 10
/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php 21 4 4
/src/Symfony/Component/HttpKernel/HttpCache/AbstractSurrogate.php 85 68 26
/src/Symfony/Component/HttpKernel/HttpCache/Esi.php 80 55 26
/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php 733 187 56
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php 61 75 30
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php 31 2 2
/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php 70 42 25
/src/Symfony/Component/HttpKernel/HttpCache/Store.php 59 252 57
/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php 73 7 5
/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php 85 29 13
/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php 44 10 7
/src/Symfony/Component/HttpKernel/HttpClientKernel.php 58 63 33
/src/Symfony/Component/HttpKernel/HttpKernel.php 100 144 47
/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php 130 51 31
/src/Symfony/Component/HttpKernel/HttpKernelInterface.php 39 7 5
/src/Symfony/Component/HttpKernel/Kernel.php 395 336 81
/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 46
/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php 265 189 47
/src/Symfony/Component/HttpKernel/Profiler/Profile.php 192 86 19
/src/Symfony/Component/HttpKernel/Profiler/Profiler.php 241 109 38
/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php 45 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 38 15 9
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php 27 16 12
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/Psr6CacheClearerTest.php 42 10 6
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php 46 56 10
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php 64 33 16
/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php 20 9 7
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/BackedEnumValueResolverTest.php 131 73 27
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php 266 124 27
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/NotTaggedControllerValueResolverTest.php 97 66 18
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/QueryParameterValueResolverTest.php 54 164 22
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php 623 412 43
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php 111 64 21
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/TraceableValueResolverTest.php 23 21 15
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/UidValueResolverTest.php 53 71 20
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php 138 332 44
/src/Symfony/Component/HttpKernel/Tests/Controller/ContainerControllerResolverTest.php 39 73 25
/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php 202 162 30
/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php 68 32 17
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableArgumentResolverTest.php 42 26 23
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableControllerResolverTest.php 41 25 22
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php 33 136 22
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php 36 27 9
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php 23 50 16
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DataCollectorTest.php 64 46 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php 145 99 19
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php 22 24 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php 114 69 19
/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php 32 26 13
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php 264 177 34
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RouterDataCollectorTest.php 41 30 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php 27 62 14
/src/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerConfiguratorTest.php 22 30 20
/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php 36 54 18
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/AddAnnotatedClassesToCachePassTest.php 19 30 8
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ControllerArgumentValueResolverPassTest.php 93 30 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php 67 37 18
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php 24 19 10
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LoggerPassTest.php 45 20 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php 23 29 12
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php 621 407 44
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterLocaleAwareServicesPassTest.php 24 14 7
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPassTest.php 23 53 19
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ResettableServicePassTest.php 102 34 11
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ServicesResetterTest.php 52 18 14
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerArgumentsEventTest.php 32 41 11
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerEventTest.php 28 30 12
/src/Symfony/Component/HttpKernel/Tests/Event/ExceptionEventTest.php 21 8 7
/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php 34 16 9
/src/Symfony/Component/HttpKernel/Tests/EventListener/CacheAttributeListenerTest.php 318 167 30
/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php 138 67 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/DisallowRobotsIndexingListenerTest.php 27 20 15
/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php 56 43 25
/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php 60 205 42
/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php 36 68 13
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleAwareListenerTest.php 68 49 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php 64 94 19
/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php 97 41 20
/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php 121 84 18
/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php 84 102 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php 948 312 33
/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php 54 33 10
/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 19 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 25 23 13
/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php 41 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 37 11 6
/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 4 4
/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 27 14 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php 14 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingSession.php 16 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php 16 15 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php 16 6 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/CloneVarDataCollector.php 38 13 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php 45 24 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php 16 7 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php 16 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php 19 5 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php 16 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php 49 19 14
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTestWithLoadClassCache.php 16 4 4
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelWithoutBundles.php 20 14 11
/src/Symfony/Component/HttpKernel/Tests/Fixtures/LazyResettableService.php 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 12 10
/src/Symfony/Component/HttpKernel/Tests/Fixtures/UsePropertyInDestruct.php 13 18 15
/src/Symfony/Component/HttpKernel/Tests/Fixtures/WithPublicObjectProperty.php 7 8 8
/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php 44 60 15
/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php 57 46 18
/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php 24 55 16
/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php 178 180 26
/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php 52 56 21
/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php 97 51 15
/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php 47 175 17
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php 1758 585 46
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php 131 105 42
/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php 20 148 18
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php 47 133 16
/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php 325 288 28
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SubRequestHandlerTest.php 97 108 26
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php 49 54 27
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php 46 38 25
/src/Symfony/Component/HttpKernel/Tests/HttpClientKernelTest.php 22 14 11
/src/Symfony/Component/HttpKernel/Tests/HttpKernelBrowserTest.php 172 93 19
/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php 345 347 39
/src/Symfony/Component/HttpKernel/Tests/KernelTest.php 43 237 57
/src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php 34 95 35
/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 119 63 22
/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php 28 21 14
/src/Symfony/Component/Intl/Countries.php 98 55 13
/src/Symfony/Component/Intl/Currencies.php 112 80 16
/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php 27 1 1
/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php 46 12 9
/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php 33 11 9
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php 117 41 22
/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 14 12
/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php 42 15 10
/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php 43 13 10
/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php 23 2 2
/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php 29 12 9
/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php 38 11 7
/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php 29 67 17
/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php 30 22 9
/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php 118 54 18
/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 61 23
/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php 91 61 25
/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php 253 69 27
/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php 60 33 13
/src/Symfony/Component/Intl/Data/Generator/TimezoneDataGenerator.php 167 116 35
/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php 77 39 17
/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php 92 16 8
/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php 32 13 13
/src/Symfony/Component/Intl/Data/Util/RingBuffer.php 72 50 20
/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 42 21
/src/Symfony/Component/Intl/Languages.php 171 57 15
/src/Symfony/Component/Intl/Locale.php 97 40 18
/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 47 58 25
/src/Symfony/Component/Intl/Resources/bin/update-data.php 31 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 38 2 1
/src/Symfony/Component/Intl/Resources/data/currencies/ff.php 218 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fi.php 1098 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fo.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fr.php 1022 21 2
/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.php 66 10 2
/src/Symfony/Component/Intl/Resources/data/currencies/fy.php 1070 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ga.php 1014 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/gd.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/gl.php 806 2 2
/src/Symfony/Component/Intl/Resources/data/currencies/gu.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ha.php 634 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/he.php 858 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hi.php 738 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hr.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hu.php 1046 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hy.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ia.php 646 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ig.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/in.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/is.php 870 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/it.php 998 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ja.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/jv.php 622 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ka.php 930 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ki.php 218 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/kk.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/km.php 435 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 139 142 1
/src/Symfony/Component/Intl/Resources/data/currencies/lu.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/lv.php 770 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/meta.php 1010 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mg.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mi.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mk.php 870 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ml.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mn.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mr.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ms.php 658 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/my.php 702 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/nd.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ne.php 642 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/nl.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/no.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/or.php 626 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pa.php 722 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pl.php 982 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ps.php 618 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.php 6 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.php 670 2 1
/src/Symfony/Component/Intl/Resources/data/currencies/qu.php 614 3 2
/src/Symfony/Component/Intl/Resources/data/currencies/rm.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ro.php 910 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/root.php 82 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ru.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sc.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sd.php 626 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sg.php 218 2 2
/src/Symfony/Component/Intl/Resources/data/currencies/sk.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sl.php 1014 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sn.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/so.php 662 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sq.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sr.php 1030 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.php 1030 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sv.php 1098 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw.php 654 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.php 42 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw_KE.php 262 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ta.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/te.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/th.php 1074 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tk.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tl.php 662 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tr.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ug.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/uk.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ur.php 658 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/uz.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/vi.php 1074 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/wo.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/xh.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/yo.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.php 394 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.php 262 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zu.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/languages/km.php 73 10 1
/src/Symfony/Component/Intl/Resources/data/locales/ff_Adlm.php 115 1 1
/src/Symfony/Component/Intl/Resources/data/locales/km.php 120 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 240 42 1
/src/Symfony/Component/Intl/Resources/data/regions/lo.php 217 1 1
/src/Symfony/Component/Intl/Resources/data/scripts/km.php 21 4 1
/src/Symfony/Component/Intl/Resources/data/timezones/ff_Adlm.php 182 1 1
/src/Symfony/Component/Intl/Resources/data/timezones/km.php 381 363 1
/src/Symfony/Component/Intl/Resources/data/timezones/lo.php 365 222 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-cs.php 184 211 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-el.php 2352 7 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ff_adlm.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr.php 2187 2090 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr_ca.php 1611 2105 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-kab.php 244 39 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-km.php 2518 119 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lo.php 480 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 2377 116 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sv.php 2328 1 1
/src/Symfony/Component/Intl/Resources/emoji/build.php 129 124 40
/src/Symfony/Component/Intl/Scripts.php 38 23 11
/src/Symfony/Component/Intl/Tests/CountriesTest.php 945 64 10
/src/Symfony/Component/Intl/Tests/CurrenciesTest.php 618 100 19
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php 328 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 82 32 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php 46 27 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php 46 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 41 25 14
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php 85 38 17
/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php 76 55 12
/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php 88 40 12
/src/Symfony/Component/Intl/Tests/IntlTest.php 58 21 9
/src/Symfony/Component/Intl/Tests/LanguagesTest.php 1714 121 21
/src/Symfony/Component/Intl/Tests/LocaleTest.php 62 19 8
/src/Symfony/Component/Intl/Tests/LocalesTest.php 57 33 7
/src/Symfony/Component/Intl/Tests/ResourceBundleTestCase.php 788 47 23
/src/Symfony/Component/Intl/Tests/ScriptsTest.php 258 28 8
/src/Symfony/Component/Intl/Tests/TimezonesTest.php 623 105 20
/src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php 146 47 17
/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php 41 30 20
/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php 22 33 9
/src/Symfony/Component/Intl/Tests/Util/VersionTest.php 22 25 9
/src/Symfony/Component/Intl/Timezones.php 99 56 17
/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php 58 92 38
/src/Symfony/Component/Intl/Util/GitRepository.php 47 35 17
/src/Symfony/Component/Intl/Util/GzipStreamWrapper.php 37 57 30
/src/Symfony/Component/Intl/Util/IcuVersion.php 51 23 15
/src/Symfony/Component/Intl/Util/IntlTestHelper.php 85 31 16
/src/Symfony/Component/Intl/Util/Version.php 72 25 17
/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php 33 27 13
/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php 40 33 15
/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 73 10 5
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php 59 28 15
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php 99 53 28
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php 33 80 33
/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php 89 81 8
/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php 166 61 21
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php 180 60 36
/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 117 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 16 12
/src/Symfony/Component/Ldap/LdapInterface.php 45 9 6
/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php 100 30 16
/src/Symfony/Component/Ldap/Security/LdapAuthenticator.php 78 42 18
/src/Symfony/Component/Ldap/Security/LdapBadge.php 63 30 8
/src/Symfony/Component/Ldap/Security/LdapUser.php 70 32 16
/src/Symfony/Component/Ldap/Security/LdapUserProvider.php 99 83 27
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php 162 49 15
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/EntryManagerTest.php 67 18 9
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php 97 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 23 15 9
/src/Symfony/Component/Ldap/Tests/Security/CheckLdapCredentialsListenerTest.php 213 116 31
/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 96 33 18
/src/Symfony/Component/Lock/Lock.php 203 112 37
/src/Symfony/Component/Lock/LockFactory.php 54 29 20
/src/Symfony/Component/Lock/LockInterface.php 56 13 7
/src/Symfony/Component/Lock/NoLock.php 24 17 7
/src/Symfony/Component/Lock/PersistingStoreInterface.php 41 4 2
/src/Symfony/Component/Lock/SharedLockInterface.php 31 5 4
/src/Symfony/Component/Lock/SharedLockStoreInterface.php 26 2 2
/src/Symfony/Component/Lock/Store/CombinedStore.php 64 52 17
/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php 69 43 19
/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php 192 101 38
/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php 123 155 30
/src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php 24 7 7
/src/Symfony/Component/Lock/Store/FlockStore.php 94 84 36
/src/Symfony/Component/Lock/Store/InMemoryStore.php 97 39 19
/src/Symfony/Component/Lock/Store/MemcachedStore.php 103 37 23
/src/Symfony/Component/Lock/Store/MongoDbStore.php 228 125 39
/src/Symfony/Component/Lock/Store/PdoStore.php 112 121 35
/src/Symfony/Component/Lock/Store/PostgreSqlStore.php 77 92 37
/src/Symfony/Component/Lock/Store/RedisStore.php 255 75 39
/src/Symfony/Component/Lock/Store/SemaphoreStore.php 36 33 16
/src/Symfony/Component/Lock/Store/StoreFactory.php 83 99 18
/src/Symfony/Component/Lock/Store/ZookeeperStore.php 122 52 27
/src/Symfony/Component/Lock/Strategy/ConsensusStrategy.php 28 5 3
/src/Symfony/Component/Lock/Strategy/UnanimousStrategy.php 19 3 2
/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 483 234 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 157 174 32
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalPostgreSqlStoreTest.php 117 96 33
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php 79 162 34
/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php 122 39 18
/src/Symfony/Component/Lock/Tests/Store/FlockStoreTest.php 33 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 47 13 9
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php 44 61 24
/src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php 79 51 24
/src/Symfony/Component/Lock/Tests/Store/PostgreSqlStoreTest.php 74 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 42 23
/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php 51 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 29 15
/src/Symfony/Component/Lock/Tests/Store/stubs/mongodb.php 20 4 2
/src/Symfony/Component/Lock/Tests/Strategy/ConsensusStrategyTest.php 84 32 11
/src/Symfony/Component/Lock/Tests/Strategy/UnanimousStrategyTest.php 51 35 11
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesApiAsyncAwsTransportTest.php 37 79 21
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesHttpAsyncAwsTransportTest.php 37 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 122 17
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php 48 65 29
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php 61 49 26
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesSmtpTransport.php 33 38 23
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesTransportFactory.php 27 33 20
/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php 22 33 13
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php 150 68 19
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php 76 37 11
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/complaint.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/defered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/delivered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/hard_bounce.php 5 11 7
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/invalid_email.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/proxy_open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request_without_tags.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/soft_bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unique_opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unsubscribed.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php 67 58 25
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php 23 10 7
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php 24 12 9
/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php 58 25 19
/src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php 78 35 11
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailSmtpTransport.php 23 11 8
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailTransportFactory.php 24 12 9
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportFactoryTest.php 91 38 12
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php 52 152 26
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php 81 51 29
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipSmtpTransport.php 20 10 7
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php 29 15 9
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceApiTransportTest.php 120 81 20
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceSmtpTransportTest.php 34 15 7
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceTransportFactoryTest.php 88 36 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php 69 50 25
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceSmtpTransport.php 36 27 17
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceTransportFactory.php 24 14 10
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillApiTransportTest.php 70 55 21
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillHttpTransportTest.php 53 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 41 12
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php 64 72 35
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHeadersTrait.php 28 19 14
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php 69 47 27
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillSmtpTransport.php 25 11 8
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillTransportFactory.php 24 14 10
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php 151 73 18
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php 76 36 11
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php 155 50 27
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php 23 10 7
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php 24 11 8
/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php 69 55 20
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php 272 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 44 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/accepted.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/clicks.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/delivered_messages.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/opens.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/permanent_failure_no_description.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/spam_complaints.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/suppression_failure.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/temporary_failure.php 5 11 7
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/unsubscribes.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/MailgunRequestParserTest.php 26 7 5
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php 79 83 37
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHeadersTrait.php 28 17 13
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php 81 58 28
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunSmtpTransport.php 25 17 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunTransportFactory.php 24 15 10
/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php 61 35 26
/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php 62 29 14
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php 306 105 23
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetTransportFactoryTest.php 30 38 12
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/sent.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/spam.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/unsub.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/MailjetRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php 91 91 39
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetSmtpTransport.php 20 11 8
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetTransportFactory.php 21 16 12
/src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php 44 24 19
/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php 22 40 16
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php 122 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 40 12
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/bounce.php 10 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/delivery.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/link_click.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/open.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/spam_complaint.php 9 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/subscription_change.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php 18 2 2
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php 71 62 30
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php 40 33 18
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php 24 19 13
/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php 59 32 19
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayApiTransportTest.php 34 48 21
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayTransportFactoryTest.php 30 38 12
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php 72 72 29
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewaySmtpTransport.php 20 10 7
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayTransportFactory.php 21 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php 25 24 13
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php 157 83 17
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php 30 37 12
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/Fixtures/webhook.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridMissingSignedRequestParserTest.php 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 75 30
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridSmtpTransport.php 23 11 8
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridTransportFactory.php 24 14 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php 73 41 27
/src/Symfony/Component/Mailer/Command/MailerTestCommand.php 29 26 19
/src/Symfony/Component/Mailer/DataCollector/MessageDataCollector.php 37 22 12
/src/Symfony/Component/Mailer/DelayedEnvelope.php 35 20 10
/src/Symfony/Component/Mailer/Envelope.php 68 19 12
/src/Symfony/Component/Mailer/Event/FailedMessageEvent.php 33 22 12
/src/Symfony/Component/Mailer/Event/MessageEvent.php 59 26 12
/src/Symfony/Component/Mailer/Event/MessageEvents.php 64 16 11
/src/Symfony/Component/Mailer/Event/SentMessageEvent.php 26 12 11
/src/Symfony/Component/Mailer/EventListener/EnvelopeListener.php 64 36 21
/src/Symfony/Component/Mailer/EventListener/MessageListener.php 57 38 18
/src/Symfony/Component/Mailer/EventListener/MessageLoggerListener.php 33 14 8
/src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php 43 15 12
/src/Symfony/Component/Mailer/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Mailer/Exception/HttpTransportException.php 30 14 14
/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 7 7
/src/Symfony/Component/Mailer/Exception/TransportExceptionInterface.php 21 2 1
/src/Symfony/Component/Mailer/Exception/UnexpectedResponseException.php 14 5 5
/src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php 79 35 18
/src/Symfony/Component/Mailer/Header/MetadataHeader.php 30 6 6
/src/Symfony/Component/Mailer/Header/TagHeader.php 21 2 2
/src/Symfony/Component/Mailer/Mailer.php 67 27 10
/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 20 16 9
/src/Symfony/Component/Mailer/SentMessage.php 71 24 15
/src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php 17 24 15
/src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php 17 15 11
/src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php 42 52 18
/src/Symfony/Component/Mailer/Tests/Command/MailerTestCommandTest.php 50 23 12
/src/Symfony/Component/Mailer/Tests/EnvelopeTest.php 45 95 11
/src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php 39 58 13
/src/Symfony/Component/Mailer/Tests/EventListener/MessengerTransportListenerTest.php 25 19 8
/src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php 58 31 12
/src/Symfony/Component/Mailer/Tests/MailerTest.php 82 73 30
/src/Symfony/Component/Mailer/Tests/SentMessageTest.php 23 17 11
/src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php 61 83 29
/src/Symfony/Component/Mailer/Tests/Transport/DsnTest.php 23 36 13
/src/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php 26 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 69 46 17
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportFactoryTest.php 24 21 10
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportTest.php 19 6 5
/src/Symfony/Component/Mailer/Tests/Transport/RoundRobinTransportTest.php 164 126 19
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.php 24 25 11
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php 111 82 35
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php 49 44 19
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportFactoryTest.php 48 56 17
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php 178 122 16
/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 66 26
/src/Symfony/Component/Mailer/Transport.php 170 85 34
/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 38 15
/src/Symfony/Component/Mailer/Transport/Dsn.php 57 76 22
/src/Symfony/Component/Mailer/Transport/FailoverTransport.php 21 16 10
/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php 45 17 11
/src/Symfony/Component/Mailer/Transport/NullTransport.php 21 5 5
/src/Symfony/Component/Mailer/Transport/NullTransportFactory.php 21 8 8
/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php 56 51 30
/src/Symfony/Component/Mailer/Transport/SendmailTransport.php 58 51 24
/src/Symfony/Component/Mailer/Transport/SendmailTransportFactory.php 21 10 9
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/AuthenticatorInterface.php 29 4 3
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php 32 31 14
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/LoginAuthenticator.php 31 9 5
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/PlainAuthenticator.php 23 9 7
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php 33 5 4
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php 203 94 38
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php 24 45 17
/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php 110 128 42
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php 124 53 29
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php 39 22 12
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php 156 72 24
/src/Symfony/Component/Mailer/Transport/TransportFactoryInterface.php 28 7 4
/src/Symfony/Component/Mailer/Transport/TransportInterface.php 16 8 4
/src/Symfony/Component/Mailer/Transport/Transports.php 64 30 17
/src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php 22 44 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 21 8 7
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Middleware/AddFifoStampTest.php 105 57 15
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php 65 33 20
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsReceiverTest.php 41 26 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php 40 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 97 102 28
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/ConnectionTest.php 38 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 42 47 21
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php 67 31 22
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransport.php 76 41 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransportFactory.php 33 21 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsXrayTraceHeaderStamp.php 18 1 1
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php 335 223 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 47 27
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php 187 130 33
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceivedStampTest.php 22 5 5
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceiverTest.php 49 29 13
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpSenderTest.php 43 57 11
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpStampTest.php 57 17 8
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportFactoryTest.php 34 10 6
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php 34 27 14
/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 22 5 3
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceiver.php 117 36 19
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpSender.php 73 17 12
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpStamp.php 23 35 13
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransport.php 38 28 13
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransportFactory.php 23 12 8
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php 579 232 55
/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 39 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 24 12
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php 272 163 21
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceivedStamp.php 35 10 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php 49 23 15
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdSender.php 40 12 9
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransport.php 56 24 11
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransportFactory.php 23 10 7
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php 129 115 30
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php 538 287 35
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php 73 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 36 60 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlRegularIntegrationTest.php 60 71 21
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineReceiverTest.php 85 164 32
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineSenderTest.php 25 21 10
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportFactoryTest.php 57 41 13
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportTest.php 55 41 17
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/PostgreSqlConnectionTest.php 69 75 18
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php 159 299 60
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php 152 90 35
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineSender.php 47 18 14
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransport.php 83 46 18
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php 47 27 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php 51 45 21
/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 15 11
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php 407 116 24
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php 297 215 42
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisReceiverTest.php 62 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 31 27 14
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RelayExtIntegrationTest.php 39 38 11
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php 423 476 90
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php 49 32 21
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisSender.php 41 9 6
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransport.php 38 25 11
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransportFactory.php 24 12 8
/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php 151 111 36
/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php 234 157 52
/src/Symfony/Component/Messenger/Command/DebugCommand.php 130 65 33
/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php 97 45 22
/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php 230 113 46
/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php 152 69 25
/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php 82 39 26
/src/Symfony/Component/Messenger/Command/StatsCommand.php 60 29 21
/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php 57 21 18
/src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php 109 50 23
/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php 125 133 42
/src/Symfony/Component/Messenger/Envelope.php 27 23 14
/src/Symfony/Component/Messenger/Event/AbstractWorkerMessageEvent.php 17 7 6
/src/Symfony/Component/Messenger/Event/SendMessageToTransportsEvent.php 53 11 8
/src/Symfony/Component/Messenger/Event/WorkerMessageFailedEvent.php 14 7 5
/src/Symfony/Component/Messenger/Event/WorkerMessageHandledEvent.php 19 1 1
/src/Symfony/Component/Messenger/Event/WorkerMessageReceivedEvent.php 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 10 10
/src/Symfony/Component/Messenger/EventListener/DispatchPcntlSignalListener.php 31 10 9
/src/Symfony/Component/Messenger/EventListener/ResetServicesListener.php 31 10 10
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php 110 73 33
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageToFailureTransportListener.php 71 16 12
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php 43 14 12
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php 44 23 17
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMemoryLimitListener.php 46 20 14
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php 39 21 16
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnRestartSignalListener.php 42 23 17
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php 46 22 16
/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 44 26 14
/src/Symfony/Component/Messenger/Handler/Acknowledger.php 63 51 25
/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 41 23
/src/Symfony/Component/Messenger/Handler/HandlersLocator.php 35 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 16 14 10
/src/Symfony/Component/Messenger/MessageBus.php 58 23 19
/src/Symfony/Component/Messenger/MessageBusInterface.php 14 1 1
/src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php 21 14 11
/src/Symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.php 33 8 8
/src/Symfony/Component/Messenger/Middleware/DispatchAfterCurrentBusMiddleware.php 90 34 20
/src/Symfony/Component/Messenger/Middleware/FailedMessageProcessingMiddleware.php 23 10 10
/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php 109 72 40
/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php 21 2 2
/src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php 34 8 8
/src/Symfony/Component/Messenger/Middleware/RouterContextMiddleware.php 73 13 12
/src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php 61 40 26
/src/Symfony/Component/Messenger/Middleware/StackMiddleware.php 46 38 22
/src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php 39 49 28
/src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php 42 14 12
/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php 46 27 11
/src/Symfony/Component/Messenger/Retry/RetryStrategyInterface.php 33 6 4
/src/Symfony/Component/Messenger/RoutableMessageBus.php 37 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 54 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 35 10 8
/src/Symfony/Component/Messenger/Stamp/RouterContextStamp.php 65 38 7
/src/Symfony/Component/Messenger/Stamp/SentStamp.php 37 14 6
/src/Symfony/Component/Messenger/Stamp/SentToFailureTransportStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/SerializedMessageStamp.php 20 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 17 14
/src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.php 126 85 18
/src/Symfony/Component/Messenger/Tests/Command/DebugCommandTest.php 162 44 21
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRemoveCommandTest.php 70 155 14
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRetryCommandTest.php 71 68 12
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php 419 167 22
/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 73 25
/src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php 847 304 41
/src/Symfony/Component/Messenger/Tests/EnvelopeTest.php 127 67 19
/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php 54 20 8
/src/Symfony/Component/Messenger/Tests/EventListener/ResetServicesListenerTest.php 32 18 12
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php 161 48 12
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php 84 35 12
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnCustomStopExceptionListenerTest.php 42 46 16
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnFailureLimitListenerTest.php 47 24 16
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMemoryLimitListenerTest.php 25 24 18
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMessageLimitListenerTest.php 46 19 14
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnRestartSignalListenerTest.php 29 18 13
/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 53 161 34
/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 40 15 9
/src/Symfony/Component/Messenger/Tests/Fixtures/MultipleBusesMessage.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/MultipleBusesMessageHandler.php 16 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/MyOwnChildException.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/MyOwnException.php 14 1 1
/src/Symfony/Component/Messenger/Tests/Fixtures/ResettableDummyReceiver.php 20 7 6
/src/Symfony/Component/Messenger/Tests/Fixtures/SecondMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandler.php 15 17 8
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandlerWithUnionTypes.php 24 11 7
/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 39 17
/src/Symfony/Component/Messenger/Tests/Handler/HandleDescriptorTest.php 23 32 17
/src/Symfony/Component/Messenger/Tests/Handler/HandlersLocatorTest.php 23 38 13
/src/Symfony/Component/Messenger/Tests/MessageBusTest.php 171 77 29
/src/Symfony/Component/Messenger/Tests/Middleware/ActivationMiddlewareTest.php 25 23 9
/src/Symfony/Component/Messenger/Tests/Middleware/AddBusNameStampMiddlewareTest.php 22 8 6
/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php 330 94 26
/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php 67 188 40
/src/Symfony/Component/Messenger/Tests/Middleware/RouterContextMiddlewareTest.php 46 17 11
/src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php 114 100 17
/src/Symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.php 22 16 14
/src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php 82 77 25
/src/Symfony/Component/Messenger/Tests/Middleware/ValidationMiddlewareTest.php 41 20 8
/src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php 63 39 13
/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 55 23 10
/src/Symfony/Component/Messenger/Tests/Stamp/HandledStampTest.php 21 14 8
/src/Symfony/Component/Messenger/Tests/Stamp/RedeliveryStampTest.php 32 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 32 19 9
/src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php 140 56 14
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportFactoryTest.php 89 33 13
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportTest.php 41 111 16
/src/Symfony/Component/Messenger/Tests/Transport/Receiver/SingleMessageReceiverTest.php 21 14 8
/src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php 25 45 11
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php 79 73 20
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php 93 33 14
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerWithClassNotFoundSupportTest.php 22 18 12
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php 53 114 33
/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 43 18 8
/src/Symfony/Component/Messenger/Tests/WorkerTest.php 584 243 34
/src/Symfony/Component/Messenger/TraceableMessageBus.php 77 56 24
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php 111 56 26
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransportFactory.php 35 24 18
/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 35 11 8
/src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php 29 2 2
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php 72 15 10
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php 48 43 16
/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php 94 47 29
/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php 124 60 29
/src/Symfony/Component/Messenger/Transport/Serialization/SerializerInterface.php 14 2 2
/src/Symfony/Component/Messenger/Transport/SetupableTransportInterface.php 22 1 1
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php 40 23 14
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php 38 12 10
/src/Symfony/Component/Messenger/Transport/TransportFactory.php 34 27 14
/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php 30 4 3
/src/Symfony/Component/Messenger/Transport/TransportInterface.php 20 1 1
/src/Symfony/Component/Messenger/Worker.php 263 132 52
/src/Symfony/Component/Messenger/WorkerMetadata.php 26 12 10
/src/Symfony/Component/Mime/Address.php 99 69 27
/src/Symfony/Component/Mime/CharacterStream.php 71 159 31
/src/Symfony/Component/Mime/Crypto/DkimOptions.php 23 28 8
/src/Symfony/Component/Mime/Crypto/DkimSigner.php 212 108 30
/src/Symfony/Component/Mime/Crypto/SMime.php 65 55 19
/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php 32 30 24
/src/Symfony/Component/Mime/Crypto/SMimeSigner.php 49 33 19
/src/Symfony/Component/Mime/DependencyInjection/AddMimeTypeGuesserPass.php 25 6 6
/src/Symfony/Component/Mime/DraftEmail.php 33 12 9
/src/Symfony/Component/Mime/Email.php 244 209 45
/src/Symfony/Component/Mime/Encoder/AddressEncoderInterface.php 27 3 3
/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php 28 14 12
/src/Symfony/Component/Mime/Encoder/Base64Encoder.php 29 9 7
/src/Symfony/Component/Mime/Encoder/Base64MimeHeaderEncoder.php 30 11 9
/src/Symfony/Component/Mime/Encoder/ContentEncoderInterface.php 24 3 2
/src/Symfony/Component/Mime/Encoder/EightBitContentEncoder.php 19 11 8
/src/Symfony/Component/Mime/Encoder/EncoderInterface.php 25 4 4
/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php 35 11 6
/src/Symfony/Component/Mime/Encoder/MimeHeaderEncoderInterface.php 22 3 3
/src/Symfony/Component/Mime/Encoder/QpContentEncoder.php 29 22 15
/src/Symfony/Component/Mime/Encoder/QpEncoder.php 118 45 25
/src/Symfony/Component/Mime/Encoder/QpMimeHeaderEncoder.php 29 14 10
/src/Symfony/Component/Mime/Encoder/Rfc2231Encoder.php 32 17 12
/src/Symfony/Component/Mime/Exception/AddressEncoderException.php 17 5 5
/src/Symfony/Component/Mime/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Mime/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Mime/Exception/LogicException.php 17 3 3
/src/Symfony/Component/Mime/Exception/RfcComplianceException.php 17 2 2
/src/Symfony/Component/Mime/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php 58 26 16
/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php 41 22 16
/src/Symfony/Component/Mime/Header/AbstractHeader.php 200 81 44
/src/Symfony/Component/Mime/Header/DateHeader.php 38 8 8
/src/Symfony/Component/Mime/Header/HeaderInterface.php 47 17 5
/src/Symfony/Component/Mime/Header/Headers.php 277 113 40
/src/Symfony/Component/Mime/Header/IdentificationHeader.php 44 19 15
/src/Symfony/Component/Mime/Header/MailboxHeader.php 46 16 16
/src/Symfony/Component/Mime/Header/MailboxListHeader.php 112 17 17
/src/Symfony/Component/Mime/Header/ParameterizedHeader.php 181 69 34
/src/Symfony/Component/Mime/Header/PathHeader.php 43 8 8
/src/Symfony/Component/Mime/Header/UnstructuredHeader.php 38 9 8
/src/Symfony/Component/Mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php 21 7 6
/src/Symfony/Component/Mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php 23 11 9
/src/Symfony/Component/Mime/Message.php 140 52 25
/src/Symfony/Component/Mime/MessageConverter.php 72 42 12
/src/Symfony/Component/Mime/MimeTypeGuesserInterface.php 24 3 3
/src/Symfony/Component/Mime/MimeTypes.php 61 114 21
/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 46 7 7
/src/Symfony/Component/Mime/Part/DataPart.php 107 75 34
/src/Symfony/Component/Mime/Part/File.php 47 31 18
/src/Symfony/Component/Mime/Part/MessagePart.php 26 17 16
/src/Symfony/Component/Mime/Part/Multipart/DigestPart.php 22 1 1
/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php 85 27 18
/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 149 85 32
/src/Symfony/Component/Mime/RawMessage.php 30 26 19
/src/Symfony/Component/Mime/Resources/bin/update_mime_types.php 153 59 20
/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php 41 18 12
/src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php 40 26 19
/src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php 37 14 12
/src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php 43 20 16
/src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php 38 15 12
/src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php 32 17 13
/src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php 38 15 12
/src/Symfony/Component/Mime/Tests/AbstractMimeTypeGuesserTestCase.php 38 35 13
/src/Symfony/Component/Mime/Tests/AddressTest.php 150 39 14
/src/Symfony/Component/Mime/Tests/CharacterStreamTest.php 79 77 9
/src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php 72 33 16
/src/Symfony/Component/Mime/Tests/Crypto/SMimeEncrypterTest.php 24 28 11
/src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php 42 59 14
/src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php 55 36 20
/src/Symfony/Component/Mime/Tests/DependencyInjection/AddMimeTypeGuesserPassTest.php 24 17 9
/src/Symfony/Component/Mime/Tests/DraftEmailTest.php 39 15 6
/src/Symfony/Component/Mime/Tests/EmailTest.php 67 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 83 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 74 36 8
/src/Symfony/Component/Mime/Tests/Header/HeadersTest.php 25 228 16
/src/Symfony/Component/Mime/Tests/Header/IdentificationHeaderTest.php 120 57 8
/src/Symfony/Component/Mime/Tests/Header/MailboxHeaderTest.php 61 41 12
/src/Symfony/Component/Mime/Tests/Header/MailboxListHeaderTest.php 28 52 10
/src/Symfony/Component/Mime/Tests/Header/ParameterizedHeaderTest.php 302 113 11
/src/Symfony/Component/Mime/Tests/Header/PathHeaderTest.php 32 30 9
/src/Symfony/Component/Mime/Tests/Header/UnstructuredHeaderTest.php 19 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 22 25 12
/src/Symfony/Component/Mime/Tests/MessageTest.php 104 98 25
/src/Symfony/Component/Mime/Tests/MimeTypesTest.php 77 32 16
/src/Symfony/Component/Mime/Tests/Part/DataPartTest.php 157 146 32
/src/Symfony/Component/Mime/Tests/Part/MessagePartTest.php 23 23 11
/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 22 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 101 59 17
/src/Symfony/Component/Mime/Tests/RawMessageTest.php 23 67 19
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsOptions.php 76 29 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php 77 51 29
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php 43 23 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php 42 31 17
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsOptions.php 46 20 14
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php 78 46 29
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransportFactory.php 24 21 13
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsOptionsTest.php 19 9 7
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportFactoryTest.php 19 24 11
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportTest.php 45 56 23
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthOptions.php 28 25 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php 88 73 30
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php 25 13 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthOptionsTest.php 19 10 9
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php 24 33 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php 32 60 22
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php 75 41 28
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportFactoryTest.php 24 34 10
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportTest.php 41 30 14
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkMessageBodyBuilder.php 25 20 11
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkOptions.php 33 16 14
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php 85 41 27
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransportFactory.php 30 13 11
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkMessageBodyBuilderTest.php 19 21 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkOptionsTest.php 19 14 8
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportFactoryTest.php 20 34 10
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportTest.php 32 32 15
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendOptions.php 76 26 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php 99 82 33
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransportFactory.php 25 16 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportFactoryTest.php 46 28 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportTest.php 32 61 21
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php 81 49 28
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportFactoryTest.php 19 29 11
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportTest.php 39 43 18
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneOptions.php 38 21 12
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php 94 62 29
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransportFactory.php 23 14 9
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportFactoryTest.php 58 28 10
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php 32 39 18
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php 53 22 14
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php 93 50 29
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbed.php 21 8 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbedObject.php 17 6 6
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordAuthorEmbedObject.php 40 14 7
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php 56 38 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbedObjectInterface.php 19 2 2
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php 55 16 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php 40 11 7
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordMediaEmbedObject.php 32 12 5
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordOptionsTest.php 23 16 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php 48 33 10
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportTest.php 32 34 15
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordAuthorEmbedObjectTest.php 36 9 7
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordEmbedTest.php 43 20 9
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFieldEmbedObjectTest.php 20 15 8
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFooterEmbedObjectTest.php 34 10 7
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotOptions.php 30 30 11
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php 95 53 32
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportFactoryTest.php 41 23 10
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportTest.php 42 24 13
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexOptions.php 28 10 9
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php 84 57 35
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php 20 11 9
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportTest.php 128 53 21
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoOptions.php 155 52 12
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php 89 46 25
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransportFactory.php 23 13 11
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportFactoryTest.php 35 23 10
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportTest.php 42 25 14
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php 67 37 22
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php 59 27 19
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php 40 37 19
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatEmailTransportTest.php 101 53 17
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatLoggerTransportTest.php 37 38 18
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatTransportFactoryTest.php 46 69 16
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/TestLogger.php 20 7 7
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php 53 38 23
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php 46 25 18
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php 41 37 19
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsEmailTransportTest.php 55 43 17
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsLoggerTransportTest.php 44 34 18
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php 87 69 16
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/TestLogger.php 20 7 7
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseOptions.php 76 24 11
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php 87 44 29
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/AndroidNotification.php 71 30 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/IOSNotification.php 73 24 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/WebNotification.php 31 6 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportFactoryTest.php 41 23 10
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportTest.php 36 42 19
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php 77 42 26
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportFactoryTest.php 38 24 11
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportTest.php 78 40 15
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php 82 44 24
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportTest.php 48 31 16
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiOptions.php 46 17 11
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php 76 42 27
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportFactoryTest.php 23 28 10
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportTest.php 36 31 15
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php 72 37 24
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php 41 33 10
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportTest.php 32 24 13
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpOptions.php 23 18 13
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php 90 69 33
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php 26 17 12
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportFactoryTest.php 46 33 10
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportTest.php 93 49 20
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatOptions.php 67 27 16
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php 126 72 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 43 28 10
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportTest.php 75 83 25
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php 84 39 25
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransportFactory.php 24 10 8
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportFactoryTest.php 32 29 10
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportTest.php 34 24 13
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php 77 44 29
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportFactoryTest.php 38 33 10
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php 94 60 34
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransportFactory.php 20 14 9
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportFactoryTest.php 19 37 12
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportTest.php 31 41 15
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php 88 56 32
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransportFactory.php 24 11 8
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportFactoryTest.php 22 33 10
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportTest.php 44 39 16
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php 123 53 32
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php 24 23 10
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php 58 33 22
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransportFactory.php 30 12 10
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportFactoryTest.php 20 30 12
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportTest.php 34 31 15
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInOptions.php 148 52 18
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php 88 49 27
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AbstractLinkedInShare.php 17 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 52 46 14
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php 38 34 16
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php 31 29 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php 134 63 19
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php 75 38 24
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportFactoryTest.php 43 29 10
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonOptions.php 29 19 11
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php 90 58 39
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransportFactory.php 23 10 8
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportFactoryTest.php 22 30 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportTest.php 85 57 20
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostOptions.php 46 16 12
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php 78 50 28
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransportFactory.php 23 10 8
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportFactoryTest.php 61 33 10
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportTest.php 42 24 13
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureOptions.php 78 42 13
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php 88 68 36
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php 48 38 25
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/Fixtures/DummyHub.php 21 46 17
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureOptionsTest.php 30 13 8
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportFactoryTest.php 63 38 15
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php 72 135 31
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdOptions.php 96 44 11
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php 75 43 29
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportTest.php 41 25 14
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaOptions.php 46 33 11
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php 98 55 29
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportFactoryTest.php 37 23 10
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php 73 45 20
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCard.php 22 10 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCardCompatibleActionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Element/Header.php 20 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/HttpPostAction.php 22 9 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/AbstractInput.php 35 18 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/DateInput.php 34 11 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php 65 25 16
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/TextInput.php 37 14 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/InvokeAddInCommandAction.php 20 10 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php 49 16 13
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php 176 41 22
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php 82 42 30
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php 25 13 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Activity.php 20 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Fact.php 17 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Image.php 20 6 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Section.php 25 13 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Test/Action/Input/AbstractInputTestCase.php 51 16 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/ActionCardTest.php 71 20 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Element/HeaderTest.php 27 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/HttpPostActionTest.php 36 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 19 16 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/OpenUriActionTest.php 20 23 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsOptionsTest.php 67 95 14
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportTest.php 115 94 23
/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 19 11 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/SectionTest.php 27 30 8
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php 56 32 21
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php 86 53 31
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytOptionsTest.php 71 29 12
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportFactoryTest.php 22 28 10
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportTest.php 44 27 15
/src/Symfony/Component/Notifier/Bridge/Novu/NovuOptions.php 60 73 16
/src/Symfony/Component/Notifier/Bridge/Novu/NovuSubscriberRecipient.php 81 86 13
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php 89 40 27
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransportFactory.php 30 13 11
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuOptionsTest.php 19 7 7
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportFactoryTest.php 39 29 10
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportTest.php 49 37 17
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php 163 72 26
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php 102 71 32
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransportFactory.php 24 27 17
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyOptionsTest.php 22 6 6
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportFactoryTest.php 50 23 9
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportTest.php 56 78 21
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php 83 44 26
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php 38 28 10
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalOptions.php 94 33 16
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php 98 56 29
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransportFactory.php 23 13 9
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalOptionsTest.php 19 6 5
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportFactoryTest.php 22 28 10
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportTest.php 46 74 25
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php 56 46 23
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransportFactory.php 20 12 9
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportFactoryTest.php 32 33 10
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportTest.php 29 25 13
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php 125 71 33
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransportFactory.php 23 14 10
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportTest.php 94 63 23
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php 57 38 19
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php 66 40 29
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php 46 18 10
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportTest.php 36 26 14
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoOptions.php 103 32 11
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php 76 60 33
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransportFactory.php 25 12 10
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportTest.php 92 60 21
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php 132 62 25
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php 73 45 28
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransportFactory.php 24 12 8
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportFactoryTest.php 35 23 10
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportTest.php 41 49 20
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkOptions.php 78 31 15
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php 93 57 27
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransportFactory.php 24 12 8
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportTest.php 42 25 13
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralOptions.php 28 18 9
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php 78 53 32
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransportFactory.php 25 12 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralOptionsTest.php 19 10 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportFactoryTest.php 39 33 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportTest.php 90 59 20
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatOptions.php 60 24 13
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php 77 44 25
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportFactoryTest.php 46 28 10
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportTest.php 43 30 16
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php 93 54 28
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportFactoryTest.php 38 28 10
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportTest.php 39 24 13
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php 82 60 33
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransportFactory.php 25 13 10
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportFactoryTest.php 35 28 10
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportTest.php 90 61 22
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php 76 42 26
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportTest.php 34 24 13
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlock.php 17 6 6
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlockElement.php 21 8 8
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackActionsBlock.php 42 8 8
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php 36 21 10
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php 27 10 6
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackImageBlock.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackSectionBlock.php 30 16 9
/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php 187 68 23
/src/Symfony/Component/Notifier/Bridge/Slack/SlackSentMessage.php 32 9 7
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php 97 62 34
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransportFactory.php 23 13 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackActionsBlockTest.php 19 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 35 14 7
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackSectionBlockTest.php 50 21 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackOptionsTest.php 208 91 25
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportTest.php 299 139 28
/src/Symfony/Component/Notifier/Bridge/Slack/UpdateMessageSlackOptions.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php 79 49 29
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportTest.php 40 30 16
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php 95 55 29
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportTest.php 84 40 20
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php 90 62 34
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransportFactory.php 23 19 15
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportFactoryTest.php 51 28 10
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportTest.php 35 28 16
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php 119 56 30
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransportFactory.php 23 16 10
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.php 93 28 10
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.php 59 47 20
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php 78 51 25
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransportFactory.php 23 10 8
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportTest.php 34 24 13
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeOptions.php 53 13 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php 85 56 33
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransportFactory.php 25 12 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportFactoryTest.php 45 33 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportTest.php 115 71 23
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php 110 70 30
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransportFactory.php 23 14 9
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportFactoryTest.php 48 23 10
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportTest.php 50 74 24
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/AbstractTelegramReplyMarkup.php 17 6 6
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/AbstractKeyboardButton.php 17 6 6
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/InlineKeyboardButton.php 79 24 4
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/KeyboardButton.php 39 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 45 19 7
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardRemove.php 21 3 3
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramOptions.php 138 79 18
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php 123 94 39
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php 24 24 12
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php 22 22 10
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportFactoryTest.php 32 28 10
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php 195 237 34
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php 96 55 28
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransportFactory.php 23 12 9
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiOptions.php 28 16 10
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php 82 59 32
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransportFactory.php 25 12 10
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportFactoryTest.php 29 33 10
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportTest.php 40 60 21
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportFactoryTest.php 48 28 10
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportTest.php 33 67 24
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php 114 55 28
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportTest.php 73 58 21
/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 23 14 11
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php 88 50 29
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php 47 29 13
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportFactoryTest.php 24 29 11
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportTest.php 48 110 21
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterOptions.php 182 58 19
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php 272 152 61
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php 24 19 13
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/Fixtures/delivered.php 5 10 6
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/Fixtures/undeliverable.php 5 10 6
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/VonageRequestParserTest.php 34 14 9
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php 73 40 25
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransportFactory.php 23 11 9
/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php 62 37 22
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportFactoryTest.php 24 23 10
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportTest.php 30 31 16
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php 72 40 26
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransportFactory.php 23 13 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportTest.php 34 24 12
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskOptions.php 35 17 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php 83 43 27
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php 47 18 10
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportTest.php 29 24 13
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipOptions.php 30 21 8
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php 90 52 27
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransportFactory.php 23 10 8
/src/Symfony/Component/Notifier/Channel/AbstractChannel.php 29 22 11
/src/Symfony/Component/Notifier/Channel/BrowserChannel.php 35 13 10
/src/Symfony/Component/Notifier/Channel/ChannelInterface.php 22 4 3
/src/Symfony/Component/Notifier/Channel/ChannelPolicy.php 31 6 6
/src/Symfony/Component/Notifier/Channel/ChatChannel.php 44 9 8
/src/Symfony/Component/Notifier/Channel/EmailChannel.php 90 61 26
/src/Symfony/Component/Notifier/Channel/PushChannel.php 24 9 8
/src/Symfony/Component/Notifier/Channel/SmsChannel.php 48 13 11
/src/Symfony/Component/Notifier/Chatter.php 42 36 17
/src/Symfony/Component/Notifier/ChatterInterface.php 14 2 2
/src/Symfony/Component/Notifier/DataCollector/NotificationDataCollector.php 32 19 11
/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 36 14 8
/src/Symfony/Component/Notifier/EventListener/SendFailedMessageToNotifierListener.php 52 15 11
/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 14 10
/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 21 17
/src/Symfony/Component/Notifier/Exception/TransportExceptionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Exception/UnsupportedMessageTypeException.php 14 6 6
/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php 310 96 20
/src/Symfony/Component/Notifier/FlashMessage/AbstractFlashMessageImportanceMapper.php 21 9 9
/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 63 51 15
/src/Symfony/Component/Notifier/Message/EmailMessage.php 69 71 25
/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 13 7
/src/Symfony/Component/Notifier/Message/PushMessage.php 42 55 15
/src/Symfony/Component/Notifier/Message/SentMessage.php 34 14 9
/src/Symfony/Component/Notifier/Message/SmsMessage.php 69 65 18
/src/Symfony/Component/Notifier/Messenger/MessageHandler.php 23 10 7
/src/Symfony/Component/Notifier/Notification/ChatNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/EmailNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/Notification.php 117 74 30
/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 59 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 20 24 15
/src/Symfony/Component/Notifier/Test/Constraint/NotificationIsQueued.php 20 15 11
/src/Symfony/Component/Notifier/Test/Constraint/NotificationSubjectContains.php 20 15 11
/src/Symfony/Component/Notifier/Test/Constraint/NotificationTransportIsEqual.php 20 18 13
/src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php 78 44 13
/src/Symfony/Component/Notifier/Test/TransportTestCase.php 58 53 13
/src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php 25 14 10
/src/Symfony/Component/Notifier/Tests/Channel/BrowserChannelTest.php 66 18 10
/src/Symfony/Component/Notifier/Tests/Channel/ChannelPolicyTest.php 42 16 10
/src/Symfony/Component/Notifier/Tests/ChatterTest.php 34 27 13
/src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php 99 63 30
/src/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php 25 21 12
/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 25 10 9
/src/Symfony/Component/Notifier/Tests/Mailer/DummyMailer.php 25 8 8
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithTransport.php 37 15 8
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithoutTransport.php 32 16 8
/src/Symfony/Component/Notifier/Tests/Message/EmailMessageTest.php 24 7 7
/src/Symfony/Component/Notifier/Tests/Message/NullMessageTest.php 26 11 8
/src/Symfony/Component/Notifier/Tests/Message/PushMessageTest.php 47 22 8
/src/Symfony/Component/Notifier/Tests/Message/SmsMessageTest.php 59 23 8
/src/Symfony/Component/Notifier/Tests/NotifierTest.php 26 9 7
/src/Symfony/Component/Notifier/Tests/Recipient/RecipientTest.php 23 18 9
/src/Symfony/Component/Notifier/Tests/TexterTest.php 50 27 13
/src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php 154 84 18
/src/Symfony/Component/Notifier/Tests/Transport/DummyMessage.php 22 16 8
/src/Symfony/Component/Notifier/Tests/Transport/FailoverTransportTest.php 47 58 15
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportFactoryTest.php 37 18 9
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportTest.php 28 11 7
/src/Symfony/Component/Notifier/Tests/Transport/TransportsTest.php 101 37 10
/src/Symfony/Component/Notifier/Texter.php 42 36 17
/src/Symfony/Component/Notifier/TexterInterface.php 14 2 2
/src/Symfony/Component/Notifier/Transport.php 180 57 23
/src/Symfony/Component/Notifier/Transport/AbstractTransport.php 81 68 27
/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php 33 31 16
/src/Symfony/Component/Notifier/Transport/Dsn.php 54 90 24
/src/Symfony/Component/Notifier/Transport/FailoverTransport.php 23 17 11
/src/Symfony/Component/Notifier/Transport/NullTransport.php 53 26 17
/src/Symfony/Component/Notifier/Transport/NullTransportFactory.php 23 8 8
/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php 74 50 31
/src/Symfony/Component/Notifier/Transport/TransportFactoryInterface.php 28 9 4
/src/Symfony/Component/Notifier/Transport/TransportInterface.php 15 6 4
/src/Symfony/Component/Notifier/Transport/Transports.php 44 25 12
/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 131 53 17
/src/Symfony/Component/OptionsResolver/Options.php 20 1 1
/src/Symfony/Component/OptionsResolver/OptionsResolver.php 1157 422 67
/src/Symfony/Component/OptionsResolver/Tests/Debug/OptionsResolverIntrospectorTest.php 158 206 18
/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php 538 2038 41
/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php 165 61 34
/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 56 29
/src/Symfony/Component/PasswordHasher/Hasher/MigratingPasswordHasher.php 36 17 10
/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php 40 54 21
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php 25 2 2
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php 198 113 33
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php 30 1 1
/src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php 55 43 24
/src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php 62 32 20
/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php 41 39 16
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php 52 9 6
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasherInterface.php 36 2 1
/src/Symfony/Component/PasswordHasher/LegacyPasswordHasherInterface.php 35 14 8
/src/Symfony/Component/PasswordHasher/PasswordHasherInterface.php 32 3 3
/src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php 173 173 34
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php 38 29 9
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php 16 10 6
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php 46 46 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php 41 25 8
/src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php 111 62 19
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php 252 131 22
/src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php 27 32 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php 50 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 46 25 17
/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 33 13
/src/Symfony/Component/Process/InputStream.php 57 29 23
/src/Symfony/Component/Process/Messenger/RunProcessContext.php 30 25 13
/src/Symfony/Component/Process/Messenger/RunProcessMessage.php 17 44 14
/src/Symfony/Component/Process/Messenger/RunProcessMessageHandler.php 29 13 8
/src/Symfony/Component/Process/PhpExecutableFinder.php 69 47 24
/src/Symfony/Component/Process/PhpProcess.php 40 41 19
/src/Symfony/Component/Process/PhpSubprocess.php 76 75 34
/src/Symfony/Component/Process/Pipes/AbstractPipes.php 141 73 36
/src/Symfony/Component/Process/Pipes/PipesInterface.php 60 9 4
/src/Symfony/Component/Process/Pipes/UnixPipes.php 124 39 25
/src/Symfony/Component/Process/Pipes/WindowsPipes.php 149 80 38
/src/Symfony/Component/Process/Process.php 465 552 96
/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 19 13 10
/src/Symfony/Component/Process/Tests/OutputMemoryLimitProcess.php 21 10 7
/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php 56 23 10
/src/Symfony/Component/Process/Tests/PhpProcessTest.php 65 32 13
/src/Symfony/Component/Process/Tests/PhpSubprocessTest.php 67 23 14
/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php 12 35 11
/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php 95 17 10
/src/Symfony/Component/Process/Tests/ProcessTest.php 1242 773 77
/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 200 344 68
/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php 209 72 11
/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php 86 11 3
/src/Symfony/Component/PropertyAccess/PropertyPath.php 136 68 30
/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php 257 63 27
/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php 41 4 4
/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php 38 6 5
/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 25 15
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/ReturnTyped.php 19 24 10
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidArgumentLength.php 16 16 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidMethods.php 20 11 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php 195 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 17 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 14 8 8
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php 37 28 15
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php 31 12 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedObjectProperty.php 24 12 9
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedPrivateProperty.php 18 6 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedProperty.php 24 11 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTestCase.php 38 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 87 37 10
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTestCase.php 94 88 14
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php 18 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php 896 539 49
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php 18 7 7
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php 262 106 17
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php 20 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 28 3 3
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php 28 12 4
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php 32 6 6
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php 27 8 8
/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php 194 167 44
/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php 231 167 44
/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php 529 305 45
/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php 31 20 16
/src/Symfony/Component/PropertyInfo/PhpStan/NameScope.php 54 21 11
/src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php 49 29 20
/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php 24 5 3
/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php 24 6 3
/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php 75 55 20
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php 35 48 15
/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 68 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 56 20 10
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php 36 17 9
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php 390 204 24
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php 383 224 25
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php 368 231 24
/src/Symfony/Component/PropertyInfo/Tests/Extractor/SerializerExtractorTest.php 35 16 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/AdderRemoverDummy.php 26 19 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummy.php 20 18 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummyWithoutDocBlock.php 14 10 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DefaultValue.php 20 27 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DockBlockFallback.php 27 14 4
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php 259 187 21
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyCollection.php 16 5 5
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php 27 34 7
/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 50 33 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Extractor/DummyNamespace.php 21 11 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IgnorePropertyDummy.php 15 15 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IntRangeDummy.php 19 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 17 6 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php 79 35 12
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php 125 71 13
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php 54 43 16
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php74Dummy.php 37 52 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php 19 30 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7ParentDummy.php 16 9 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80Dummy.php 48 101 21
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80PromotedDummy.php 20 9 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php 20 24 20
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php82Dummy.php 22 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 20 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 39 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 47 32 7
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php 17 2 2
/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php 22 29 13
/src/Symfony/Component/PropertyInfo/Type.php 102 70 24
/src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php 166 136 32
/src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php 118 126 21
/src/Symfony/Component/RateLimiter/CompoundLimiter.php 57 16 15
/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 35 13 7
/src/Symfony/Component/RateLimiter/Exception/ReserveNotSupportedException.php 21 5 5
/src/Symfony/Component/RateLimiter/LimiterInterface.php 44 8 5
/src/Symfony/Component/RateLimiter/LimiterStateInterface.php 27 2 2
/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php 53 58 23
/src/Symfony/Component/RateLimiter/Policy/NoLimiter.php 38 14 11
/src/Symfony/Component/RateLimiter/Policy/Rate.php 85 28 11
/src/Symfony/Component/RateLimiter/Policy/ResetLimiterTrait.php 25 19 11
/src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php 53 52 21
/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php 57 47 24
/src/Symfony/Component/RateLimiter/Policy/TokenBucket.php 47 40 16
/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php 61 44 21
/src/Symfony/Component/RateLimiter/Policy/Window.php 37 41 16
/src/Symfony/Component/RateLimiter/RateLimit.php 75 13 9
/src/Symfony/Component/RateLimiter/RateLimiterFactory.php 63 50 24
/src/Symfony/Component/RateLimiter/Reservation.php 41 15 9
/src/Symfony/Component/RateLimiter/Storage/CacheStorage.php 33 16 12
/src/Symfony/Component/RateLimiter/Storage/InMemoryStorage.php 28 25 17
/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 22 11 9
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowLimiterTest.php 92 26 14
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowTest.php 80 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 28 21 10
/src/Symfony/Component/RateLimiter/Tests/Resources/DummyWindow.php 32 15 8
/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 31 17 5
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerDeliveryEvent.php 32 8 4
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerEngagementEvent.php 21 4 1
/src/Symfony/Component/RemoteEvent/Event/Sms/SmsEvent.php 24 4 3
/src/Symfony/Component/RemoteEvent/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/RemoteEvent/Exception/InvalidArgumentException.php 17 4 4
/src/Symfony/Component/RemoteEvent/Exception/LogicException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/ParseException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/RuntimeException.php 17 5 5
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php 31 14 10
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventMessage.php 27 17 10
/src/Symfony/Component/RemoteEvent/PayloadConverterInterface.php 21 4 4
/src/Symfony/Component/RemoteEvent/RemoteEvent.php 17 23 9
/src/Symfony/Component/RemoteEvent/Tests/Event/Sms/SmsEventTest.php 19 7 7
/src/Symfony/Component/Routing/Alias.php 85 27 15
/src/Symfony/Component/Routing/Annotation/Route.php 16 4 4
/src/Symfony/Component/Routing/Attribute/Route.php 173 138 22
/src/Symfony/Component/Routing/CompiledRoute.php 129 51 16
/src/Symfony/Component/Routing/DependencyInjection/AddExpressionLanguageProvidersPass.php 25 5 5
/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 59 27 18
/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php 44 7 4
/src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php 27 20 11
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php 30 4 4
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php 27 4 2
/src/Symfony/Component/Routing/Generator/UrlGenerator.php 190 180 52
/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php 79 8 3
/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php 98 163 58
/src/Symfony/Component/Routing/Loader/AttributeDirectoryLoader.php 70 30 21
/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php 68 84 37
/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 78 81 39
/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php 67 28 15
/src/Symfony/Component/Routing/Loader/Configurator/RouteConfigurator.php 43 19 15
/src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php 71 48 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php 35 22 12
/src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php 21 20 14
/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php 30 41 27
/src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php 24 29 22
/src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php 166 53 13
/src/Symfony/Component/Routing/Loader/ContainerLoader.php 25 19 17
/src/Symfony/Component/Routing/Loader/DirectoryLoader.php 35 26 16
/src/Symfony/Component/Routing/Loader/GlobFileLoader.php 14 14 10
/src/Symfony/Component/Routing/Loader/ObjectLoader.php 36 33 19
/src/Symfony/Component/Routing/Loader/PhpFileLoader.php 41 30 25
/src/Symfony/Component/Routing/Loader/Psr4DirectoryLoader.php 51 44 24
/src/Symfony/Component/Routing/Loader/XmlFileLoader.php 97 164 47
/src/Symfony/Component/Routing/Loader/YamlFileLoader.php 285 165 45
/src/Symfony/Component/Routing/Matcher/CompiledUrlMatcher.php 29 6 2
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php 480 259 84
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php 86 104 39
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php 30 4 4
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php 32 4 2
/src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php 160 70 30
/src/Symfony/Component/Routing/Matcher/ExpressionLanguageProvider.php 47 13 10
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php 39 23 15
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php 28 2 2
/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php 14 5 2
/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php 57 77 32
/src/Symfony/Component/Routing/Matcher/UrlMatcher.php 118 100 42
/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php 15 4 2
/src/Symfony/Component/Routing/RequestContext.php 55 80 25
/src/Symfony/Component/Routing/Requirement/EnumRequirement.php 49 18 13
/src/Symfony/Component/Routing/Requirement/Requirement.php 34 4 2
/src/Symfony/Component/Routing/Route.php 421 147 39
/src/Symfony/Component/Routing/RouteCollection.php 296 85 27
/src/Symfony/Component/Routing/RouteCompiler.php 250 160 41
/src/Symfony/Component/Routing/RouteCompilerInterface.php 27 3 3
/src/Symfony/Component/Routing/Router.php 306 130 38
/src/Symfony/Component/Routing/RouterInterface.php 24 1 1
/src/Symfony/Component/Routing/Tests/Attribute/RouteTest.php 30 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 12 45 16
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/EncodingClass.php 10 5 5
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExplicitLocalizedActionPathController.php 10 8 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRoute.php 10 18 15
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnClassController.php 11 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnMethodController.php 8 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/FooController.php 10 51 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/GlobalDefaultsClass.php 20 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 11 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 15 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 11 15 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPrefixController.php 11 9 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPriorityController.php 10 14 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/Utf8ActionControllers.php 11 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 8 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 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php 22 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php 19 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/MyController.php 15 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 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php 23 16 15
/src/Symfony/Component/Routing/Tests/Fixtures/alias/alias.php 6 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 2698 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 9 76 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-locale-and-host-expected-collection.php 39 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 15 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 15 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 113 276 18
/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php 199 576 33
/src/Symfony/Component/Routing/Tests/Loader/AttributeClassLoaderTest.php 87 141 19
/src/Symfony/Component/Routing/Tests/Loader/AttributeDirectoryLoaderTest.php 36 52 18
/src/Symfony/Component/Routing/Tests/Loader/AttributeFileLoaderTest.php 126 114 17
/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php 21 26 13
/src/Symfony/Component/Routing/Tests/Loader/ContainerLoaderTest.php 28 16 13
/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php 60 35 16
/src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php 18 11 11
/src/Symfony/Component/Routing/Tests/Loader/GlobFileLoaderTest.php 41 35 20
/src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php 100 75 30
/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php 310 277 21
/src/Symfony/Component/Routing/Tests/Loader/Psr4DirectoryLoaderTest.php 29 41 17
/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php 28 449 25
/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php 213 421 25
/src/Symfony/Component/Routing/Tests/Matcher/CompiledRedirectableUrlMatcherTest.php 36 12 9
/src/Symfony/Component/Routing/Tests/Matcher/CompiledUrlMatcherTest.php 25 9 9
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/CompiledUrlMatcherDumperTest.php 486 364 31
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/StaticPrefixCollectionTest.php 23 15 11
/src/Symfony/Component/Routing/Tests/Matcher/ExpressionLanguageProviderTest.php 46 43 22
/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php 22 143 12
/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php 62 66 17
/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php 125 787 27
/src/Symfony/Component/Routing/Tests/RequestContextTest.php 78 84 11
/src/Symfony/Component/Routing/Tests/Requirement/EnumRequirementTest.php 68 40 16
/src/Symfony/Component/Routing/Tests/Requirement/RequirementTest.php 460 95 6
/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php 165 256 15
/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php 384 78 17
/src/Symfony/Component/Routing/Tests/RouteTest.php 290 234 23
/src/Symfony/Component/Routing/Tests/RouterTest.php 41 78 23
/src/Symfony/Component/Runtime/GenericRuntime.php 80 103 41
/src/Symfony/Component/Runtime/Internal/BasicErrorHandler.php 48 22 12
/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php 35 98 38
/src/Symfony/Component/Runtime/Internal/Console/ApplicationRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Command/CommandRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Input/InputInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Output/OutputInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/HttpFoundation/RequestRuntime.php 19 2 2
/src/Symfony/Component/Runtime/Internal/HttpFoundation/ResponseRuntime.php 19 2 2
/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/MissingDotenv.php 17 2 2
/src/Symfony/Component/Runtime/Internal/SymfonyErrorHandler.php 25 12 11
/src/Symfony/Component/Runtime/Resolver/ClosureResolver.php 27 15 9
/src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php 19 12 12
/src/Symfony/Component/Runtime/ResolverInterface.php 22 2 2
/src/Symfony/Component/Runtime/Runner/ClosureRunner.php 26 13 13
/src/Symfony/Component/Runtime/Runner/Symfony/ConsoleApplicationRunner.php 33 35 13
/src/Symfony/Component/Runtime/Runner/Symfony/HttpKernelRunner.php 33 29 15
/src/Symfony/Component/Runtime/Runner/Symfony/ResponseRunner.php 27 12 12
/src/Symfony/Component/Runtime/RunnerInterface.php 19 1 1
/src/Symfony/Component/Runtime/RuntimeInterface.php 33 6 4
/src/Symfony/Component/Runtime/SymfonyRuntime.php 115 101 36
/src/Symfony/Component/Runtime/Tests/phpt/application.php 17 14 8
/src/Symfony/Component/Runtime/Tests/phpt/autoload.php 24 15 12
/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 14 3 3
/src/Symfony/Component/Runtime/Tests/phpt/kernel-loop.php 20 12 11
/src/Symfony/Component/Runtime/Tests/phpt/kernel.php 27 18 16
/src/Symfony/Component/Runtime/Tests/phpt/request.php 17 10 9
/src/Symfony/Component/Runtime/Tests/phpt/runtime-options.php 18 6 5
/src/Symfony/Component/Scheduler/Attribute/AsCronTask.php 28 68 15
/src/Symfony/Component/Scheduler/Attribute/AsPeriodicTask.php 29 76 15
/src/Symfony/Component/Scheduler/Attribute/AsSchedule.php 23 8 8
/src/Symfony/Component/Scheduler/Command/DebugCommand.php 113 54 35
/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php 31 45 20
/src/Symfony/Component/Scheduler/Event/FailureEvent.php 34 50 19
/src/Symfony/Component/Scheduler/Event/PostRunEvent.php 26 31 13
/src/Symfony/Component/Scheduler/Event/PreRunEvent.php 33 40 19
/src/Symfony/Component/Scheduler/EventListener/DispatchSchedulerEventListener.php 54 43 20
/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 88 58 24
/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 69 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 26 21
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php 52 35 23
/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 66 32
/src/Symfony/Component/Scheduler/Schedule.php 66 81 21
/src/Symfony/Component/Scheduler/Scheduler.php 90 52 28
/src/Symfony/Component/Scheduler/Tests/Command/DebugCommandTest.php 27 49 15
/src/Symfony/Component/Scheduler/Tests/EventListener/DispatchSchedulerEventListenerTest.php 33 36 17
/src/Symfony/Component/Scheduler/Tests/Fixtures/SomeScheduleProvider.php 24 10 10
/src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php 25 118 15
/src/Symfony/Component/Scheduler/Tests/Generator/MessageGeneratorTest.php 318 128 46
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportFactoryTest.php 84 33 10
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportTest.php 46 37 13
/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 29 13 8
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackMessageProviderTest.php 21 20 11
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackTriggerTest.php 19 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 63 97 30
/src/Symfony/Component/Scheduler/Trigger/AbstractDecoratedTrigger.php 23 14 12
/src/Symfony/Component/Scheduler/Trigger/CallbackMessageProvider.php 16 18 12
/src/Symfony/Component/Scheduler/Trigger/CallbackTrigger.php 33 13 9
/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php 85 71 37
/src/Symfony/Component/Scheduler/Trigger/ExcludeTimeTrigger.php 14 19 11
/src/Symfony/Component/Scheduler/Trigger/JitterTrigger.php 17 15 12
/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php 69 78 40
/src/Symfony/Component/Scheduler/Trigger/StatefulTriggerInterface.php 16 2 2
/src/Symfony/Component/Scheduler/Trigger/StaticMessageProvider.php 28 21 12
/src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php 19 2 2
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php 29 12 5
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php 37 6 2
/src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php 21 9 6
/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php 25 14 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php 33 24 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php 14 2 2
/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php 61 43 27
/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php 70 40 15
/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php 33 10 10
/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php 36 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 33 4 2
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php 67 17 10
/src/Symfony/Component/Security/Core/Authentication/Token/SwitchUserToken.php 45 21 13
/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php 67 10 4
/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php 30 9 9
/src/Symfony/Component/Security/Core/AuthenticationEvents.php 16 3 2
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php 71 66 37
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php 29 4 4
/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php 37 19 14
/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php 26 4 4
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php 18 14 11
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php 24 31 10
/src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php 34 6 6
/src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php 44 6 5
/src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php 35 5 5
/src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php 34 6 6
/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php 100 34 26
/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php 80 28 11
/src/Symfony/Component/Security/Core/Authorization/Voter/CacheableVoterInterface.php 24 2 1
/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php 42 32 16
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php 25 6 6
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php 56 10 8
/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php 52 14 10
/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php 37 12 9
/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 32 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 53 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 19 9 8
/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php 22 14 8
/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php 22 9 6
/src/Symfony/Component/Security/Core/Signature/Exception/ExpiredSignatureException.php 14 3 3
/src/Symfony/Component/Security/Core/Signature/Exception/InvalidSignatureException.php 14 4 4
/src/Symfony/Component/Security/Core/Signature/ExpiredSignatureStorage.php 21 7 5
/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php 41 42 19
/src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php 71 35 26
/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php 142 89 20
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/CacheTokenVerifierTest.php 28 12 6
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php 38 34 9
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php 19 9 6
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php 80 51 25
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php 40 19 10
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php 27 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 26 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 27 14 7
/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php 263 101 34
/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php 37 38 18
/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php 31 14 11
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/AffirmativeStrategyTest.php 19 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ConsensusStrategyTest.php 19 10 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/PriorityStrategyTest.php 20 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/UnanimousStrategyTest.php 19 9 8
/src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php 53 53 21
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php 36 34 15
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php 28 23 13
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php 30 12 5
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php 26 23 13
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/TraceableVoterTest.php 24 25 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php 92 85 29
/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php 38 30 15
/src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php 27 7 5
/src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php 19 6 6
/src/Symfony/Component/Security/Core/Tests/Fixtures/MockableUsernamePasswordTokenWithRoles.php 18 5 5
/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 48 62 12
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserCheckerTest.php 22 16 8
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php 63 37 15
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserTest.php 20 52 12
/src/Symfony/Component/Security/Core/Tests/User/OidcUserTest.php 65 27 14
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordTest.php 31 60 22
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTestCase.php 54 42 21
/src/Symfony/Component/Security/Core/User/AttributesBasedUserProviderInterface.php 35 7 7
/src/Symfony/Component/Security/Core/User/ChainUserChecker.php 19 4 4
/src/Symfony/Component/Security/Core/User/ChainUserProvider.php 77 27 14
/src/Symfony/Component/Security/Core/User/EquatableInterface.php 29 1 1
/src/Symfony/Component/Security/Core/User/InMemoryUser.php 89 43 20
/src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php 25 5 5
/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php 57 15 11
/src/Symfony/Component/Security/Core/User/LegacyPasswordAuthenticatedUserInterface.php 27 3 3
/src/Symfony/Component/Security/Core/User/MissingUserProvider.php 49 28 12
/src/Symfony/Component/Security/Core/User/OidcUser.php 148 249 20
/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 25 26 17
/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php 34 24 17
/src/Symfony/Component/Security/Csrf/CsrfToken.php 19 12 9
/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php 80 63 30
/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php 51 4 3
/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php 14 4 4
/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php 173 215 20
/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php 38 33 23
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php 106 42 12
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php 147 76 15
/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php 30 7 7
/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php 36 13 11
/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php 39 16 13
/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php 39 2 2
/src/Symfony/Component/Security/Http/AccessMap.php 25 9 7
/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 11 11
/src/Symfony/Component/Security/Http/AccessToken/FormEncodedBodyExtractor.php 35 14 14
/src/Symfony/Component/Security/Http/AccessToken/HeaderAccessTokenExtractor.php 28 19 11
/src/Symfony/Component/Security/Http/AccessToken/Oidc/Exception/InvalidSignatureException.php 21 5 5
/src/Symfony/Component/Security/Http/AccessToken/Oidc/Exception/MissingClaimException.php 21 5 5
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php 96 116 30
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php 25 26 17
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php 51 29 19
/src/Symfony/Component/Security/Http/AccessToken/QueryAccessTokenExtractor.php 34 13 13
/src/Symfony/Component/Security/Http/Attribute/CurrentUser.php 23 6 6
/src/Symfony/Component/Security/Http/Attribute/IsGranted.php 38 46 15
/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php 14 2 1
/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php 15 4 3
/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php 38 22 19
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php 210 144 36
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManagerInterface.php 14 7 4
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php 36 10 9
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php 40 14 12
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php 57 44 15
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php 63 64 22
/src/Symfony/Component/Security/Http/Authentication/UserAuthenticatorInterface.php 31 7 5
/src/Symfony/Component/Security/Http/Authenticator/AbstractAuthenticator.php 29 3 3
/src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php 48 16 12
/src/Symfony/Component/Security/Http/Authenticator/AbstractPreAuthenticatedAuthenticator.php 64 52 22
/src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php 69 89 29
/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php 14 8 3
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php 76 64 29
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php 38 26 17
/src/Symfony/Component/Security/Http/Authenticator/FallbackUserLoader.php 30 10 10
/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php 145 98 25
/src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php 76 52 20
/src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php 30 1 1
/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php 165 105 29
/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php 64 38 21
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php 42 19 9
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php 41 21 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PreAuthenticatedUserBadge.php 29 3 3
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/RememberMeBadge.php 72 20 13
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php 107 44 24
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CredentialsInterface.php 22 1 1
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php 41 13 9
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/PasswordCredentials.php 36 14 12
/src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php 109 45 25
/src/Symfony/Component/Security/Http/Authenticator/Passport/SelfValidatingPassport.php 28 7 5
/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php 110 60 28
/src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php 33 15 11
/src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php 42 16 14
/src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php 46 22 15
/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php 29 6 4
/src/Symfony/Component/Security/Http/Controller/SecurityTokenValueResolver.php 34 19 14
/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php 58 18 14
/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 34 9 6
/src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php 41 9 6
/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php 32 12 7
/src/Symfony/Component/Security/Http/Event/LazyResponseEvent.php 34 20 11
/src/Symfony/Component/Security/Http/Event/LoginFailureEvent.php 49 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 47 12 7
/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php 94 11 11
/src/Symfony/Component/Security/Http/EventListener/CheckRememberMeConditionsListener.php 68 23 16
/src/Symfony/Component/Security/Http/EventListener/ClearSiteDataLogoutListener.php 36 20 19
/src/Symfony/Component/Security/Http/EventListener/CookieClearingLogoutListener.php 47 12 12
/src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php 57 9 9
/src/Symfony/Component/Security/Http/EventListener/CsrfTokenClearingLogoutListener.php 42 7 7
/src/Symfony/Component/Security/Http/EventListener/DefaultLogoutListener.php 37 15 11
/src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php 78 71 46
/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php 65 16 12
/src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php 89 11 11
/src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php 76 21 14
/src/Symfony/Component/Security/Http/EventListener/SessionLogoutListener.php 26 9 9
/src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php 58 12 12
/src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php 55 8 8
/src/Symfony/Component/Security/Http/EventListener/UserProviderListener.php 28 4 4
/src/Symfony/Component/Security/Http/Firewall.php 114 41 24
/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php 23 5 5
/src/Symfony/Component/Security/Http/Firewall/AccessListener.php 94 36 25
/src/Symfony/Component/Security/Http/Firewall/AuthenticatorManagerListener.php 14 7 7
/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php 83 44 27
/src/Symfony/Component/Security/Http/Firewall/ContextListener.php 236 180 61
/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php 172 118 37
/src/Symfony/Component/Security/Http/Firewall/FirewallListenerInterface.php 42 5 5
/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php 71 54 23
/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php 165 122 45
/src/Symfony/Component/Security/Http/FirewallMap.php 30 15 9
/src/Symfony/Component/Security/Http/FirewallMapInterface.php 14 3 2
/src/Symfony/Component/Security/Http/HttpUtils.php 57 88 30
/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php 83 39 19
/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 17 8 6
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php 67 47 21
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php 29 6 4
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php 66 27 16
/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php 90 102 25
/src/Symfony/Component/Security/Http/ParameterBagUtils.php 51 52 17
/src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php 39 23 14
/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php 65 42 21
/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php 108 40 23
/src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php 67 27 16
/src/Symfony/Component/Security/Http/RememberMe/RememberMeHandlerInterface.php 14 1 1
/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php 47 10 10
/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php 72 18 12
/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 67 17 11
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php 14 1 1
/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php 21 14 7
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php 50 73 25
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcUserInfoTokenHandlerTest.php 36 25 18
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticationUtilsTest.php 89 51 10
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php 360 195 43
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php 55 101 14
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php 66 44 14
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractAuthenticatorTest.php 55 34 13
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractLoginFormAuthenticatorTest.php 34 37 23
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/ChainedAccessTokenExtractorsTest.php 44 42 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/FormEncodedBodyAccessTokenAuthenticatorTest.php 38 57 19
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/HeaderAccessTokenAuthenticatorTest.php 57 68 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/QueryAccessTokenAuthenticatorTest.php 38 53 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessTokenAuthenticatorTest.php 60 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 3 3
/src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php 269 141 28
/src/Symfony/Component/Security/Http/Tests/Authenticator/HttpBasicAuthenticatorTest.php 77 27 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php 34 10 8
/src/Symfony/Component/Security/Http/Tests/Authenticator/JsonLoginAuthenticatorTest.php 176 92 26
/src/Symfony/Component/Security/Http/Tests/Authenticator/LoginLinkAuthenticatorTest.php 46 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 70 50 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/RemoteUserAuthenticatorTest.php 34 34 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/X509AuthenticatorTest.php 35 46 14
/src/Symfony/Component/Security/Http/Tests/Controller/SecurityTokenValueResolverTest.php 28 55 16
/src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php 151 85 20
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php 46 75 21
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckRememberMeConditionsListenerTest.php 49 63 20
/src/Symfony/Component/Security/Http/Tests/EventListener/ClearSiteDataLogoutListenerTest.php 43 21 15
/src/Symfony/Component/Security/Http/Tests/EventListener/CookieClearingLogoutListenerTest.php 24 23 11
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php 38 42 24
/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 78 44 20
/src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php 122 116 29
/src/Symfony/Component/Security/Http/Tests/EventListener/RememberMeListenerTest.php 45 51 25
/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 40 38 17
/src/Symfony/Component/Security/Http/Tests/EventListener/UserProviderListenerTest.php 48 24 12
/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php 103 55 17
/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php 129 18 6
/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php 139 241 48
/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php 172 118 19
/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php 166 48 18
/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php 241 148 23
/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php 99 29 8
/src/Symfony/Component/Security/Http/Tests/FirewallTest.php 81 21 8
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummyAuthenticator.php 27 30 12
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummySupportsAuthenticator.php 25 12 9
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeController.php 24 12 8
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeMethodsController.php 64 66 10
/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php 368 158 22
/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php 145 144 44
/src/Symfony/Component/Security/Http/Tests/Logout/LogoutUrlGeneratorTest.php 98 57 12
/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentRememberMeHandlerTest.php 105 84 24
/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php 67 31 13
/src/Symfony/Component/Security/Http/Tests/RememberMe/SignatureRememberMeHandlerTest.php 48 53 18
/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php 23 24 10
/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php 49 13 6
/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php 42 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 14 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreExpiredException.php 14 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreReleasingException.php 14 6 6
/src/Symfony/Component/Semaphore/Key.php 71 39 20
/src/Symfony/Component/Semaphore/PersistingStoreInterface.php 41 4 2
/src/Symfony/Component/Semaphore/Semaphore.php 79 59 26
/src/Symfony/Component/Semaphore/SemaphoreFactory.php 50 32 21
/src/Symfony/Component/Semaphore/SemaphoreInterface.php 38 15 5
/src/Symfony/Component/Semaphore/Store/RedisStore.php 34 54 29
/src/Symfony/Component/Semaphore/Store/StoreFactory.php 48 27 17
/src/Symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.php 54 28 12
/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php 241 57 14
/src/Symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.php 25 11 8
/src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php 80 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 16 4 4
/src/Symfony/Component/Serializer/Annotation/DiscriminatorMap.php 14 4 4
/src/Symfony/Component/Serializer/Annotation/Groups.php 14 4 4
/src/Symfony/Component/Serializer/Annotation/Ignore.php 18 5 5
/src/Symfony/Component/Serializer/Annotation/MaxDepth.php 14 4 4
/src/Symfony/Component/Serializer/Annotation/SerializedName.php 14 4 4
/src/Symfony/Component/Serializer/Annotation/SerializedPath.php 14 4 4
/src/Symfony/Component/Serializer/Attribute/Context.php 35 24 13
/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 18 6 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 26 30 11
/src/Symfony/Component/Serializer/Command/DebugCommand.php 33 46 28
/src/Symfony/Component/Serializer/Context/ContextBuilderInterface.php 25 2 2
/src/Symfony/Component/Serializer/Context/ContextBuilderTrait.php 50 16 11
/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php 122 69 13
/src/Symfony/Component/Serializer/Context/Encoder/JsonEncoderContextBuilder.php 56 24 8
/src/Symfony/Component/Serializer/Context/Encoder/XmlEncoderContextBuilder.php 125 83 8
/src/Symfony/Component/Serializer/Context/Encoder/YamlEncoderContextBuilder.php 64 24 8
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php 123 69 18
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php 75 66 13
/src/Symfony/Component/Serializer/Context/Normalizer/BackedEnumNormalizerContextBuilder.php 23 4 4
/src/Symfony/Component/Serializer/Context/Normalizer/ConstraintViolationListNormalizerContextBuilder.php 38 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 41 151 30
/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php 97 53 29
/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php 94 63 25
/src/Symfony/Component/Serializer/Debug/TraceableSerializer.php 138 114 31
/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php 64 19 11
/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php 49 20 16
/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php 50 27 20
/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php 24 4 4
/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php 24 4 4
/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php 179 122 40
/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 33 20
/src/Symfony/Component/Serializer/Encoder/JsonEncode.php 43 13 11
/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php 56 20 11
/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php 270 217 56
/src/Symfony/Component/Serializer/Encoder/YamlEncoder.php 84 47 18
/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 17 41 15
/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 9 6
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractorInterface.php 24 4 4
/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php 91 61 21
/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php 35 23 6
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php 55 47 22
/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 88 28 16
/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php 47 7 4
/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php 37 27 17
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php 37 32 25
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryCompiler.php 25 9 8
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php 15 5 4
/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php 14 12 8
/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php 36 31 21
/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php 190 63 25
/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php 23 8 7
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php 60 14 12
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php 139 41 28
/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php 93 47 25
/src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php 23 18 8
/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php 42 28 19
/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php 147 106 33
/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php 24 1 1
/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php 460 242 52
/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php 474 414 80
/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php 35 48 24
/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php 67 47 21
/src/Symfony/Component/Serializer/Normalizer/ConstraintViolationListNormalizer.php 39 70 32
/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php 25 30 13
/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php 70 79 34
/src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php 99 88 33
/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php 127 86 33
/src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php 60 41 19
/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 29 17
/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php 91 75 31
/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php 58 35 15
/src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php 80 76 28
/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 132 50
/src/Symfony/Component/Serializer/Normalizer/ObjectToPopulateTrait.php 24 22 12
/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php 47 71 32
/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php 150 81 27
/src/Symfony/Component/Serializer/Normalizer/TranslatableNormalizer.php 51 32 22
/src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php 73 53 22
/src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php 36 30 21
/src/Symfony/Component/Serializer/Serializer.php 270 195 55
/src/Symfony/Component/Serializer/SerializerAwareTrait.php 19 7 7
/src/Symfony/Component/Serializer/SerializerInterface.php 24 2 1
/src/Symfony/Component/Serializer/Tests/Annotation/ContextTest.php 71 72 23
/src/Symfony/Component/Serializer/Tests/Annotation/DiscriminatorMapTest.php 37 21 8
/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php 29 20 8
/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php 27 10 7
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php 31 12 8
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedPathTest.php 24 11 7
/src/Symfony/Component/Serializer/Tests/CacheWarmer/CompiledClassMetadataCacheWarmerTest.php 43 11 7
/src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php 27 19 10
/src/Symfony/Component/Serializer/Tests/Context/ContextBuilderTraitTest.php 43 21 9
/src/Symfony/Component/Serializer/Tests/Context/Encoder/CsvEncoderContextBuilderTest.php 57 43 17
/src/Symfony/Component/Serializer/Tests/Context/Encoder/JsonEncoderContextBuilderTest.php 36 20 14
/src/Symfony/Component/Serializer/Tests/Context/Encoder/XmlEncoderContextBuilderTest.php 54 30 15
/src/Symfony/Component/Serializer/Tests/Context/Encoder/YamlEncoderContextBuilderTest.php 50 20 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractNormalizerContextBuilderTest.php 94 45 23
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractObjectNormalizerContextBuilderTest.php 92 46 24
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/BackedEnumNormalizerContextBuilderTest.php 27 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ConstraintViolationListNormalizerContextBuilderTest.php 51 22 15
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateIntervalNormalizerContextBuilderTest.php 47 17 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateTimeNormalizerContextBuilderTest.php 67 26 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/FormErrorNormalizerContextBuilderTest.php 35 19 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ProblemNormalizerContextBuilderTest.php 49 19 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/PropertyNormalizerContextBuilderTest.php 30 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UidNormalizerContextBuilderTest.php 59 22 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UnwrappingDenormalizerContextBuilderTest.php 59 23 17
/src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php 36 19 14
/src/Symfony/Component/Serializer/Tests/DataCollector/SerializerDataCollectorTest.php 294 208 15
/src/Symfony/Component/Serializer/Tests/Debug/TraceableEncoderTest.php 62 35 8
/src/Symfony/Component/Serializer/Tests/Debug/TraceableNormalizerTest.php 95 43 8
/src/Symfony/Component/Serializer/Tests/Debug/TraceableSerializerTest.php 178 105 20
/src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php 78 42 10
/src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php 86 94 24
/src/Symfony/Component/Serializer/Tests/Dummy/DummyClassOne.php 30 24 11
/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php 90 44 14
/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php 130 70 20
/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php 706 238 19
/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php 48 27 14
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php 45 23 15
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php 132 72 25
/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php 836 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 23 41 18
/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 11 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ClassWithIgnoreAttribute.php 21 11 11
/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 11 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupClassDummy.php 27 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php 38 26 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyChild.php 18 10 8
/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 14 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetter.php 22 17 13
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations.php 14 16 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/MaxDepthDummy.php 42 20 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedNameDummy.php 39 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 29 13 5
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateParentDummy.php 22 8 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php 19 7 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php 38 37 15
/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 8 8
/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 34 20 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeNormalizer.php 25 18 11
/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 18 10
/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 22 10
/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 14 10
/src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php 27 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/NotSerializedConstructorArgumentDummy.php 22 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableConstructorArgumentDummy.php 23 17 12
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableOptionalConstructorArgumentDummy.php 28 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 21 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 17 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 19 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php 17 2 2
/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php 31 21 14
/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php 32 22 9
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorDummy.php 20 18 11
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorNormalizer.php 21 35 17
/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 23 10 5
/src/Symfony/Component/Serializer/Tests/Fixtures/serializer.class.metadata.php 6 6 2
/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php 175 97 15
/src/Symfony/Component/Serializer/Tests/Mapping/ClassDiscriminatorMappingTest.php 25 10 6
/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php 30 18 9
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php 45 25 11
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php 57 23 14
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php 43 17 7
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CompiledClassMetadataFactoryTest.php 35 41 12
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTest.php 184 96 19
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/Features/ContextMappingTestTrait.php 27 33 10
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php 48 57 16
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php 134 71 16
/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php 61 21 10
/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php 47 16 9
/src/Symfony/Component/Serializer/Tests/NameConverter/MetadataAwareNameConverterTest.php 175 89 23
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php 218 142 28
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php 293 1092 72
/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php 65 58 19
/src/Symfony/Component/Serializer/Tests/Normalizer/BackedEnumNormalizerTest.php 94 100 15
/src/Symfony/Component/Serializer/Tests/Normalizer/ConstraintViolationListNormalizerTest.php 119 46 22
/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 168 95 23
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php 318 152 18
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeZoneNormalizerTest.php 31 50 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/AttributesTestTrait.php 82 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 76 77 19
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CircularReferenceTestTrait.php 38 15 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsObject.php 16 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 27 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 82 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 69 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 23 15
/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 45 12 4
/src/Symfony/Component/Serializer/Tests/Normalizer/FormErrorNormalizerTest.php 78 49 14
/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php 216 517 48
/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php 69 60 23
/src/Symfony/Component/Serializer/Tests/Normalizer/MapDenormalizationTest.php 163 120 22
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php 1096 733 59
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectToPopulateTraitTest.php 22 16 7
/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php 83 56 15
/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php 554 333 42
/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php 32 17 10
/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php 33 19 10
/src/Symfony/Component/Serializer/Tests/Normalizer/TranslatableNormalizerTest.php 43 39 16
/src/Symfony/Component/Serializer/Tests/Normalizer/UidNormalizerTest.php 161 82 23
/src/Symfony/Component/Serializer/Tests/Normalizer/UnwrappinDenormalizerTest.php 81 37 15
/src/Symfony/Component/Serializer/Tests/SerializerTest.php 462 687 56
/src/Symfony/Component/Stopwatch/Section.php 93 68 25
/src/Symfony/Component/Stopwatch/Stopwatch.php 123 34 20
/src/Symfony/Component/Stopwatch/StopwatchEvent.php 156 61 31
/src/Symfony/Component/Stopwatch/StopwatchPeriod.php 32 22 12
/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php 34 171 16
/src/Symfony/Component/Stopwatch/Tests/StopwatchPeriodTest.php 40 22 7
/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php 85 100 15
/src/Symfony/Component/String/AbstractString.php 675 345 75
/src/Symfony/Component/String/AbstractUnicodeString.php 543 354 68
/src/Symfony/Component/String/ByteString.php 241 304 58
/src/Symfony/Component/String/CodePointString.php 36 184 32
/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 23 8
/src/Symfony/Component/String/Inflector/FrenchInflector.php 149 15 6
/src/Symfony/Component/String/Inflector/InflectorInterface.php 32 1 1
/src/Symfony/Component/String/LazyString.php 140 80 46
/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php 100 43 17
/src/Symfony/Component/String/Resources/bin/update-data.php 53 32 18
/src/Symfony/Component/String/Resources/functions.php 21 22 12
/src/Symfony/Component/String/Slugger/AsciiSlugger.php 187 114 43
/src/Symfony/Component/String/Slugger/SluggerInterface.php 26 2 2
/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php 414 574 31
/src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php 544 117 13
/src/Symfony/Component/String/Tests/ByteStringTest.php 92 43 13
/src/Symfony/Component/String/Tests/CodePointStringTest.php 35 14 7
/src/Symfony/Component/String/Tests/FunctionsTest.php 48 31 9
/src/Symfony/Component/String/Tests/Inflector/EnglishInflectorTest.php 180 21 8
/src/Symfony/Component/String/Tests/Inflector/FrenchInflectorTest.php 19 12 8
/src/Symfony/Component/String/Tests/LazyStringTest.php 104 57 21
/src/Symfony/Component/String/Tests/Slugger/AsciiSluggerTest.php 63 32 18
/src/Symfony/Component/String/Tests/SluggerTest.php 93 45 10
/src/Symfony/Component/String/Tests/UnicodeStringTest.php 156 67 7
/src/Symfony/Component/String/UnicodeString.php 151 278 41
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php 227 127 31
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProviderFactory.php 51 37 17
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderFactoryTest.php 44 26 8
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php 430 374 31
/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php 242 140 41
/src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php 50 37 17
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryTest.php 20 26 9
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryWithoutTranslatorBagTest.php 19 5 5
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php 38 465 31
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderWithoutTranslatorBagTest.php 38 45 20
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php 313 103 30
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProviderFactory.php 47 29 14
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderFactoryTest.php 47 34 12
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderTest.php 462 282 31
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php 255 149 41
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProviderFactory.php 97 80 28
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderFactoryTest.php 63 101 20
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderTest.php 350 431 50
/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php 166 58 22
/src/Symfony/Component/Translation/Catalogue/MergeOperation.php 52 8 6
/src/Symfony/Component/Translation/Catalogue/OperationInterface.php 60 6 2
/src/Symfony/Component/Translation/Catalogue/TargetOperation.php 59 9 7
/src/Symfony/Component/Translation/CatalogueMetadataAwareInterface.php 30 5 2
/src/Symfony/Component/Translation/Command/TranslationPullCommand.php 140 70 33
/src/Symfony/Component/Translation/Command/TranslationPushCommand.php 52 67 30
/src/Symfony/Component/Translation/Command/TranslationTrait.php 33 12 8
/src/Symfony/Component/Translation/Command/XliffLintCommand.php 271 146 54
/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php 89 50 26
/src/Symfony/Component/Translation/DataCollectorTranslator.php 66 63 27
/src/Symfony/Component/Translation/DependencyInjection/DataCollectorTranslatorPass.php 23 5 5
/src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php 25 9 8
/src/Symfony/Component/Translation/DependencyInjection/TranslationDumperPass.php 23 4 4
/src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php 24 6 5
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php 21 18 10
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPathsPass.php 59 44 29
/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php 44 14 10
/src/Symfony/Component/Translation/Dumper/DumperInterface.php 29 2 2
/src/Symfony/Component/Translation/Dumper/FileDumper.php 66 27 16
/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php 83 32 19
/src/Symfony/Component/Translation/Dumper/IniFileDumper.php 35 8 8
/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php 30 9 9
/src/Symfony/Component/Translation/Dumper/MoFileDumper.php 67 19 14
/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php 28 8 8
/src/Symfony/Component/Translation/Dumper/PoFileDumper.php 34 62 28
/src/Symfony/Component/Translation/Dumper/QtFileDumper.php 51 12 11
/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php 31 81 37
/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php 33 20 17
/src/Symfony/Component/Translation/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Translation/Exception/IncompleteDsnException.php 18 9 7
/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 22 19
/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 33 11 8
/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php 31 1 1
/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php 65 56 29
/src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php 129 160 38
/src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php 95 113 33
/src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php 51 91 27
/src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php 52 76 27
/src/Symfony/Component/Translation/Formatter/IntlFormatter.php 39 33 19
/src/Symfony/Component/Translation/Formatter/MessageFormatter.php 42 15 10
/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 44 10 8
/src/Symfony/Component/Translation/Loader/CsvFileLoader.php 33 14 10
/src/Symfony/Component/Translation/Loader/FileLoader.php 41 15 7
/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php 38 20 12
/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php 38 28 18
/src/Symfony/Component/Translation/Loader/IniFileLoader.php 23 5 5
/src/Symfony/Component/Translation/Loader/JsonFileLoader.php 30 14 12
/src/Symfony/Component/Translation/Loader/LoaderInterface.php 31 3 2
/src/Symfony/Component/Translation/Loader/MoFileLoader.php 48 67 29
/src/Symfony/Component/Translation/Loader/PhpFileLoader.php 33 22 18
/src/Symfony/Component/Translation/Loader/PoFileLoader.php 94 46 19
/src/Symfony/Component/Translation/Loader/QtFileLoader.php 44 31 17
/src/Symfony/Component/Translation/Loader/XliffFileLoader.php 204 76 31
/src/Symfony/Component/Translation/Loader/YamlFileLoader.php 41 20 15
/src/Symfony/Component/Translation/LocaleSwitcher.php 72 39 28
/src/Symfony/Component/Translation/LoggingTranslator.php 48 49 22
/src/Symfony/Component/Translation/MessageCatalogue.php 240 135 40
/src/Symfony/Component/Translation/MessageCatalogueInterface.php 121 18 5
/src/Symfony/Component/Translation/MetadataAwareInterface.php 43 5 2
/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php 18 12 8
/src/Symfony/Component/Translation/Provider/Dsn.php 54 94 24
/src/Symfony/Component/Translation/Provider/FilteringProvider.php 53 15 8
/src/Symfony/Component/Translation/Provider/NullProvider.php 31 13 10
/src/Symfony/Component/Translation/Provider/NullProviderFactory.php 23 7 7
/src/Symfony/Component/Translation/Provider/ProviderFactoryInterface.php 23 7 4
/src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php 47 13 10
/src/Symfony/Component/Translation/Provider/TranslationProviderCollectionFactory.php 33 20 13
/src/Symfony/Component/Translation/PseudoLocalizationTranslator.php 133 78 36
/src/Symfony/Component/Translation/Reader/TranslationReader.php 42 7 7
/src/Symfony/Component/Translation/Resources/bin/translation-status.php 167 126 28
/src/Symfony/Component/Translation/Resources/functions.php 14 10 8
/src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php 93 77 21
/src/Symfony/Component/Translation/Test/ProviderTestCase.php 43 57 17
/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php 32 23 7
/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php 56 42 9
/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php 114 44 9
/src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php 76 39 20
/src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php 284 166 22
/src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php 183 138 24
/src/Symfony/Component/Translation/Tests/Command/XliffLintCommandTest.php 159 115 33
/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php 22 17 8
/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php 21 22 12
/src/Symfony/Component/Translation/Tests/DependencyInjection/DataCollectorTranslatorPassTest.php 81 45 20
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ControllerArguments.php 18 9 5
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceArguments.php 16 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 8 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/LoggingTranslatorPassTest.php 22 38 10
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationDumperPassTest.php 34 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 91 37 9
/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php 81 45 14
/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 30 16 9
/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php 49 21 10
/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php 20 11 10
/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php 20 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 71 29 13
/src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php 187 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 2 31 5
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short-fqn.html.php 4 41 6
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short.html.php 4 26 4
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable.html.php 2 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 31 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 22 25 10
/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php 56 23 8
/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php 36 19 9
/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php 21 21 10
/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php 44 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 22 21 10
/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php 32 53 10
/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php 45 34 12
/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php 123 134 14
/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php 69 37 10
/src/Symfony/Component/Translation/Tests/LocaleSwitcherTest.php 58 26 13
/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php 21 10 9
/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php 221 131 13
/src/Symfony/Component/Translation/Tests/Provider/DsnTest.php 146 84 18
/src/Symfony/Component/Translation/Tests/Provider/NullProviderFactoryTest.php 32 13 7
/src/Symfony/Component/Translation/Tests/Provider/TranslationProviderCollectionTest.php 41 27 10
/src/Symfony/Component/Translation/Tests/PseudoLocalizationTranslatorTest.php 64 22 10
/src/Symfony/Component/Translation/Tests/TranslatableTest.php 45 35 12
/src/Symfony/Component/Translation/Tests/TranslatorBagTest.php 69 47 12
/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php 102 219 31
/src/Symfony/Component/Translation/Tests/TranslatorTest.php 52 361 31
/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php 22 13 9
/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php 44 30 9
/src/Symfony/Component/Translation/TranslatableMessage.php 20 28 13
/src/Symfony/Component/Translation/Translator.php 380 193 72
/src/Symfony/Component/Translation/TranslatorBag.php 31 26 17
/src/Symfony/Component/Translation/TranslatorBagInterface.php 14 4 4
/src/Symfony/Component/Translation/Util/ArrayConverter.php 112 27 17
/src/Symfony/Component/Translation/Util/XliffUtils.php 131 78 27
/src/Symfony/Component/Translation/Writer/TranslationWriter.php 55 22 12
/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php 14 2 2
/src/Symfony/Component/Uid/AbstractUid.php 159 43 17
/src/Symfony/Component/Uid/BinaryUtil.php 110 66 24
/src/Symfony/Component/Uid/Command/GenerateUlidCommand.php 95 51 37
/src/Symfony/Component/Uid/Command/GenerateUuidCommand.php 184 71 41
/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 36 12 9
/src/Symfony/Component/Uid/Factory/RandomBasedUuidFactory.php 18 5 4
/src/Symfony/Component/Uid/Factory/TimeBasedUuidFactory.php 23 16 8
/src/Symfony/Component/Uid/Factory/UlidFactory.php 18 10 10
/src/Symfony/Component/Uid/Factory/UuidFactory.php 91 79 23
/src/Symfony/Component/Uid/MaxUlid.php 16 3 3
/src/Symfony/Component/Uid/MaxUuid.php 18 4 4
/src/Symfony/Component/Uid/NilUlid.php 16 3 3
/src/Symfony/Component/Uid/NilUuid.php 21 4 4
/src/Symfony/Component/Uid/Tests/Command/GenerateUlidCommandTest.php 118 71 16
/src/Symfony/Component/Uid/Tests/Command/GenerateUuidCommandTest.php 247 157 17
/src/Symfony/Component/Uid/Tests/Command/InspectUlidCommandTest.php 20 9 7
/src/Symfony/Component/Uid/Tests/Command/InspectUuidCommandTest.php 250 58 7
/src/Symfony/Component/Uid/Tests/Factory/UlidFactoryTest.php 19 10 7
/src/Symfony/Component/Uid/Tests/Factory/UuidFactoryTest.php 90 44 9
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUlid.php 14 2 2
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUuid.php 14 2 2
/src/Symfony/Component/Uid/Tests/UlidTest.php 289 106 20
/src/Symfony/Component/Uid/Tests/UuidTest.php 143 162 29
/src/Symfony/Component/Uid/TimeBasedUidInterface.php 21 1 1
/src/Symfony/Component/Uid/Ulid.php 181 177 36
/src/Symfony/Component/Uid/Uuid.php 86 118 32
/src/Symfony/Component/Uid/UuidV1.php 25 50 24
/src/Symfony/Component/Uid/UuidV3.php 25 3 3
/src/Symfony/Component/Uid/UuidV4.php 23 36 16
/src/Symfony/Component/Uid/UuidV5.php 25 3 3
/src/Symfony/Component/Uid/UuidV6.php 61 50 24
/src/Symfony/Component/Uid/UuidV7.php 82 148 37
/src/Symfony/Component/Uid/UuidV8.php 23 3 3
/src/Symfony/Component/Validator/Attribute/HasNamedArguments.php 15 3 3
/src/Symfony/Component/Validator/Command/DebugCommand.php 174 75 42
/src/Symfony/Component/Validator/Constraint.php 153 96 40
/src/Symfony/Component/Validator/ConstraintValidator.php 89 25 21
/src/Symfony/Component/Validator/ConstraintValidatorFactory.php 34 8 7
/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php 24 1 1
/src/Symfony/Component/Validator/ConstraintValidatorInterface.php 33 3 3
/src/Symfony/Component/Validator/ConstraintViolation.php 71 87 20
/src/Symfony/Component/Validator/ConstraintViolationInterface.php 74 21 6
/src/Symfony/Component/Validator/ConstraintViolationList.php 79 54 27
/src/Symfony/Component/Validator/ConstraintViolationListInterface.php 29 12 5
/src/Symfony/Component/Validator/Constraints/AbstractComparison.php 57 59 27
/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php 55 42 29
/src/Symfony/Component/Validator/Constraints/All.php 34 26 17
/src/Symfony/Component/Validator/Constraints/AllValidator.php 24 15 11
/src/Symfony/Component/Validator/Constraints/AtLeastOneOf.php 47 41 21
/src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php 23 19 14
/src/Symfony/Component/Validator/Constraints/Bic.php 36 56 23
/src/Symfony/Component/Validator/Constraints/BicValidator.php 131 57 37
/src/Symfony/Component/Validator/Constraints/Blank.php 28 21 15
/src/Symfony/Component/Validator/Constraints/BlankValidator.php 23 14 12
/src/Symfony/Component/Validator/Constraints/Callback.php 43 44 28
/src/Symfony/Component/Validator/Constraints/CallbackValidator.php 26 24 19
/src/Symfony/Component/Validator/Constraints/CardScheme.php 62 56 27
/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php 54 30 18
/src/Symfony/Component/Validator/Constraints/Cascade.php 40 35 26
/src/Symfony/Component/Validator/Constraints/Choice.php 45 88 28
/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php 30 34 18
/src/Symfony/Component/Validator/Constraints/Cidr.php 47 59 24
/src/Symfony/Component/Validator/Constraints/CidrValidator.php 54 23 16
/src/Symfony/Component/Validator/Constraints/Collection.php 67 49 28
/src/Symfony/Component/Validator/Constraints/CollectionValidator.php 24 21 15
/src/Symfony/Component/Validator/Constraints/Composite.php 136 27 17
/src/Symfony/Component/Validator/Constraints/Compound.php 43 17 17
/src/Symfony/Component/Validator/Constraints/CompoundValidator.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Count.php 32 76 28
/src/Symfony/Component/Validator/Constraints/CountValidator.php 24 29 20
/src/Symfony/Component/Validator/Constraints/Country.php 41 32 21
/src/Symfony/Component/Validator/Constraints/CountryValidator.php 27 20 14
/src/Symfony/Component/Validator/Constraints/CssColor.php 94 75 36
/src/Symfony/Component/Validator/Constraints/CssColorValidator.php 42 42 13
/src/Symfony/Component/Validator/Constraints/Currency.php 36 27 20
/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php 28 18 13
/src/Symfony/Component/Validator/Constraints/Date.php 30 24 17
/src/Symfony/Component/Validator/Constraints/DateTime.php 48 41 29
/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php 24 23 15
/src/Symfony/Component/Validator/Constraints/DateValidator.php 52 22 16
/src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php 37 20 19
/src/Symfony/Component/Validator/Constraints/DivisibleBy.php 26 8 7
/src/Symfony/Component/Validator/Constraints/DivisibleByValidator.php 43 29 18
/src/Symfony/Component/Validator/Constraints/Email.php 47 62 33
/src/Symfony/Component/Validator/Constraints/EmailValidator.php 101 61 30
/src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php 37 20 19
/src/Symfony/Component/Validator/Constraints/EqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/EqualToValidator.php 27 10 8
/src/Symfony/Component/Validator/Constraints/Existence.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Expression.php 68 65 31
/src/Symfony/Component/Validator/Constraints/ExpressionLanguageProvider.php 19 8 7
/src/Symfony/Component/Validator/Constraints/ExpressionSyntax.php 43 37 20
/src/Symfony/Component/Validator/Constraints/ExpressionSyntaxValidator.php 51 31 22
/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php 27 21 19
/src/Symfony/Component/Validator/Constraints/File.php 46 142 28
/src/Symfony/Component/Validator/Constraints/FileValidator.php 304 101 41
/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 12 9
/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php 24 12 9
/src/Symfony/Component/Validator/Constraints/GroupSequence.php 57 11 10
/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php 26 14 13
/src/Symfony/Component/Validator/Constraints/Hostname.php 28 28 18
/src/Symfony/Component/Validator/Constraints/HostnameValidator.php 67 35 23
/src/Symfony/Component/Validator/Constraints/Iban.php 38 27 17
/src/Symfony/Component/Validator/Constraints/IbanValidator.php 231 39 21
/src/Symfony/Component/Validator/Constraints/IdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php 27 10 8
/src/Symfony/Component/Validator/Constraints/Image.php 59 209 24
/src/Symfony/Component/Validator/Constraints/ImageValidator.php 64 60 23
/src/Symfony/Component/Validator/Constraints/Ip.php 93 53 22
/src/Symfony/Component/Validator/Constraints/IpValidator.php 27 20 16
/src/Symfony/Component/Validator/Constraints/IsFalse.php 28 21 15
/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php 29 17 13
/src/Symfony/Component/Validator/Constraints/IsNull.php 28 21 15
/src/Symfony/Component/Validator/Constraints/IsNullValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/IsTrue.php 30 23 16
/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php 29 16 12
/src/Symfony/Component/Validator/Constraints/Isbn.php 71 59 30
/src/Symfony/Component/Validator/Constraints/IsbnValidator.php 118 59 32
/src/Symfony/Component/Validator/Constraints/Isin.php 35 27 17
/src/Symfony/Component/Validator/Constraints/IsinValidator.php 51 32 19
/src/Symfony/Component/Validator/Constraints/Issn.php 39 37 18
/src/Symfony/Component/Validator/Constraints/IssnValidator.php 116 37 19
/src/Symfony/Component/Validator/Constraints/Json.php 28 23 17
/src/Symfony/Component/Validator/Constraints/JsonValidator.php 24 18 13
/src/Symfony/Component/Validator/Constraints/Language.php 41 32 21
/src/Symfony/Component/Validator/Constraints/LanguageValidator.php 27 19 13
/src/Symfony/Component/Validator/Constraints/Length.php 110 96 29
/src/Symfony/Component/Validator/Constraints/LengthValidator.php 46 36 23
/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 12 9
/src/Symfony/Component/Validator/Constraints/LessThanValidator.php 24 12 9
/src/Symfony/Component/Validator/Constraints/Locale.php 41 32 21
/src/Symfony/Component/Validator/Constraints/LocaleValidator.php 27 21 14
/src/Symfony/Component/Validator/Constraints/Luhn.php 34 24 17
/src/Symfony/Component/Validator/Constraints/LuhnValidator.php 33 22 16
/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 97 72 21
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php 101 36 25
/src/Symfony/Component/Validator/Constraints/NotBlank.php 43 35 20
/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php 38 17 15
/src/Symfony/Component/Validator/Constraints/NotCompromisedPassword.php 30 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 27 10 8
/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php 27 10 8
/src/Symfony/Component/Validator/Constraints/NotNull.php 30 23 16
/src/Symfony/Component/Validator/Constraints/NotNullValidator.php 23 14 12
/src/Symfony/Component/Validator/Constraints/Optional.php 17 2 2
/src/Symfony/Component/Validator/Constraints/PasswordStrength.php 48 36 22
/src/Symfony/Component/Validator/Constraints/PasswordStrengthValidator.php 74 47 30
/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 90 103 23
/src/Symfony/Component/Validator/Constraints/RangeValidator.php 80 58 32
/src/Symfony/Component/Validator/Constraints/Regex.php 69 75 35
/src/Symfony/Component/Validator/Constraints/RegexValidator.php 27 22 17
/src/Symfony/Component/Validator/Constraints/Required.php 17 2 2
/src/Symfony/Component/Validator/Constraints/Sequentially.php 32 29 17
/src/Symfony/Component/Validator/Constraints/SequentiallyValidator.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Time.php 31 29 18
/src/Symfony/Component/Validator/Constraints/TimeValidator.php 53 27 19
/src/Symfony/Component/Validator/Constraints/Timezone.php 74 55 31
/src/Symfony/Component/Validator/Constraints/TimezoneValidator.php 80 45 26
/src/Symfony/Component/Validator/Constraints/Traverse.php 34 31 25
/src/Symfony/Component/Validator/Constraints/Type.php 49 45 29
/src/Symfony/Component/Validator/Constraints/TypeValidator.php 58 23 17
/src/Symfony/Component/Validator/Constraints/Ulid.php 34 26 17
/src/Symfony/Component/Validator/Constraints/UlidValidator.php 63 25 15
/src/Symfony/Component/Validator/Constraints/Unique.php 52 39 22
/src/Symfony/Component/Validator/Constraints/UniqueValidator.php 24 34 25
/src/Symfony/Component/Validator/Constraints/Url.php 51 41 22
/src/Symfony/Component/Validator/Constraints/UrlValidator.php 48 26 19
/src/Symfony/Component/Validator/Constraints/Uuid.php 111 56 23
/src/Symfony/Component/Validator/Constraints/UuidValidator.php 121 69 23
/src/Symfony/Component/Validator/Constraints/Valid.php 41 22 17
/src/Symfony/Component/Validator/Constraints/ValidValidator.php 23 13 11
/src/Symfony/Component/Validator/Constraints/When.php 61 53 31
/src/Symfony/Component/Validator/Constraints/WhenValidator.php 26 26 21
/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php 39 19 11
/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php 42 19 12
/src/Symfony/Component/Validator/Context/ExecutionContext.php 268 133 27
/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php 35 15 10
/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 70 39 23
/src/Symfony/Component/Validator/DependencyInjection/AddAutoMappingConfigurationPass.php 62 18 13
/src/Symfony/Component/Validator/DependencyInjection/AddConstraintValidatorsPass.php 25 5 5
/src/Symfony/Component/Validator/DependencyInjection/AddValidatorInitializersPass.php 24 4 4
/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 313 134 47
/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php 91 5 4
/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php 30 7 6
/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php 101 57 25
/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php 29 3 2
/src/Symfony/Component/Validator/Mapping/GenericMetadata.php 194 32 15
/src/Symfony/Component/Validator/Mapping/GetterMetadata.php 33 25 19
/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php 84 28 20
/src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php 62 35 18
/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php 15 11 11
/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php 26 9 7
/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php 60 8 7
/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Validator/Mapping/Loader/PropertyInfoLoader.php 57 105 31
/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php 52 6 5
/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php 181 62 27
/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php 24 8 8
/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php 118 56 27
/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php 24 8 8
/src/Symfony/Component/Validator/Mapping/MemberMetadata.php 125 51 26
/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 121 74 22
/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php 74 366 53
/src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php 181 23 10
/src/Symfony/Component/Validator/Tests/ConstraintTest.php 42 160 18
/src/Symfony/Component/Validator/Tests/ConstraintValidatorFactoryTest.php 27 9 6
/src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php 26 25 14
/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php 27 65 19
/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php 175 45 14
/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php 249 90 30
/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php 24 12 8
/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 202 168 31
/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php 37 134 32
/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php 56 19 11
/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php 230 121 23
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeTest.php 21 45 18
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php 42 55 14
/src/Symfony/Component/Validator/Tests/Constraints/CascadeTest.php 22 14 9
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceTest.php 29 64 20
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php 359 179 22
/src/Symfony/Component/Validator/Tests/Constraints/CidrTest.php 23 104 23
/src/Symfony/Component/Validator/Tests/Constraints/CidrValidatorTest.php 167 57 13
/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php 60 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 386 175 17
/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php 159 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 32 101 18
/src/Symfony/Component/Validator/Tests/Constraints/CountryTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php 73 57 16
/src/Symfony/Component/Validator/Tests/Constraints/CssColorTest.php 24 44 18
/src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php 33 159 14
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php 50 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 74 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 106 41 20
/src/Symfony/Component/Validator/Tests/Constraints/EmailTest.php 29 72 22
/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php 50 104 20
/src/Symfony/Component/Validator/Tests/Constraints/EnableAutoMappingTest.php 34 20 13
/src/Symfony/Component/Validator/Tests/Constraints/EqualToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php 41 30 14
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxTest.php 37 66 23
/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 341 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 216 42
/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 16 12 7
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/TypedDummy.php 16 9 9
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/WhenTestWithAttributes.php 48 46 19
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php 77 30 15
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php 130 65 18
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php 79 30 15
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php 29 65 18
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceProviderTest.php 20 6 6
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php 29 7 5
/src/Symfony/Component/Validator/Tests/Constraints/HostnameTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/HostnameValidatorTest.php 200 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 81 31 15
/src/Symfony/Component/Validator/Tests/Constraints/ImageTest.php 21 50 18
/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php 487 208 26
/src/Symfony/Component/Validator/Tests/Constraints/IpTest.php 39 57 21
/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php 465 145 20
/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php 32 21 13
/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php 35 23 14
/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php 52 21 13
/src/Symfony/Component/Validator/Tests/Constraints/IsbnTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php 151 69 18
/src/Symfony/Component/Validator/Tests/Constraints/IsinTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/IsinValidatorTest.php 33 44 13
/src/Symfony/Component/Validator/Tests/Constraints/IssnTest.php 21 45 18
/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php 168 53 16
/src/Symfony/Component/Validator/Tests/Constraints/JsonTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/JsonValidatorTest.php 28 23 12
/src/Symfony/Component/Validator/Tests/Constraints/LanguageTest.php 21 43 18
/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php 130 58 16
/src/Symfony/Component/Validator/Tests/Constraints/LengthTest.php 32 89 22
/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php 36 117 20
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php 80 30 15
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php 49 61 18
/src/Symfony/Component/Validator/Tests/Constraints/LessThanTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php 61 30 15
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php 68 61 18
/src/Symfony/Component/Validator/Tests/Constraints/LocaleTest.php 21 44 18
/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php 26 47 15
/src/Symfony/Component/Validator/Tests/Constraints/LuhnTest.php 21 39 18
/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php 113 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 32 17
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankTest.php 25 46 21
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php 146 40 12
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordTest.php 31 47 18
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php 231 109 32
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php 61 30 14
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php 57 31 15
/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php 35 24 15
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthTest.php 41 21 9
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthValidatorTest.php 66 33 15
/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 68 68 10
/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php 1038 271 22
/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php 113 77 24
/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php 142 60 18
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyTest.php 21 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 106 47 14
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneTest.php 38 70 23
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php 210 102 19
/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 235 66 26
/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 22 59 21
/src/Symfony/Component/Validator/Tests/Constraints/UniqueValidatorTest.php 299 144 25
/src/Symfony/Component/Validator/Tests/Constraints/UrlTest.php 32 60 21
/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php 26 67 15
/src/Symfony/Component/Validator/Tests/Constraints/UuidTest.php 32 61 21
/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php 38 86 21
/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php 24 46 20
/src/Symfony/Component/Validator/Tests/Constraints/ValidValidatorTest.php 20 29 17
/src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php 44 65 13
/src/Symfony/Component/Validator/Tests/Constraints/WhenValidatorTest.php 141 80 15
/src/Symfony/Component/Validator/Tests/ContainerConstraintValidatorFactoryTest.php 25 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 5 5
/src/Symfony/Component/Validator/Tests/Dummy/TraitPass.php 14 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/AbstractPropertyGetter.php 9 7 7
/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 25 10 8
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintChoiceWithPreset.php 24 13 13
/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 21 19 12
/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php 23 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php 37 28 15
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraint.php 18 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraintValidator.php 19 6 6
/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 18 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 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php 22 27 12
/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php 35 14 10
/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php 16 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php 14 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/Entity.php 172 123 24
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/EntityParent.php 27 30 17
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/GroupSequenceProviderEntity.php 31 15 10
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php 18 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetter.php 10 4 4
/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 14 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 169 71 18
/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php 23 26 10
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php 18 3 3
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AttributeLoaderTest.php 128 185 13
/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php 22 16 10
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithNamedArguments.php 29 20 17
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithoutValueWithNamedArguments.php 25 10 10
/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php 65 14 7
/src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php 219 29 15
/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php 82 56 16
/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php 169 111 14
/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php 77 113 17
/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php 55 97 30
/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php 57 33 13
/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php 35 32 15
/src/Symfony/Component/Validator/Tests/Test/ConstraintValidatorTestCaseTest.php 44 26 20
/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 874 43
/src/Symfony/Component/Validator/Tests/Validator/TraceableValidatorTest.php 70 39 15
/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php 31 36 9
/src/Symfony/Component/Validator/Tests/Violation/ConstraintViolationBuilderTest.php 87 52 15
/src/Symfony/Component/Validator/Util/PropertyPath.php 35 8 8
/src/Symfony/Component/Validator/Validation.php 59 28 19
/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php 58 22 6
/src/Symfony/Component/Validator/Validator/LazyProperty.php 28 6 6
/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php 311 243 54
/src/Symfony/Component/Validator/Validator/RecursiveValidator.php 63 60 23
/src/Symfony/Component/Validator/Validator/TraceableValidator.php 65 63 21
/src/Symfony/Component/Validator/Validator/ValidatorInterface.php 14 17 5
/src/Symfony/Component/Validator/ValidatorBuilder.php 365 110 22
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php 100 89 24
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php 116 14 4
/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php 200 40 15
/src/Symfony/Component/VarDumper/Caster/ArgsStub.php 60 33 20
/src/Symfony/Component/VarDumper/Caster/Caster.php 146 66 31
/src/Symfony/Component/VarDumper/Caster/ClassStub.php 72 63 29
/src/Symfony/Component/VarDumper/Caster/ConstStub.php 21 6 6
/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php 23 6 5
/src/Symfony/Component/VarDumper/Caster/CutStub.php 23 15 12
/src/Symfony/Component/VarDumper/Caster/DOMCaster.php 79 107 11
/src/Symfony/Component/VarDumper/Caster/DateCaster.php 125 82 28
/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php 52 38 14
/src/Symfony/Component/VarDumper/Caster/DsCaster.php 58 29 11
/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 250 57
/src/Symfony/Component/VarDumper/Caster/FFICaster.php 132 51 29
/src/Symfony/Component/VarDumper/Caster/FiberCaster.php 23 18 8
/src/Symfony/Component/VarDumper/Caster/FrameStub.php 24 5 4
/src/Symfony/Component/VarDumper/Caster/GmpCaster.php 26 11 8
/src/Symfony/Component/VarDumper/Caster/ImagineCaster.php 22 15 11
/src/Symfony/Component/VarDumper/Caster/ImgStub.php 19 2 2
/src/Symfony/Component/VarDumper/Caster/IntlCaster.php 128 62 9
/src/Symfony/Component/VarDumper/Caster/LinkStub.php 58 68 29
/src/Symfony/Component/VarDumper/Caster/MemcachedCaster.php 26 22 17
/src/Symfony/Component/VarDumper/Caster/MysqliCaster.php 23 8 7
/src/Symfony/Component/VarDumper/Caster/PdoCaster.php 79 38 16
/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php 99 58 16
/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 88 57 22
/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php 307 231 50
/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php 78 72 15
/src/Symfony/Component/VarDumper/Caster/ScalarStub.php 23 2 2
/src/Symfony/Component/VarDumper/Caster/SplCaster.php 120 97 20
/src/Symfony/Component/VarDumper/Caster/StubCaster.php 75 39 16
/src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php 38 66 21
/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 50 13 9
/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php 325 244 42
/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 296 252 65
/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php 52 16 5
/src/Symfony/Component/VarDumper/Cloner/Stub.php 38 60 21
/src/Symfony/Component/VarDumper/Cloner/VarCloner.php 69 131 44
/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php 37 29 20
/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php 22 2 2
/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php 44 51 25
/src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php 101 44 28
/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php 93 110 52
/src/Symfony/Component/VarDumper/Dumper/CliDumper.php 396 323 74
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/CliContextProvider.php 21 10 10
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php 21 4 4
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php 47 9 8
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php 50 104 40
/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php 34 13 12
/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php 26 1 1
/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php 921 199 58
/src/Symfony/Component/VarDumper/Dumper/ServerDumper.php 39 24 18
/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php 17 2 2
/src/Symfony/Component/VarDumper/Resources/functions/dump.php 28 36 18
/src/Symfony/Component/VarDumper/Server/Connection.php 66 34 20
/src/Symfony/Component/VarDumper/Server/DumpServer.php 45 46 32
/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php 69 38 19
/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php 38 73 26
/src/Symfony/Component/VarDumper/Tests/Caster/DateCasterTest.php 484 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 34 44 16
/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php 26 17 8
/src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php 37 49 13
/src/Symfony/Component/VarDumper/Tests/Caster/MemcachedCasterTest.php 54 21 10
/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php 29 11 10
/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php 31 14 11
/src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php 36 62 16
/src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php 56 25 13
/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php 88 237 37
/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php 221 88 28
/src/Symfony/Component/VarDumper/Tests/Caster/StubCasterTest.php 166 100 18
/src/Symfony/Component/VarDumper/Tests/Caster/SymfonyCasterTest.php 24 26 9
/src/Symfony/Component/VarDumper/Tests/Caster/XmlReaderCasterTest.php 37 32 19
/src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php 94 37 14
/src/Symfony/Component/VarDumper/Tests/Cloner/StubTest.php 29 28 14
/src/Symfony/Component/VarDumper/Tests/Cloner/VarClonerTest.php 69 71 21
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php 34 39 23
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/HtmlDescriptorTest.php 66 34 17
/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php 24 9 7
/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php 237 156 46
/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 36 44 13
/src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php 184 67 23
/src/Symfony/Component/VarDumper/Tests/Dumper/ServerDumperTest.php 62 32 19
/src/Symfony/Component/VarDumper/Tests/Fixtures/DateTimeChild.php 7 6 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/ExtendsReflectionTypeFixture.php 7 10 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/FooInterface.php 10 8 5
/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php 7 7 5
/src/Symfony/Component/VarDumper/Tests/Fixtures/LotsOfAttributes.php 24 15 14
/src/Symfony/Component/VarDumper/Tests/Fixtures/MyAttribute.php 23 22 12
/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php 5 2 2
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php74.php 8 12 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php81Enums.php 8 16 9
/src/Symfony/Component/VarDumper/Tests/Fixtures/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 46 27 22
/src/Symfony/Component/VarDumper/Tests/Fixtures/dump_server.php 15 15 10
/src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php 44 36 20
/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php 75 32 14
/src/Symfony/Component/VarDumper/VarDumper.php 70 40 25
/src/Symfony/Component/VarExporter/Exception/ClassNotFoundException.php 18 6 6
/src/Symfony/Component/VarExporter/Exception/ExceptionInterface.php 14 2 2
/src/Symfony/Component/VarExporter/Exception/LogicException.php 14 3 3
/src/Symfony/Component/VarExporter/Exception/NotInstantiableTypeException.php 18 5 5
/src/Symfony/Component/VarExporter/Hydrator.php 57 11 8
/src/Symfony/Component/VarExporter/Instantiator.php 45 18 10
/src/Symfony/Component/VarExporter/Internal/Exporter.php 150 181 60
/src/Symfony/Component/VarExporter/Internal/Hydrator.php 203 142 41
/src/Symfony/Component/VarExporter/Internal/LazyObjectRegistry.php 140 67 32
/src/Symfony/Component/VarExporter/Internal/LazyObjectState.php 62 39 22
/src/Symfony/Component/VarExporter/Internal/LazyObjectTrait.php 23 13 8
/src/Symfony/Component/VarExporter/Internal/Reference.php 25 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 192 51
/src/Symfony/Component/VarExporter/LazyObjectInterface.php 26 5 3
/src/Symfony/Component/VarExporter/LazyProxyTrait.php 99 223 49
/src/Symfony/Component/VarExporter/ProxyHelper.php 312 204 53
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooReadonly.php 18 16 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooSerializable.php 28 13 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildMagicClass.php 17 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 16 11 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/MagicClass.php 18 22 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php 28 14 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ReadOnlyClass.php 17 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/TestClass.php 30 13 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/FinalPublicClass.php 23 10 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/Php82NullStandaloneReturnType.php 16 10 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/ReadOnlyClass.php 17 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 21 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestWakeupClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/MySerializable.php 21 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 7 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/__unserialize-but-no-__serialize.php 5 7 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/abstract-parent.php 5 7 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-iterator.php 5 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object-custom.php 5 7 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object.php 6 11 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/clone.php 3 5 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/datetime.php 5 25 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/error.php 3 6 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-array-iterator.php 5 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-error.php 3 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-stdclass.php 3 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/foo-serializable.php 3 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references-recursive.php 3 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references.php 5 9 5
/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 9 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/private-constructor.php 5 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/private.php 6 9 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/readonly.php 5 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/serializable.php 3 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/spl-object-storage.php 6 9 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/unit-enum.php 4 1 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/var-on-sleep.php 5 7 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup-refl.php 5 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup.php 5 8 6
/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 36 217 44
/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php 102 264 75
/src/Symfony/Component/VarExporter/VarExporter.php 52 35 25
/src/Symfony/Component/WebLink/EventListener/AddLinkHeaderListener.php 51 14 13
/src/Symfony/Component/WebLink/GenericLinkProvider.php 43 13 7
/src/Symfony/Component/WebLink/HttpHeaderSerializer.php 62 20 11
/src/Symfony/Component/WebLink/Link.php 179 281 19
/src/Symfony/Component/WebLink/Tests/EventListener/AddLinkHeaderListenerTest.php 51 15 8
/src/Symfony/Component/WebLink/Tests/GenericLinkProviderTest.php 73 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 46 20 11
/src/Symfony/Component/Webhook/Client/RequestParser.php 39 39 18
/src/Symfony/Component/Webhook/Client/RequestParserInterface.php 35 9 6
/src/Symfony/Component/Webhook/Controller/WebhookController.php 36 29 20
/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 14 7 7
/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 23 18 11
/src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php 30 17 11
/src/Symfony/Component/Webhook/Server/HeadersConfigurator.php 28 11 7
/src/Symfony/Component/Webhook/Server/JsonBodyConfigurator.php 28 14 13
/src/Symfony/Component/Webhook/Server/Transport.php 32 33 12
/src/Symfony/Component/Webhook/Subscriber.php 18 19 13
/src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php 35 23 15
/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 27 11 6
/src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php 66 98 38
/src/Symfony/Component/Workflow/Debug/TraceableWorkflow.php 116 53 32
/src/Symfony/Component/Workflow/Definition.php 81 26 12
/src/Symfony/Component/Workflow/DefinitionBuilder.php 50 39 14
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowDebugPass.php 26 6 6
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php 24 5 5
/src/Symfony/Component/Workflow/Dumper/DumperInterface.php 28 6 6
/src/Symfony/Component/Workflow/Dumper/GraphvizDumper.php 250 94 26
/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php 28 95 32
/src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php 66 80 31
/src/Symfony/Component/Workflow/Dumper/StateMachineGraphvizDumper.php 90 15 13
/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 54 29 10
/src/Symfony/Component/Workflow/Event/GuardEvent.php 56 20 15
/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 30 18 10
/src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php 29 19 11
/src/Symfony/Component/Workflow/EventListener/GuardExpression.php 27 10 6
/src/Symfony/Component/Workflow/EventListener/GuardListener.php 65 36 14
/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 37 24 10
/src/Symfony/Component/Workflow/Exception/UndefinedTransitionException.php 23 5 5
/src/Symfony/Component/Workflow/Marking.php 57 15 10
/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php 118 56 27
/src/Symfony/Component/Workflow/Metadata/GetMetadataTrait.php 19 12 9
/src/Symfony/Component/Workflow/Metadata/InMemoryMetadataStore.php 19 14 9
/src/Symfony/Component/Workflow/Metadata/MetadataStoreInterface.php 23 7 5
/src/Symfony/Component/Workflow/Registry.php 56 31 20
/src/Symfony/Component/Workflow/StateMachine.php 16 10 6
/src/Symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.php 34 4 4
/src/Symfony/Component/Workflow/Tests/Attribute/AsListenerTest.php 23 68 16
/src/Symfony/Component/Workflow/Tests/DataCollector/WorkflowDataCollectorTest.php 32 45 17
/src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php 71 45 24
/src/Symfony/Component/Workflow/Tests/DefinitionBuilderTest.php 30 25 11
/src/Symfony/Component/Workflow/Tests/DefinitionTest.php 47 45 10
/src/Symfony/Component/Workflow/Tests/DependencyInjection/WorkflowGuardListenerPassTest.php 56 41 10
/src/Symfony/Component/Workflow/Tests/Dumper/GraphvizDumperTest.php 36 22 7
/src/Symfony/Component/Workflow/Tests/Dumper/MermaidDumperTest.php 41 53 14
/src/Symfony/Component/Workflow/Tests/Dumper/PlantUmlDumperTest.php 39 30 14
/src/Symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.php 23 13 8
/src/Symfony/Component/Workflow/Tests/EventListener/AuditTrailListenerTest.php 27 26 19
/src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php 62 76 24
/src/Symfony/Component/Workflow/Tests/MarkingStore/MethodMarkingStoreTest.php 42 45 21
/src/Symfony/Component/Workflow/Tests/MarkingStore/PropertiesMarkingStoreTest.php 84 43 24
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithProperties.php 17 8 6
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithType.php 23 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 89 67 19
/src/Symfony/Component/Workflow/Tests/StateMachineTest.php 139 62 14
/src/Symfony/Component/Workflow/Tests/Subject.php 14 14 8
/src/Symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.php 28 17 9
/src/Symfony/Component/Workflow/Tests/TransitionTest.php 19 6 6
/src/Symfony/Component/Workflow/Tests/Validator/StateMachineValidatorTest.php 22 54 13
/src/Symfony/Component/Workflow/Tests/Validator/WorkflowValidatorTest.php 25 22 10
/src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php 14 51 10
/src/Symfony/Component/Workflow/Tests/WorkflowTest.php 288 370 35
/src/Symfony/Component/Workflow/Transition.php 18 13 8
/src/Symfony/Component/Workflow/TransitionBlocker.php 61 38 19
/src/Symfony/Component/Workflow/TransitionBlockerList.php 42 14 9
/src/Symfony/Component/Workflow/Validator/DefinitionValidatorInterface.php 26 5 4
/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php 48 24 7
/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php 55 23 11
/src/Symfony/Component/Workflow/Workflow.php 434 165 32
/src/Symfony/Component/Workflow/WorkflowEvents.php 26 11 4
/src/Symfony/Component/Workflow/WorkflowInterface.php 54 7 4
/src/Symfony/Component/Yaml/Command/LintCommand.php 139 136 55
/src/Symfony/Component/Yaml/Dumper.php 81 76 27
/src/Symfony/Component/Yaml/Escaper.php 65 26 11
/src/Symfony/Component/Yaml/Exception/DumpException.php 19 3 3
/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Yaml/Exception/ParseException.php 111 56 21
/src/Symfony/Component/Yaml/Exception/RuntimeException.php 19 4 4
/src/Symfony/Component/Yaml/Inline.php 115 428 74
/src/Symfony/Component/Yaml/Parser.php 206 533 74
/src/Symfony/Component/Yaml/Tag/TaggedValue.php 21 10 5
/src/Symfony/Component/Yaml/Tests/Command/LintCommandTest.php 88 75 29
/src/Symfony/Component/Yaml/Tests/DumperTest.php 373 352 37
/src/Symfony/Component/Yaml/Tests/InlineTest.php 132 598 36
/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php 27 10 6
/src/Symfony/Component/Yaml/Tests/ParserTest.php 40 668 49
/src/Symfony/Component/Yaml/Tests/YamlTest.php 19 19 9
/src/Symfony/Component/Yaml/Unescaper.php 51 38 17
/src/Symfony/Component/Yaml/Yaml.php 52 31 12
/src/Symfony/Contracts/Cache/CacheInterface.php 58 11 8
/src/Symfony/Contracts/Cache/CacheTrait.php 33 49 28
/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 8 8
/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 16 17 7
/src/Symfony/Contracts/HttpClient/ResponseStreamInterface.php 23 2 1
/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php 193 105 18
/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php 772 324 49
/src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php 49 21 14
/src/Symfony/Contracts/Service/Attribute/Required.php 23 3 3
/src/Symfony/Contracts/Service/Attribute/SubscribedService.php 39 31 14
/src/Symfony/Contracts/Service/ResetInterface.php 32 2 2
/src/Symfony/Contracts/Service/ServiceLocatorTrait.php 75 54 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 29 22 16
/src/Symfony/Contracts/Service/Test/ServiceLocatorTest.php 20 2 2
/src/Symfony/Contracts/Service/Test/ServiceLocatorTestCase.php 40 51 19
/src/Symfony/Contracts/Tests/Cache/CacheTraitTest.php 154 94 14
/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php 37 108 36
/src/Symfony/Contracts/Translation/LocaleAwareInterface.php 28 2 1
/src/Symfony/Contracts/Translation/Test/TranslatorTest.php 376 90 25
/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