Repository Analysis

guzzle/guzzle

14.1 Low AI signal View on GitHub
14.1
Adjusted Score
14.1
Raw Score
100%
Time Factor
Last Push
Stars
Language
24,354
Lines of Code
101
Files
370
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 370

Pattern Findings

370 matches across 1 category. Click a row to expand file-level details.

Hyper-Verbose Identifiers370 hits · 342 pts
SeverityFileLineSnippet
LOWtests/HandlerStackTest.php27 public function testCanSetDifferentHandlerAfterConstruction()
LOWtests/HandlerStackTest.php60 public function testUnshiftsInReverseOrder()
LOWtests/HandlerStackTest.php76 public function testCanRemoveMiddlewareByInstance()
LOWtests/HandlerStackTest.php91 public function testCanRemoveMiddlewareByCallableStringName()
LOWtests/HandlerStackTest.php105 public function testCanRemoveMiddlewareByCallableStringInstance()
LOWtests/HandlerStackTest.php119 public function testRemovePrefersNameWhenStringIsAlsoCallable()
LOWtests/HandlerStackTest.php173 public function testEnsuresHandlerExistsByName()
LOWtests/HandlerStackTest.php198 public function testPicksUpCookiesFromRedirects()
LOWtests/UtilsTest.php55 public function testParsesHeadersFromLines()
LOWtests/UtilsTest.php74 public function testParsesHeadersFromLinesWithMultipleLines()
LOWtests/UtilsTest.php89 public function testChooseHandlerAcceptsPreferredTransportSharing(): void
LOWtests/UtilsTest.php110 public function testChooseHandlerAcceptsRequiredTransportSharing(): void
LOWtests/UtilsTest.php131 public function testChooseHandlerAcceptsDisabledTransportSharing(): void
LOWtests/UtilsTest.php157 public function testProvidesDefaultCaBundler()
LOWtests/UtilsTest.php172 public function testNormalizeHeaderKeysHandlesNumericKeys()
LOWtests/UtilsTest.php180 public function testNormalizeProtocolsAcceptsLowercaseProtocols()
LOWtests/UtilsTest.php185 public function testNormalizeProtocolsRejectsUppercaseProtocols()
LOWtests/UtilsTest.php268 public function testEnsuresNoProxyCheckHostIsSet()
LOWtests/UtilsTest.php275 public function testEnsuresNoProxyCheckHostIsSetLegacy()
LOWtests/UtilsTest.php288 public function testEncodesJsonAndThrowsOnError()
LOWtests/UtilsTest.php295 public function testEncodesJsonAndThrowsOnErrorLegacy()
LOWtests/UtilsTest.php308 public function testDecodesJsonAndThrowsOnError()
LOWtests/UtilsTest.php315 public function testDecodesJsonAndThrowsOnErrorLegacy()
LOWtests/UtilsTest.php325 public function testDecodesJsonAndThrowsOnInvalidDepth(int $depth)
LOWtests/UtilsTest.php335 public function testDecodesJsonAndThrowsOnInvalidDepthLegacy(int $depth)
LOWtests/UtilsTest.php347 private static function skipIfDefaultCurlHandlerIsUnavailable(): void
LOWtests/PrepareBodyMiddlewareTest.php33 public function testAddsContentLengthWhenMissingAndPossible($method, $body)
LOWtests/PrepareBodyMiddlewareTest.php57 public function testPreservesCustomRequestWhenAddingContentLength()
LOWtests/PrepareBodyMiddlewareTest.php111 public function testAddsTransferEncodingWhenNoContentLength()
LOWtests/PrepareBodyMiddlewareTest.php136 public function testAddsContentTypeWhenMissingAndPossible()
LOWtests/PrepareBodyMiddlewareTest.php194 public function testPreservesCustomRequestWhenAddingExpect()
LOWtests/PrepareBodyMiddlewareTest.php218 public function testIgnoresIfExpectIsPresent()
LOWtests/RetryMiddlewareTest.php16 public function testRetriesWhenDeciderReturnsTrue()
LOWtests/RetryMiddlewareTest.php44 public function testDoesNotRetryWhenDeciderReturnsFalse()
LOWtests/RetryMiddlewareTest.php78 public function testUsesDefaultExponentialDelay()
LOWtests/RetryMiddlewareTest.php100 public function testExponentialDelayIsDeprecated()
LOWtests/MiddlewareTest.php25 public function testAddsCookiesToRequests()
LOWtests/MiddlewareTest.php47 public function testThrowsExceptionOnHttpClientError()
LOWtests/MiddlewareTest.php60 public function testThrowsExceptionOnHttpClientErrorLongBody()
LOWtests/MiddlewareTest.php73 public function testThrowsExceptionOnHttpServerError()
LOWtests/MiddlewareTest.php110 public function testNullContainerException()
LOWtests/MiddlewareTest.php126 public function testTracksHistoryForFailures()
LOWtests/MiddlewareTest.php201 public function testLogsRequestsAndResponses()
LOWtests/MiddlewareTest.php215 public function testLogsRequestsAndResponsesCustomLevel()
LOWtests/MiddlewareTest.php230 public function testLogsRequestsAndErrors()
LOWtests/MessageFormatterTest.php17 public function testCreatesWithClfByDefault()
LOWtests/RedirectMiddlewareTest.php35 public function testIgnoresWhenNoLocation()
LOWtests/RedirectMiddlewareTest.php47 public function testRedirectsWithAbsoluteUri()
LOWtests/RedirectMiddlewareTest.php65 public function testRedirectsWithRelativeUri()
LOWtests/RedirectMiddlewareTest.php83 public function testRelativeRedirectPreservesCustomRequestAndUriImplementations()
LOWtests/RedirectMiddlewareTest.php123 public function testTooManyRedirectsExceptionHasResponse()
LOWtests/RedirectMiddlewareTest.php143 public function testEnsuresProtocolIsValid()
LOWtests/RedirectMiddlewareTest.php178 public function testAddsRefererHeaderButClearsUserInfo()
LOWtests/RedirectMiddlewareTest.php198 public function testAddsGuzzleRedirectHeader()
LOWtests/RedirectMiddlewareTest.php225 public function testAddsGuzzleRedirectStatusHeader()
LOWtests/RedirectMiddlewareTest.php254 public function testDoesNotAddRefererWhenGoingFromHttpsToHttp()
LOWtests/RedirectMiddlewareTest.php271 public function testInvokesOnRedirectForRedirects()
LOWtests/RedirectMiddlewareTest.php301 public function testRemoveCurlAuthorizationOptionsOnRedirectCrossHost($auth)
LOWtests/RedirectMiddlewareTest.php331 public function testRemoveCurlAuthorizationOptionsOnRedirectCrossPort($auth)
LOWtests/RedirectMiddlewareTest.php361 public function testRemoveCurlAuthorizationOptionsOnRedirectCrossScheme($auth)
310 more matches not shown…