You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SAE4.01_FORMULAIRE/Source/Tests/coverage.xml

70922 lines
2.8 MiB

<?xml version="1.0" encoding="UTF-8"?>
<crap_result>
<project/>
<timestamp>2023-03-21 10:03:09</timestamp>
<stats>
<name>Method Crap Stats</name>
<methodCount>6446</methodCount>
<crapMethodCount>547</crapMethodCount>
<crapLoad>5542</crapLoad>
<totalCrap>140905</totalCrap>
<crapMethodPercent>8.49</crapMethodPercent>
</stats>
<methods>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $ctp, array $args)</methodSignature>
<fullMethod>__construct(int $ctp, array $args)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>printStrategy</methodName>
<methodSignature>printStrategy(): string</methodSignature>
<fullMethod>printStrategy(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>getPossibleResponses</methodName>
<methodSignature>getPossibleResponses(): array</methodSignature>
<fullMethod>getPossibleResponses(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>setPossibleResponses</methodName>
<methodSignature>setPossibleResponses(array $possibleResponses): void</methodSignature>
<fullMethod>setPossibleResponses(array $possibleResponses): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>getCategories</methodName>
<methodSignature>getCategories(): array</methodSignature>
<fullMethod>getCategories(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\BoxQuestion</className>
<methodName>setCategories</methodName>
<methodSignature>setCategories(array $categories): void</methodSignature>
<fullMethod>setCategories(array $categories): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\CheckBoxQuestion</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\CheckBoxQuestion</className>
<methodName>printStrategy</methodName>
<methodSignature>printStrategy(): string</methodSignature>
<fullMethod>printStrategy(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $id, string $title, string $description, array $questions)</methodSignature>
<fullMethod>__construct(int $id, string $title, string $description, array $questions)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>getTitle</methodName>
<methodSignature>getTitle(): string</methodSignature>
<fullMethod>getTitle(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>setTitle</methodName>
<methodSignature>setTitle(string $title): void</methodSignature>
<fullMethod>setTitle(string $title): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>getDescription</methodName>
<methodSignature>getDescription(): string</methodSignature>
<fullMethod>getDescription(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>setDescription</methodName>
<methodSignature>setDescription(string $description): void</methodSignature>
<fullMethod>setDescription(string $description): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>getQuestions</methodName>
<methodSignature>getQuestions(): array</methodSignature>
<fullMethod>getQuestions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>setQuestions</methodName>
<methodSignature>setQuestions(array $questions): void</methodSignature>
<fullMethod>setQuestions(array $questions): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Form</className>
<methodName>getId</methodName>
<methodSignature>getId(): int</methodSignature>
<fullMethod>getId(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Keyword</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $id, string $word)</methodSignature>
<fullMethod>__construct(int $id, string $word)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Keyword</className>
<methodName>getWord</methodName>
<methodSignature>getWord(): string</methodSignature>
<fullMethod>getWord(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Keyword</className>
<methodName>setWord</methodName>
<methodSignature>setWord(string $word): void</methodSignature>
<fullMethod>setWord(string $word): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Keyword</className>
<methodName>getId</methodName>
<methodSignature>getId(): int</methodSignature>
<fullMethod>getId(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\ListBoxQuestion</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\ListBoxQuestion</className>
<methodName>printStrategy</methodName>
<methodSignature>printStrategy(): string</methodSignature>
<fullMethod>printStrategy(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Question</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $id, string $content)</methodSignature>
<fullMethod>__construct(int $id, string $content)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Question</className>
<methodName>printStrategy</methodName>
<methodSignature>printStrategy(): string</methodSignature>
<fullMethod>printStrategy(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Question</className>
<methodName>getContent</methodName>
<methodSignature>getContent(): string</methodSignature>
<fullMethod>getContent(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Question</className>
<methodName>setContent</methodName>
<methodSignature>setContent(string $content): void</methodSignature>
<fullMethod>setContent(string $content): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Question</className>
<methodName>getId</methodName>
<methodSignature>getId(): int</methodSignature>
<fullMethod>getId(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $id, string $date, string $titleForm, array $questionsResponses)</methodSignature>
<fullMethod>__construct(int $id, string $date, string $titleForm, array $questionsResponses)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>getId</methodName>
<methodSignature>getId(): int</methodSignature>
<fullMethod>getId(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>getDate</methodName>
<methodSignature>getDate(): string</methodSignature>
<fullMethod>getDate(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>setDate</methodName>
<methodSignature>setDate(string $date): void</methodSignature>
<fullMethod>setDate(string $date): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>getTitleForm</methodName>
<methodSignature>getTitleForm(): string</methodSignature>
<fullMethod>getTitleForm(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>setTitleForm</methodName>
<methodSignature>setTitleForm(string $titleForm): void</methodSignature>
<fullMethod>setTitleForm(string $titleForm): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>getQuestionsResponses</methodName>
<methodSignature>getQuestionsResponses(): array</methodSignature>
<fullMethod>getQuestionsResponses(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\Response</className>
<methodName>setQuestionsResponses</methodName>
<methodSignature>setQuestionsResponses(array $questionsResponses): void</methodSignature>
<fullMethod>setQuestionsResponses(array $questionsResponses): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>BusinessClass</package>
<className>BusinessClass\TextQuestion</className>
<methodName>printStrategy</methodName>
<methodSignature>printStrategy(): string</methodSignature>
<fullMethod>printStrategy(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $routes, string $basePath, array $matchTypes)</methodSignature>
<fullMethod>__construct(array $routes, string $basePath, array $matchTypes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>getBasePath</methodName>
<methodSignature>getBasePath(): string</methodSignature>
<fullMethod>getBasePath(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>getMatchTypes</methodName>
<methodSignature>getMatchTypes(): array</methodSignature>
<fullMethod>getMatchTypes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>getNamedRoutes</methodName>
<methodSignature>getNamedRoutes(): array</methodSignature>
<fullMethod>getNamedRoutes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>getRoutes</methodName>
<methodSignature>getRoutes(): array</methodSignature>
<fullMethod>getRoutes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>addRoutes</methodName>
<methodSignature>addRoutes(mixed $routes): void</methodSignature>
<fullMethod>addRoutes(mixed $routes): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>setBasePath</methodName>
<methodSignature>setBasePath(string $basePath): void</methodSignature>
<fullMethod>setBasePath(string $basePath): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>addMatchTypes</methodName>
<methodSignature>addMatchTypes(array $matchTypes): void</methodSignature>
<fullMethod>addMatchTypes(array $matchTypes): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>map</methodName>
<methodSignature>map(string $method, string $route, mixed $target, string $name): void</methodSignature>
<fullMethod>map(string $method, string $route, mixed $target, string $name): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>generate</methodName>
<methodSignature>generate(string $routeName, array $params): string</methodSignature>
<fullMethod>generate(string $routeName, array $params): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>match</methodName>
<methodSignature>match(string $requestUrl, string $requestMethod): bool|array</methodSignature>
<fullMethod>match(string $requestUrl, string $requestMethod): bool|array</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\AltoRouter</className>
<methodName>compileRoute</methodName>
<methodSignature>compileRoute($route): string</methodSignature>
<fullMethod>compileRoute($route): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Autoload</className>
<methodName>getInstance</methodName>
<methodSignature>getInstance(): mixed</methodSignature>
<fullMethod>getInstance(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Autoload</className>
<methodName>charger</methodName>
<methodSignature>charger(): void</methodSignature>
<fullMethod>charger(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Autoload</className>
<methodName>shutDown</methodName>
<methodSignature>shutDown(): void</methodSignature>
<fullMethod>shutDown(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Autoload</className>
<methodName>autoloader</methodName>
<methodSignature>autoloader($className): void</methodSignature>
<fullMethod>autoloader($className): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Clean</className>
<methodName>simpleString</methodName>
<methodSignature>simpleString(string $string): string</methodSignature>
<fullMethod>simpleString(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Clean</className>
<methodName>email</methodName>
<methodSignature>email($email): string</methodSignature>
<fullMethod>email($email): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Clean</className>
<methodName>int</methodName>
<methodSignature>int(mixed $int): int</methodSignature>
<fullMethod>int(mixed $int): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $ns, string $includePath)</methodSignature>
<fullMethod>__construct(string $ns, string $includePath)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>setNamespaceSeparator</methodName>
<methodSignature>setNamespaceSeparator(string $sep): void</methodSignature>
<fullMethod>setNamespaceSeparator(string $sep): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>getNamespaceSeparator</methodName>
<methodSignature>getNamespaceSeparator(): string</methodSignature>
<fullMethod>getNamespaceSeparator(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>setIncludePath</methodName>
<methodSignature>setIncludePath(string $includePath): void</methodSignature>
<fullMethod>setIncludePath(string $includePath): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>getIncludePath</methodName>
<methodSignature>getIncludePath(): string</methodSignature>
<fullMethod>getIncludePath(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>setFileExtension</methodName>
<methodSignature>setFileExtension(string $fileExtension): void</methodSignature>
<fullMethod>setFileExtension(string $fileExtension): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>getFileExtension</methodName>
<methodSignature>getFileExtension(): string</methodSignature>
<fullMethod>getFileExtension(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>register</methodName>
<methodSignature>register(): void</methodSignature>
<fullMethod>register(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>unregister</methodName>
<methodSignature>unregister(): void</methodSignature>
<fullMethod>unregister(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\SplClassLoader</className>
<methodName>loadClass</methodName>
<methodSignature>loadClass(string $className): void</methodSignature>
<fullMethod>loadClass(string $className): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>email</methodName>
<methodSignature>email(string $email): bool</methodSignature>
<fullMethod>email(string $email): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>login</methodName>
<methodSignature>login(string $login): bool</methodSignature>
<fullMethod>login(string $login): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>password</methodName>
<methodSignature>password(string $password): bool</methodSignature>
<fullMethod>password(string $password): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>keyWord</methodName>
<methodSignature>keyWord(string $keyword): bool</methodSignature>
<fullMethod>keyWord(string $keyword): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>title</methodName>
<methodSignature>title(string $title): bool</methodSignature>
<fullMethod>title(string $title): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>type</methodName>
<methodSignature>type(string $type): bool</methodSignature>
<fullMethod>type(string $type): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>response</methodName>
<methodSignature>response(string $response): bool</methodSignature>
<fullMethod>response(string $response): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Config</package>
<className>Config\Validate</className>
<methodName>username</methodName>
<methodSignature>username(string $username): bool</methodSignature>
<fullMethod>username(string $username): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>__construct</methodName>
<methodSignature>__construct($vendorDir)</methodSignature>
<fullMethod>__construct($vendorDir)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getPrefixes</methodName>
<methodSignature>getPrefixes()</methodSignature>
<fullMethod>getPrefixes()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getPrefixesPsr4</methodName>
<methodSignature>getPrefixesPsr4()</methodSignature>
<fullMethod>getPrefixesPsr4()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getFallbackDirs</methodName>
<methodSignature>getFallbackDirs()</methodSignature>
<fullMethod>getFallbackDirs()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getFallbackDirsPsr4</methodName>
<methodSignature>getFallbackDirsPsr4()</methodSignature>
<fullMethod>getFallbackDirsPsr4()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getClassMap</methodName>
<methodSignature>getClassMap()</methodSignature>
<fullMethod>getClassMap()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>addClassMap</methodName>
<methodSignature>addClassMap(array $classMap)</methodSignature>
<fullMethod>addClassMap(array $classMap)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>add</methodName>
<methodSignature>add($prefix, $paths, $prepend)</methodSignature>
<fullMethod>add($prefix, $paths, $prepend)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>addPsr4</methodName>
<methodSignature>addPsr4($prefix, $paths, $prepend)</methodSignature>
<fullMethod>addPsr4($prefix, $paths, $prepend)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>set</methodName>
<methodSignature>set($prefix, $paths)</methodSignature>
<fullMethod>set($prefix, $paths)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>setPsr4</methodName>
<methodSignature>setPsr4($prefix, $paths)</methodSignature>
<fullMethod>setPsr4($prefix, $paths)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>setUseIncludePath</methodName>
<methodSignature>setUseIncludePath($useIncludePath)</methodSignature>
<fullMethod>setUseIncludePath($useIncludePath)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getUseIncludePath</methodName>
<methodSignature>getUseIncludePath()</methodSignature>
<fullMethod>getUseIncludePath()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>setClassMapAuthoritative</methodName>
<methodSignature>setClassMapAuthoritative($classMapAuthoritative)</methodSignature>
<fullMethod>setClassMapAuthoritative($classMapAuthoritative)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>isClassMapAuthoritative</methodName>
<methodSignature>isClassMapAuthoritative()</methodSignature>
<fullMethod>isClassMapAuthoritative()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>setApcuPrefix</methodName>
<methodSignature>setApcuPrefix($apcuPrefix)</methodSignature>
<fullMethod>setApcuPrefix($apcuPrefix)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getApcuPrefix</methodName>
<methodSignature>getApcuPrefix()</methodSignature>
<fullMethod>getApcuPrefix()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>register</methodName>
<methodSignature>register($prepend)</methodSignature>
<fullMethod>register($prepend)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>unregister</methodName>
<methodSignature>unregister()</methodSignature>
<fullMethod>unregister()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>loadClass</methodName>
<methodSignature>loadClass($class)</methodSignature>
<fullMethod>loadClass($class)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>findFile</methodName>
<methodSignature>findFile($class)</methodSignature>
<fullMethod>findFile($class)</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>getRegisteredLoaders</methodName>
<methodSignature>getRegisteredLoaders()</methodSignature>
<fullMethod>getRegisteredLoaders()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>findFileWithExtension</methodName>
<methodSignature>findFileWithExtension($class, $ext)</methodSignature>
<fullMethod>findFileWithExtension($class, $ext)</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ClassLoader</className>
<methodName>initializeIncludeClosure</methodName>
<methodSignature>initializeIncludeClosure()</methodSignature>
<fullMethod>initializeIncludeClosure()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getInstalledPackages</methodName>
<methodSignature>getInstalledPackages()</methodSignature>
<fullMethod>getInstalledPackages()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getInstalledPackagesByType</methodName>
<methodSignature>getInstalledPackagesByType($type)</methodSignature>
<fullMethod>getInstalledPackagesByType($type)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>isInstalled</methodName>
<methodSignature>isInstalled($packageName, $includeDevRequirements)</methodSignature>
<fullMethod>isInstalled($packageName, $includeDevRequirements)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>satisfies</methodName>
<methodSignature>satisfies(Composer\Semver\VersionParser $parser, $packageName, $constraint)</methodSignature>
<fullMethod>satisfies(Composer\Semver\VersionParser $parser, $packageName, $constraint)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getVersionRanges</methodName>
<methodSignature>getVersionRanges($packageName)</methodSignature>
<fullMethod>getVersionRanges($packageName)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion($packageName)</methodSignature>
<fullMethod>getVersion($packageName)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getPrettyVersion</methodName>
<methodSignature>getPrettyVersion($packageName)</methodSignature>
<fullMethod>getPrettyVersion($packageName)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getReference</methodName>
<methodSignature>getReference($packageName)</methodSignature>
<fullMethod>getReference($packageName)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getInstallPath</methodName>
<methodSignature>getInstallPath($packageName)</methodSignature>
<fullMethod>getInstallPath($packageName)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getRootPackage</methodName>
<methodSignature>getRootPackage()</methodSignature>
<fullMethod>getRootPackage()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getRawData</methodName>
<methodSignature>getRawData()</methodSignature>
<fullMethod>getRawData()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getAllRawData</methodName>
<methodSignature>getAllRawData()</methodSignature>
<fullMethod>getAllRawData()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>reload</methodName>
<methodSignature>reload($data)</methodSignature>
<fullMethod>reload($data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer</package>
<className>Composer\InstalledVersions</className>
<methodName>getInstalled</methodName>
<methodSignature>getInstalled()</methodSignature>
<fullMethod>getInstalled()</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>global</package>
<className>ComposerAutoloaderInit09817f737104027259c8b18674da99bc</className>
<methodName>loadClassLoader</methodName>
<methodSignature>loadClassLoader($class)</methodSignature>
<fullMethod>loadClassLoader($class)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>global</package>
<className>ComposerAutoloaderInit09817f737104027259c8b18674da99bc</className>
<methodName>getLoader</methodName>
<methodSignature>getLoader()</methodSignature>
<fullMethod>getLoader()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Autoload</package>
<className>Composer\Autoload\ComposerStaticInit09817f737104027259c8b18674da99bc</className>
<methodName>getInitializer</methodName>
<methodSignature>getInitializer(Composer\Autoload\ClassLoader $loader)</methodSignature>
<fullMethod>getInitializer(Composer\Autoload\ClassLoader $loader)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchAllResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchAllStrictGroupsResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchAllWithOffsetsResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchStrictGroupsResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\MatchWithOffsetsResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, array $matches)</methodSignature>
<fullMethod>__construct(int $count, array $matches)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\PcreException</className>
<methodName>fromFunction</methodName>
<methodSignature>fromFunction($function, $pattern)</methodSignature>
<fullMethod>fromFunction($function, $pattern)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\PcreException</className>
<methodName>pcreLastErrorMessage</methodName>
<methodSignature>pcreLastErrorMessage($code)</methodSignature>
<fullMethod>pcreLastErrorMessage($code)</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>match</methodName>
<methodSignature>match(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>match(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>matchStrictGroups</methodName>
<methodSignature>matchStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>matchStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>matchWithOffsets</methodName>
<methodSignature>matchWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>matchWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>matchAll</methodName>
<methodSignature>matchAll(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>matchAll(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>matchAllStrictGroups</methodName>
<methodSignature>matchAllStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>matchAllStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>matchAllWithOffsets</methodName>
<methodSignature>matchAllWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</methodSignature>
<fullMethod>matchAllWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>replace</methodName>
<methodSignature>replace($pattern, $replacement, $subject, int $limit, int $count): string</methodSignature>
<fullMethod>replace($pattern, $replacement, $subject, int $limit, int $count): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>replaceCallback</methodName>
<methodSignature>replaceCallback($pattern, callable $replacement, $subject, int $limit, int $count, int $flags): string</methodSignature>
<fullMethod>replaceCallback($pattern, callable $replacement, $subject, int $limit, int $count, int $flags): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>replaceCallbackStrictGroups</methodName>
<methodSignature>replaceCallbackStrictGroups(string $pattern, callable $replacement, $subject, int $limit, int $count, int $flags): string</methodSignature>
<fullMethod>replaceCallbackStrictGroups(string $pattern, callable $replacement, $subject, int $limit, int $count, int $flags): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>replaceCallbackArray</methodName>
<methodSignature>replaceCallbackArray(array $pattern, $subject, int $limit, int $count, int $flags): string</methodSignature>
<fullMethod>replaceCallbackArray(array $pattern, $subject, int $limit, int $count, int $flags): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>split</methodName>
<methodSignature>split(string $pattern, string $subject, int $limit, int $flags): array</methodSignature>
<fullMethod>split(string $pattern, string $subject, int $limit, int $flags): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>splitWithOffsets</methodName>
<methodSignature>splitWithOffsets(string $pattern, string $subject, int $limit, int $flags): array</methodSignature>
<fullMethod>splitWithOffsets(string $pattern, string $subject, int $limit, int $flags): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>grep</methodName>
<methodSignature>grep(string $pattern, array $array, int $flags): array</methodSignature>
<fullMethod>grep(string $pattern, array $array, int $flags): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatch</methodName>
<methodSignature>isMatch(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatch(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatchStrictGroups</methodName>
<methodSignature>isMatchStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatchStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatchAll</methodName>
<methodSignature>isMatchAll(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatchAll(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatchAllStrictGroups</methodName>
<methodSignature>isMatchAllStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatchAllStrictGroups(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatchWithOffsets</methodName>
<methodSignature>isMatchWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatchWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>isMatchAllWithOffsets</methodName>
<methodSignature>isMatchAllWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</methodSignature>
<fullMethod>isMatchAllWithOffsets(string $pattern, string $subject, ?array $matches, int $flags, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>checkOffsetCapture</methodName>
<methodSignature>checkOffsetCapture(int $flags, string $useFunctionName): void</methodSignature>
<fullMethod>checkOffsetCapture(int $flags, string $useFunctionName): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>checkSetOrder</methodName>
<methodSignature>checkSetOrder(int $flags): void</methodSignature>
<fullMethod>checkSetOrder(int $flags): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>enforceNonNullMatches</methodName>
<methodSignature>enforceNonNullMatches(string $pattern, array $matches, string $variantMethod)</methodSignature>
<fullMethod>enforceNonNullMatches(string $pattern, array $matches, string $variantMethod)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Preg</className>
<methodName>enforceNonNullMatchAll</methodName>
<methodSignature>enforceNonNullMatchAll(string $pattern, array $matches, string $variantMethod)</methodSignature>
<fullMethod>enforceNonNullMatchAll(string $pattern, array $matches, string $variantMethod)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>isMatch</methodName>
<methodSignature>isMatch(string $pattern, string $subject, int $offset): bool</methodSignature>
<fullMethod>isMatch(string $pattern, string $subject, int $offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>match</methodName>
<methodSignature>match(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchResult</methodSignature>
<fullMethod>match(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>matchStrictGroups</methodName>
<methodSignature>matchStrictGroups(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchStrictGroupsResult</methodSignature>
<fullMethod>matchStrictGroups(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchStrictGroupsResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>matchWithOffsets</methodName>
<methodSignature>matchWithOffsets(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchWithOffsetsResult</methodSignature>
<fullMethod>matchWithOffsets(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchWithOffsetsResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>matchAll</methodName>
<methodSignature>matchAll(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllResult</methodSignature>
<fullMethod>matchAll(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>matchAllStrictGroups</methodName>
<methodSignature>matchAllStrictGroups(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllStrictGroupsResult</methodSignature>
<fullMethod>matchAllStrictGroups(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllStrictGroupsResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>matchAllWithOffsets</methodName>
<methodSignature>matchAllWithOffsets(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllWithOffsetsResult</methodSignature>
<fullMethod>matchAllWithOffsets(string $pattern, string $subject, int $flags, int $offset): Composer\Pcre\MatchAllWithOffsetsResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>replace</methodName>
<methodSignature>replace($pattern, $replacement, $subject, int $limit): Composer\Pcre\ReplaceResult</methodSignature>
<fullMethod>replace($pattern, $replacement, $subject, int $limit): Composer\Pcre\ReplaceResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>replaceCallback</methodName>
<methodSignature>replaceCallback($pattern, callable $replacement, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</methodSignature>
<fullMethod>replaceCallback($pattern, callable $replacement, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>replaceCallbackStrictGroups</methodName>
<methodSignature>replaceCallbackStrictGroups($pattern, callable $replacement, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</methodSignature>
<fullMethod>replaceCallbackStrictGroups($pattern, callable $replacement, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>replaceCallbackArray</methodName>
<methodSignature>replaceCallbackArray(array $pattern, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</methodSignature>
<fullMethod>replaceCallbackArray(array $pattern, $subject, int $limit, int $flags): Composer\Pcre\ReplaceResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>checkOffsetCapture</methodName>
<methodSignature>checkOffsetCapture(int $flags, string $useFunctionName): void</methodSignature>
<fullMethod>checkOffsetCapture(int $flags, string $useFunctionName): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\Regex</className>
<methodName>checkSetOrder</methodName>
<methodSignature>checkSetOrder(int $flags): void</methodSignature>
<fullMethod>checkSetOrder(int $flags): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\ReplaceResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $count, string $result)</methodSignature>
<fullMethod>__construct(int $count, string $result)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\Pcre</package>
<className>Composer\Pcre\UnexpectedNullMatchException</className>
<methodName>fromFunction</methodName>
<methodSignature>fromFunction($function, $pattern)</methodSignature>
<fullMethod>fromFunction($function, $pattern)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\PhpConfig</className>
<methodName>useOriginal</methodName>
<methodSignature>useOriginal(): array</methodSignature>
<fullMethod>useOriginal(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\PhpConfig</className>
<methodName>useStandard</methodName>
<methodSignature>useStandard(): array</methodSignature>
<fullMethod>useStandard(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\PhpConfig</className>
<methodName>usePersistent</methodName>
<methodSignature>usePersistent(): array</methodSignature>
<fullMethod>usePersistent(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\PhpConfig</className>
<methodName>getDataAndReset</methodName>
<methodSignature>getDataAndReset(): ?array</methodSignature>
<fullMethod>getDataAndReset(): ?array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\PhpConfig</className>
<methodName>updateEnv</methodName>
<methodSignature>updateEnv(string $name, $value): void</methodSignature>
<fullMethod>updateEnv(string $name, $value): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Process</className>
<methodName>escape</methodName>
<methodSignature>escape(string $arg, bool $meta, bool $module): string</methodSignature>
<fullMethod>escape(string $arg, bool $meta, bool $module): string</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Process</className>
<methodName>escapeShellCommand</methodName>
<methodSignature>escapeShellCommand(array $args): string</methodSignature>
<fullMethod>escapeShellCommand(array $args): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Process</className>
<methodName>setEnv</methodName>
<methodSignature>setEnv(string $name, ?string $value): bool</methodSignature>
<fullMethod>setEnv(string $name, ?string $value): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $envAllowXdebug, bool $debug)</methodSignature>
<fullMethod>__construct(string $envAllowXdebug, bool $debug)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>setLogger</methodName>
<methodSignature>setLogger(Psr\Log\LoggerInterface $logger): void</methodSignature>
<fullMethod>setLogger(Psr\Log\LoggerInterface $logger): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>report</methodName>
<methodSignature>report(string $op, ?string $data): void</methodSignature>
<fullMethod>report(string $op, ?string $data): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>output</methodName>
<methodSignature>output(string $text, ?string $level): void</methodSignature>
<fullMethod>output(string $text, ?string $level): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportCheck</methodName>
<methodSignature>reportCheck(string $loaded): void</methodSignature>
<fullMethod>reportCheck(string $loaded): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportError</methodName>
<methodSignature>reportError(string $error): void</methodSignature>
<fullMethod>reportError(string $error): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportInfo</methodName>
<methodSignature>reportInfo(string $info): void</methodSignature>
<fullMethod>reportInfo(string $info): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportNoRestart</methodName>
<methodSignature>reportNoRestart(): void</methodSignature>
<fullMethod>reportNoRestart(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportRestart</methodName>
<methodSignature>reportRestart(): void</methodSignature>
<fullMethod>reportRestart(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportRestarted</methodName>
<methodSignature>reportRestarted(): void</methodSignature>
<fullMethod>reportRestarted(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>reportRestarting</methodName>
<methodSignature>reportRestarting(string $command): void</methodSignature>
<fullMethod>reportRestarting(string $command): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>getEnvAllow</methodName>
<methodSignature>getEnvAllow(): string</methodSignature>
<fullMethod>getEnvAllow(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\Status</className>
<methodName>getLoadedMessage</methodName>
<methodSignature>getLoadedMessage(): string</methodSignature>
<fullMethod>getLoadedMessage(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $envPrefix)</methodSignature>
<fullMethod>__construct(string $envPrefix)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setLogger</methodName>
<methodSignature>setLogger(Psr\Log\LoggerInterface $logger): self</methodSignature>
<fullMethod>setLogger(Psr\Log\LoggerInterface $logger): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setMainScript</methodName>
<methodSignature>setMainScript(string $script): self</methodSignature>
<fullMethod>setMainScript(string $script): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setPersistent</methodName>
<methodSignature>setPersistent(): self</methodSignature>
<fullMethod>setPersistent(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>check</methodName>
<methodSignature>check(): void</methodSignature>
<fullMethod>check(): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>getAllIniFiles</methodName>
<methodSignature>getAllIniFiles(): array</methodSignature>
<fullMethod>getAllIniFiles(): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>getRestartSettings</methodName>
<methodSignature>getRestartSettings(): ?array</methodSignature>
<fullMethod>getRestartSettings(): ?array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>getSkippedVersion</methodName>
<methodSignature>getSkippedVersion(): string</methodSignature>
<fullMethod>getSkippedVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>isXdebugActive</methodName>
<methodSignature>isXdebugActive(): bool</methodSignature>
<fullMethod>isXdebugActive(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>requiresRestart</methodName>
<methodSignature>requiresRestart(bool $default): bool</methodSignature>
<fullMethod>requiresRestart(bool $default): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>restart</methodName>
<methodSignature>restart(array $command): void</methodSignature>
<fullMethod>restart(array $command): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>doRestart</methodName>
<methodSignature>doRestart(array $command): void</methodSignature>
<fullMethod>doRestart(array $command): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>prepareRestart</methodName>
<methodSignature>prepareRestart(): bool</methodSignature>
<fullMethod>prepareRestart(): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>writeTmpIni</methodName>
<methodSignature>writeTmpIni(array $iniFiles, string $tmpDir, ?string $error): bool</methodSignature>
<fullMethod>writeTmpIni(array $iniFiles, string $tmpDir, ?string $error): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>getCommand</methodName>
<methodSignature>getCommand(): array</methodSignature>
<fullMethod>getCommand(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setEnvironment</methodName>
<methodSignature>setEnvironment(bool $scannedInis, array $iniFiles): bool</methodSignature>
<fullMethod>setEnvironment(bool $scannedInis, array $iniFiles): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>notify</methodName>
<methodSignature>notify(string $op, ?string $data): void</methodSignature>
<fullMethod>notify(string $op, ?string $data): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>mergeLoadedConfig</methodName>
<methodSignature>mergeLoadedConfig(array $loadedConfig, array $iniConfig): string</methodSignature>
<fullMethod>mergeLoadedConfig(array $loadedConfig, array $iniConfig): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>checkMainScript</methodName>
<methodSignature>checkMainScript(): bool</methodSignature>
<fullMethod>checkMainScript(): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setEnvRestartSettings</methodName>
<methodSignature>setEnvRestartSettings(array $envArgs): void</methodSignature>
<fullMethod>setEnvRestartSettings(array $envArgs): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>syncSettings</methodName>
<methodSignature>syncSettings(array $settings): void</methodSignature>
<fullMethod>syncSettings(array $settings): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>checkConfiguration</methodName>
<methodSignature>checkConfiguration(?string $info): bool</methodSignature>
<fullMethod>checkConfiguration(?string $info): bool</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>tryEnableSignals</methodName>
<methodSignature>tryEnableSignals(): void</methodSignature>
<fullMethod>tryEnableSignals(): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>Composer\XdebugHandler</package>
<className>Composer\XdebugHandler\XdebugHandler</className>
<methodName>setXdebugDetails</methodName>
<methodSignature>setXdebugDetails(): void</methodSignature>
<fullMethod>setXdebugDetails(): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\BodySummarizer</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $truncateAt)</methodSignature>
<fullMethod>__construct(int $truncateAt)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\BodySummarizer</className>
<methodName>summarize</methodName>
<methodSignature>summarize(Psr\Http\Message\MessageInterface $message): ?string</methodSignature>
<fullMethod>summarize(Psr\Http\Message\MessageInterface $message): ?string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $config)</methodSignature>
<fullMethod>__construct(array $config)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>__call</methodName>
<methodSignature>__call($method, $args)</methodSignature>
<fullMethod>__call($method, $args)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>sendAsync</methodName>
<methodSignature>sendAsync(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>sendAsync(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>send</methodName>
<methodSignature>send(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>send(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>sendRequest</methodName>
<methodSignature>sendRequest(Psr\Http\Message\RequestInterface $request): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>sendRequest(Psr\Http\Message\RequestInterface $request): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>requestAsync</methodName>
<methodSignature>requestAsync(string $method, $uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>requestAsync(string $method, $uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>request</methodName>
<methodSignature>request(string $method, $uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>request(string $method, $uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>getConfig</methodName>
<methodSignature>getConfig(?string $option)</methodSignature>
<fullMethod>getConfig(?string $option)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>buildUri</methodName>
<methodSignature>buildUri(Psr\Http\Message\UriInterface $uri, array $config): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>buildUri(Psr\Http\Message\UriInterface $uri, array $config): Psr\Http\Message\UriInterface</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>configureDefaults</methodName>
<methodSignature>configureDefaults(array $config): void</methodSignature>
<fullMethod>configureDefaults(array $config): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>prepareDefaults</methodName>
<methodSignature>prepareDefaults(array $options): array</methodSignature>
<fullMethod>prepareDefaults(array $options): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>transfer</methodName>
<methodSignature>transfer(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>transfer(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>applyOptions</methodName>
<methodSignature>applyOptions(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>applyOptions(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\RequestInterface</fullMethod>
<crap>702</crap>
<complexity>26</complexity>
<coverage>0</coverage>
<crapLoad>27</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Client</className>
<methodName>invalidBody</methodName>
<methodSignature>invalidBody(): GuzzleHttp\Exception\InvalidArgumentException</methodSignature>
<fullMethod>invalidBody(): GuzzleHttp\Exception\InvalidArgumentException</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>request</methodName>
<methodSignature>request(string $method, $uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>request(string $method, $uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>get</methodName>
<methodSignature>get($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>get($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>head</methodName>
<methodSignature>head($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>head($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>put</methodName>
<methodSignature>put($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>put($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>post</methodName>
<methodSignature>post($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>post($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>patch</methodName>
<methodSignature>patch($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>patch($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>delete</methodName>
<methodSignature>delete($uri, array $options): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>delete($uri, array $options): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>requestAsync</methodName>
<methodSignature>requestAsync(string $method, $uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>requestAsync(string $method, $uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>getAsync</methodName>
<methodSignature>getAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>getAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>headAsync</methodName>
<methodSignature>headAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>headAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>putAsync</methodName>
<methodSignature>putAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>putAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>postAsync</methodName>
<methodSignature>postAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>postAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>patchAsync</methodName>
<methodSignature>patchAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>patchAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\ClientTrait</className>
<methodName>deleteAsync</methodName>
<methodSignature>deleteAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>deleteAsync($uri, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $strictMode, array $cookieArray)</methodSignature>
<fullMethod>__construct(bool $strictMode, array $cookieArray)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $cookies, string $domain): self</methodSignature>
<fullMethod>fromArray(array $cookies, string $domain): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>shouldPersist</methodName>
<methodSignature>shouldPersist(GuzzleHttp\Cookie\SetCookie $cookie, bool $allowSessionCookies): bool</methodSignature>
<fullMethod>shouldPersist(GuzzleHttp\Cookie\SetCookie $cookie, bool $allowSessionCookies): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>getCookieByName</methodName>
<methodSignature>getCookieByName(string $name): ?GuzzleHttp\Cookie\SetCookie</methodSignature>
<fullMethod>getCookieByName(string $name): ?GuzzleHttp\Cookie\SetCookie</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>toArray</methodName>
<methodSignature>toArray(): array</methodSignature>
<fullMethod>toArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>clear</methodName>
<methodSignature>clear(?string $domain, ?string $path, ?string $name): void</methodSignature>
<fullMethod>clear(?string $domain, ?string $path, ?string $name): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>clearSessionCookies</methodName>
<methodSignature>clearSessionCookies(): void</methodSignature>
<fullMethod>clearSessionCookies(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>setCookie</methodName>
<methodSignature>setCookie(GuzzleHttp\Cookie\SetCookie $cookie): bool</methodSignature>
<fullMethod>setCookie(GuzzleHttp\Cookie\SetCookie $cookie): bool</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): ArrayIterator</methodSignature>
<fullMethod>getIterator(): ArrayIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>extractCookies</methodName>
<methodSignature>extractCookies(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response): void</methodSignature>
<fullMethod>extractCookies(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>getCookiePathFromRequest</methodName>
<methodSignature>getCookiePathFromRequest(Psr\Http\Message\RequestInterface $request): string</methodSignature>
<fullMethod>getCookiePathFromRequest(Psr\Http\Message\RequestInterface $request): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>withCookieHeader</methodName>
<methodSignature>withCookieHeader(Psr\Http\Message\RequestInterface $request): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>withCookieHeader(Psr\Http\Message\RequestInterface $request): Psr\Http\Message\RequestInterface</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\CookieJar</className>
<methodName>removeCookieIfEmpty</methodName>
<methodSignature>removeCookieIfEmpty(GuzzleHttp\Cookie\SetCookie $cookie): void</methodSignature>
<fullMethod>removeCookieIfEmpty(GuzzleHttp\Cookie\SetCookie $cookie): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\FileCookieJar</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $cookieFile, bool $storeSessionCookies)</methodSignature>
<fullMethod>__construct(string $cookieFile, bool $storeSessionCookies)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\FileCookieJar</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\FileCookieJar</className>
<methodName>save</methodName>
<methodSignature>save(string $filename): void</methodSignature>
<fullMethod>save(string $filename): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\FileCookieJar</className>
<methodName>load</methodName>
<methodSignature>load(string $filename): void</methodSignature>
<fullMethod>load(string $filename): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SessionCookieJar</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $sessionKey, bool $storeSessionCookies)</methodSignature>
<fullMethod>__construct(string $sessionKey, bool $storeSessionCookies)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SessionCookieJar</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SessionCookieJar</className>
<methodName>save</methodName>
<methodSignature>save(): void</methodSignature>
<fullMethod>save(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SessionCookieJar</className>
<methodName>load</methodName>
<methodSignature>load(): void</methodSignature>
<fullMethod>load(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $cookie): self</methodSignature>
<fullMethod>fromString(string $cookie): self</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $data)</methodSignature>
<fullMethod>__construct(array $data)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>__toString</methodName>
<methodSignature>__toString()</methodSignature>
<fullMethod>__toString()</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>toArray</methodName>
<methodSignature>toArray(): array</methodSignature>
<fullMethod>toArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getName</methodName>
<methodSignature>getName()</methodSignature>
<fullMethod>getName()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setName</methodName>
<methodSignature>setName($name): void</methodSignature>
<fullMethod>setName($name): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getValue</methodName>
<methodSignature>getValue()</methodSignature>
<fullMethod>getValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setValue</methodName>
<methodSignature>setValue($value): void</methodSignature>
<fullMethod>setValue($value): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getDomain</methodName>
<methodSignature>getDomain()</methodSignature>
<fullMethod>getDomain()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setDomain</methodName>
<methodSignature>setDomain($domain): void</methodSignature>
<fullMethod>setDomain($domain): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getPath</methodName>
<methodSignature>getPath()</methodSignature>
<fullMethod>getPath()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setPath</methodName>
<methodSignature>setPath($path): void</methodSignature>
<fullMethod>setPath($path): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getMaxAge</methodName>
<methodSignature>getMaxAge()</methodSignature>
<fullMethod>getMaxAge()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setMaxAge</methodName>
<methodSignature>setMaxAge($maxAge): void</methodSignature>
<fullMethod>setMaxAge($maxAge): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getExpires</methodName>
<methodSignature>getExpires()</methodSignature>
<fullMethod>getExpires()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setExpires</methodName>
<methodSignature>setExpires($timestamp): void</methodSignature>
<fullMethod>setExpires($timestamp): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getSecure</methodName>
<methodSignature>getSecure()</methodSignature>
<fullMethod>getSecure()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setSecure</methodName>
<methodSignature>setSecure($secure): void</methodSignature>
<fullMethod>setSecure($secure): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getDiscard</methodName>
<methodSignature>getDiscard()</methodSignature>
<fullMethod>getDiscard()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setDiscard</methodName>
<methodSignature>setDiscard($discard): void</methodSignature>
<fullMethod>setDiscard($discard): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>getHttpOnly</methodName>
<methodSignature>getHttpOnly()</methodSignature>
<fullMethod>getHttpOnly()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>setHttpOnly</methodName>
<methodSignature>setHttpOnly($httpOnly): void</methodSignature>
<fullMethod>setHttpOnly($httpOnly): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>matchesPath</methodName>
<methodSignature>matchesPath(string $requestPath): bool</methodSignature>
<fullMethod>matchesPath(string $requestPath): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>matchesDomain</methodName>
<methodSignature>matchesDomain(string $domain): bool</methodSignature>
<fullMethod>matchesDomain(string $domain): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>isExpired</methodName>
<methodSignature>isExpired(): bool</methodSignature>
<fullMethod>isExpired(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Cookie</package>
<className>GuzzleHttp\Cookie\SetCookie</className>
<methodName>validate</methodName>
<methodSignature>validate()</methodSignature>
<fullMethod>validate()</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\BadResponseException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext)</methodSignature>
<fullMethod>__construct(string $message, Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\BadResponseException</className>
<methodName>hasResponse</methodName>
<methodSignature>hasResponse(): bool</methodSignature>
<fullMethod>hasResponse(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\BadResponseException</className>
<methodName>getResponse</methodName>
<methodSignature>getResponse(): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>getResponse(): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\ConnectException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, Psr\Http\Message\RequestInterface $request, Throwable $previous, array $handlerContext)</methodSignature>
<fullMethod>__construct(string $message, Psr\Http\Message\RequestInterface $request, Throwable $previous, array $handlerContext)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\ConnectException</className>
<methodName>getRequest</methodName>
<methodSignature>getRequest(): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>getRequest(): Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\ConnectException</className>
<methodName>getHandlerContext</methodName>
<methodSignature>getHandlerContext(): array</methodSignature>
<fullMethod>getHandlerContext(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext)</methodSignature>
<fullMethod>__construct(string $message, Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>wrapException</methodName>
<methodSignature>wrapException(Psr\Http\Message\RequestInterface $request, Throwable $e): GuzzleHttp\Exception\RequestException</methodSignature>
<fullMethod>wrapException(Psr\Http\Message\RequestInterface $request, Throwable $e): GuzzleHttp\Exception\RequestException</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>create</methodName>
<methodSignature>create(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext, GuzzleHttp\BodySummarizerInterface $bodySummarizer): self</methodSignature>
<fullMethod>create(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, Throwable $previous, array $handlerContext, GuzzleHttp\BodySummarizerInterface $bodySummarizer): self</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>obfuscateUri</methodName>
<methodSignature>obfuscateUri(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>obfuscateUri(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>getRequest</methodName>
<methodSignature>getRequest(): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>getRequest(): Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>getResponse</methodName>
<methodSignature>getResponse(): ?Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>getResponse(): ?Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>hasResponse</methodName>
<methodSignature>hasResponse(): bool</methodSignature>
<fullMethod>hasResponse(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Exception</package>
<className>GuzzleHttp\Exception\RequestException</className>
<methodName>getHandlerContext</methodName>
<methodSignature>getHandlerContext(): array</methodSignature>
<fullMethod>getHandlerContext(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>create</methodName>
<methodSignature>create(?callable $handler): self</methodSignature>
<fullMethod>create(?callable $handler): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $handler)</methodSignature>
<fullMethod>__construct(callable $handler)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options)</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>__toString</methodName>
<methodSignature>__toString()</methodSignature>
<fullMethod>__toString()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>setHandler</methodName>
<methodSignature>setHandler(callable $handler): void</methodSignature>
<fullMethod>setHandler(callable $handler): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>hasHandler</methodName>
<methodSignature>hasHandler(): bool</methodSignature>
<fullMethod>hasHandler(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>unshift</methodName>
<methodSignature>unshift(callable $middleware, ?string $name): void</methodSignature>
<fullMethod>unshift(callable $middleware, ?string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>push</methodName>
<methodSignature>push(callable $middleware, string $name): void</methodSignature>
<fullMethod>push(callable $middleware, string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>before</methodName>
<methodSignature>before(string $findName, callable $middleware, string $withName): void</methodSignature>
<fullMethod>before(string $findName, callable $middleware, string $withName): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>after</methodName>
<methodSignature>after(string $findName, callable $middleware, string $withName): void</methodSignature>
<fullMethod>after(string $findName, callable $middleware, string $withName): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>remove</methodName>
<methodSignature>remove($remove): void</methodSignature>
<fullMethod>remove($remove): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>resolve</methodName>
<methodSignature>resolve(): callable</methodSignature>
<fullMethod>resolve(): callable</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>findByName</methodName>
<methodSignature>findByName(string $name): int</methodSignature>
<fullMethod>findByName(string $name): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>splice</methodName>
<methodSignature>splice(string $findName, string $withName, callable $middleware, bool $before): void</methodSignature>
<fullMethod>splice(string $findName, string $withName, callable $middleware, bool $before): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\HandlerStack</className>
<methodName>debugCallable</methodName>
<methodSignature>debugCallable($fn): string</methodSignature>
<fullMethod>debugCallable($fn): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $maxHandles)</methodSignature>
<fullMethod>__construct(int $maxHandles)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>create</methodName>
<methodSignature>create(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Handler\EasyHandle</methodSignature>
<fullMethod>create(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Handler\EasyHandle</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>release</methodName>
<methodSignature>release(GuzzleHttp\Handler\EasyHandle $easy): void</methodSignature>
<fullMethod>release(GuzzleHttp\Handler\EasyHandle $easy): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>finish</methodName>
<methodSignature>finish(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, GuzzleHttp\Handler\CurlFactoryInterface $factory): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>finish(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, GuzzleHttp\Handler\CurlFactoryInterface $factory): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>invokeStats</methodName>
<methodSignature>invokeStats(GuzzleHttp\Handler\EasyHandle $easy): void</methodSignature>
<fullMethod>invokeStats(GuzzleHttp\Handler\EasyHandle $easy): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>finishError</methodName>
<methodSignature>finishError(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, GuzzleHttp\Handler\CurlFactoryInterface $factory): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>finishError(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, GuzzleHttp\Handler\CurlFactoryInterface $factory): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>createRejection</methodName>
<methodSignature>createRejection(GuzzleHttp\Handler\EasyHandle $easy, array $ctx): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>createRejection(GuzzleHttp\Handler\EasyHandle $easy, array $ctx): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>getDefaultConf</methodName>
<methodSignature>getDefaultConf(GuzzleHttp\Handler\EasyHandle $easy): array</methodSignature>
<fullMethod>getDefaultConf(GuzzleHttp\Handler\EasyHandle $easy): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>applyMethod</methodName>
<methodSignature>applyMethod(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</methodSignature>
<fullMethod>applyMethod(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>applyBody</methodName>
<methodSignature>applyBody(Psr\Http\Message\RequestInterface $request, array $options, array $conf): void</methodSignature>
<fullMethod>applyBody(Psr\Http\Message\RequestInterface $request, array $options, array $conf): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>applyHeaders</methodName>
<methodSignature>applyHeaders(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</methodSignature>
<fullMethod>applyHeaders(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>removeHeader</methodName>
<methodSignature>removeHeader(string $name, array $options): void</methodSignature>
<fullMethod>removeHeader(string $name, array $options): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>applyHandlerOptions</methodName>
<methodSignature>applyHandlerOptions(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</methodSignature>
<fullMethod>applyHandlerOptions(GuzzleHttp\Handler\EasyHandle $easy, array $conf): void</fullMethod>
<crap>1482</crap>
<complexity>38</complexity>
<coverage>0</coverage>
<crapLoad>39</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>retryFailedRewind</methodName>
<methodSignature>retryFailedRewind(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, array $ctx): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>retryFailedRewind(callable $handler, GuzzleHttp\Handler\EasyHandle $easy, array $ctx): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlFactory</className>
<methodName>createHeaderFn</methodName>
<methodSignature>createHeaderFn(GuzzleHttp\Handler\EasyHandle $easy): callable</methodSignature>
<fullMethod>createHeaderFn(GuzzleHttp\Handler\EasyHandle $easy): callable</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlHandler</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>__get</methodName>
<methodSignature>__get($name)</methodSignature>
<fullMethod>__get($name)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>tick</methodName>
<methodSignature>tick(): void</methodSignature>
<fullMethod>tick(): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>execute</methodName>
<methodSignature>execute(): void</methodSignature>
<fullMethod>execute(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>addRequest</methodName>
<methodSignature>addRequest(array $entry): void</methodSignature>
<fullMethod>addRequest(array $entry): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>cancel</methodName>
<methodSignature>cancel($id): bool</methodSignature>
<fullMethod>cancel($id): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>processMessages</methodName>
<methodSignature>processMessages(): void</methodSignature>
<fullMethod>processMessages(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\CurlMultiHandler</className>
<methodName>timeToNext</methodName>
<methodSignature>timeToNext(): int</methodSignature>
<fullMethod>timeToNext(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\EasyHandle</className>
<methodName>createResponse</methodName>
<methodSignature>createResponse(): void</methodSignature>
<fullMethod>createResponse(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\EasyHandle</className>
<methodName>__get</methodName>
<methodSignature>__get($name)</methodSignature>
<fullMethod>__get($name)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\HeaderProcessor</className>
<methodName>parseHeaders</methodName>
<methodSignature>parseHeaders(array $headers): array</methodSignature>
<fullMethod>parseHeaders(array $headers): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>createWithMiddleware</methodName>
<methodSignature>createWithMiddleware(array $queue, callable $onFulfilled, callable $onRejected): GuzzleHttp\HandlerStack</methodSignature>
<fullMethod>createWithMiddleware(array $queue, callable $onFulfilled, callable $onRejected): GuzzleHttp\HandlerStack</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $queue, callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>__construct(array $queue, callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>272</crap>
<complexity>16</complexity>
<coverage>0</coverage>
<crapLoad>17</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>append</methodName>
<methodSignature>append($values): void</methodSignature>
<fullMethod>append($values): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>getLastRequest</methodName>
<methodSignature>getLastRequest(): ?Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>getLastRequest(): ?Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>getLastOptions</methodName>
<methodSignature>getLastOptions(): array</methodSignature>
<fullMethod>getLastOptions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>reset</methodName>
<methodSignature>reset(): void</methodSignature>
<fullMethod>reset(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\MockHandler</className>
<methodName>invokeStats</methodName>
<methodSignature>invokeStats(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response, $reason): void</methodSignature>
<fullMethod>invokeStats(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response, $reason): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\Proxy</className>
<methodName>wrapSync</methodName>
<methodSignature>wrapSync(callable $default, callable $sync): callable</methodSignature>
<fullMethod>wrapSync(callable $default, callable $sync): callable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\Proxy</className>
<methodName>wrapStreaming</methodName>
<methodSignature>wrapStreaming(callable $default, callable $streaming): callable</methodSignature>
<fullMethod>wrapStreaming(callable $default, callable $streaming): callable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>invokeStats</methodName>
<methodSignature>invokeStats(array $options, Psr\Http\Message\RequestInterface $request, ?float $startTime, Psr\Http\Message\ResponseInterface $response, Throwable $error): void</methodSignature>
<fullMethod>invokeStats(array $options, Psr\Http\Message\RequestInterface $request, ?float $startTime, Psr\Http\Message\ResponseInterface $response, Throwable $error): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>createResponse</methodName>
<methodSignature>createResponse(Psr\Http\Message\RequestInterface $request, array $options, $stream, ?float $startTime): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>createResponse(Psr\Http\Message\RequestInterface $request, array $options, $stream, ?float $startTime): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>createSink</methodName>
<methodSignature>createSink(Psr\Http\Message\StreamInterface $stream, array $options): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createSink(Psr\Http\Message\StreamInterface $stream, array $options): Psr\Http\Message\StreamInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>checkDecode</methodName>
<methodSignature>checkDecode(array $options, array $headers, $stream): array</methodSignature>
<fullMethod>checkDecode(array $options, array $headers, $stream): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>drain</methodName>
<methodSignature>drain(Psr\Http\Message\StreamInterface $source, Psr\Http\Message\StreamInterface $sink, string $contentLength): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>drain(Psr\Http\Message\StreamInterface $source, Psr\Http\Message\StreamInterface $sink, string $contentLength): Psr\Http\Message\StreamInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>createResource</methodName>
<methodSignature>createResource(callable $callback)</methodSignature>
<fullMethod>createResource(callable $callback)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>createStream</methodName>
<methodSignature>createStream(Psr\Http\Message\RequestInterface $request, array $options)</methodSignature>
<fullMethod>createStream(Psr\Http\Message\RequestInterface $request, array $options)</fullMethod>
<crap>306</crap>
<complexity>17</complexity>
<coverage>0</coverage>
<crapLoad>18</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>resolveHost</methodName>
<methodSignature>resolveHost(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>resolveHost(Psr\Http\Message\RequestInterface $request, array $options): Psr\Http\Message\UriInterface</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>getDefaultContext</methodName>
<methodSignature>getDefaultContext(Psr\Http\Message\RequestInterface $request): array</methodSignature>
<fullMethod>getDefaultContext(Psr\Http\Message\RequestInterface $request): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_proxy</methodName>
<methodSignature>add_proxy(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_proxy(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>parse_proxy</methodName>
<methodSignature>parse_proxy(string $url): array</methodSignature>
<fullMethod>parse_proxy(string $url): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_timeout</methodName>
<methodSignature>add_timeout(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_timeout(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_verify</methodName>
<methodSignature>add_verify(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_verify(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_cert</methodName>
<methodSignature>add_cert(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_cert(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_progress</methodName>
<methodSignature>add_progress(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_progress(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>add_debug</methodName>
<methodSignature>add_debug(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</methodSignature>
<fullMethod>add_debug(Psr\Http\Message\RequestInterface $request, array $options, $value, array $params): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>addNotification</methodName>
<methodSignature>addNotification(array $params, callable $notify): void</methodSignature>
<fullMethod>addNotification(array $params, callable $notify): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Handler</package>
<className>GuzzleHttp\Handler\StreamHandler</className>
<methodName>callArray</methodName>
<methodSignature>callArray(array $functions): callable</methodSignature>
<fullMethod>callArray(array $functions): callable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\MessageFormatter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $template)</methodSignature>
<fullMethod>__construct(?string $template)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\MessageFormatter</className>
<methodName>format</methodName>
<methodSignature>format(Psr\Http\Message\RequestInterface $request, ?Psr\Http\Message\ResponseInterface $response, ?Throwable $error): string</methodSignature>
<fullMethod>format(Psr\Http\Message\RequestInterface $request, ?Psr\Http\Message\ResponseInterface $response, ?Throwable $error): string</fullMethod>
<crap>1260</crap>
<complexity>35</complexity>
<coverage>0</coverage>
<crapLoad>36</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\MessageFormatter</className>
<methodName>headers</methodName>
<methodSignature>headers(Psr\Http\Message\MessageInterface $message): string</methodSignature>
<fullMethod>headers(Psr\Http\Message\MessageInterface $message): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>cookies</methodName>
<methodSignature>cookies(): callable</methodSignature>
<fullMethod>cookies(): callable</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>httpErrors</methodName>
<methodSignature>httpErrors(GuzzleHttp\BodySummarizerInterface $bodySummarizer): callable</methodSignature>
<fullMethod>httpErrors(GuzzleHttp\BodySummarizerInterface $bodySummarizer): callable</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>history</methodName>
<methodSignature>history($container): callable</methodSignature>
<fullMethod>history($container): callable</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>tap</methodName>
<methodSignature>tap(callable $before, callable $after): callable</methodSignature>
<fullMethod>tap(callable $before, callable $after): callable</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>redirect</methodName>
<methodSignature>redirect(): callable</methodSignature>
<fullMethod>redirect(): callable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>retry</methodName>
<methodSignature>retry(callable $decider, callable $delay): callable</methodSignature>
<fullMethod>retry(callable $decider, callable $delay): callable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>log</methodName>
<methodSignature>log(Psr\Log\LoggerInterface $logger, $formatter, string $logLevel): callable</methodSignature>
<fullMethod>log(Psr\Log\LoggerInterface $logger, $formatter, string $logLevel): callable</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>prepareBody</methodName>
<methodSignature>prepareBody(): callable</methodSignature>
<fullMethod>prepareBody(): callable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>mapRequest</methodName>
<methodSignature>mapRequest(callable $fn): callable</methodSignature>
<fullMethod>mapRequest(callable $fn): callable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Middleware</className>
<methodName>mapResponse</methodName>
<methodSignature>mapResponse(callable $fn): callable</methodSignature>
<fullMethod>mapResponse(callable $fn): callable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Pool</className>
<methodName>__construct</methodName>
<methodSignature>__construct(GuzzleHttp\ClientInterface $client, $requests, array $config)</methodSignature>
<fullMethod>__construct(GuzzleHttp\ClientInterface $client, $requests, array $config)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Pool</className>
<methodName>promise</methodName>
<methodSignature>promise(): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>promise(): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Pool</className>
<methodName>batch</methodName>
<methodSignature>batch(GuzzleHttp\ClientInterface $client, $requests, array $options): array</methodSignature>
<fullMethod>batch(GuzzleHttp\ClientInterface $client, $requests, array $options): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Pool</className>
<methodName>cmpCallback</methodName>
<methodSignature>cmpCallback(array $options, string $name, array $results): void</methodSignature>
<fullMethod>cmpCallback(array $options, string $name, array $results): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\PrepareBodyMiddleware</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $nextHandler)</methodSignature>
<fullMethod>__construct(callable $nextHandler)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\PrepareBodyMiddleware</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\PrepareBodyMiddleware</className>
<methodName>addExpectHeader</methodName>
<methodSignature>addExpectHeader(Psr\Http\Message\RequestInterface $request, array $options, array $modify): void</methodSignature>
<fullMethod>addExpectHeader(Psr\Http\Message\RequestInterface $request, array $options, array $modify): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $nextHandler)</methodSignature>
<fullMethod>__construct(callable $nextHandler)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>checkRedirect</methodName>
<methodSignature>checkRedirect(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response)</methodSignature>
<fullMethod>checkRedirect(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>withTracking</methodName>
<methodSignature>withTracking(GuzzleHttp\Promise\PromiseInterface $promise, string $uri, int $statusCode): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>withTracking(GuzzleHttp\Promise\PromiseInterface $promise, string $uri, int $statusCode): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>guardMax</methodName>
<methodSignature>guardMax(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, array $options): void</methodSignature>
<fullMethod>guardMax(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, array $options): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>modifyRequest</methodName>
<methodSignature>modifyRequest(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>modifyRequest(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response): Psr\Http\Message\RequestInterface</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RedirectMiddleware</className>
<methodName>redirectUri</methodName>
<methodSignature>redirectUri(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, array $protocols): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>redirectUri(Psr\Http\Message\RequestInterface $request, Psr\Http\Message\ResponseInterface $response, array $protocols): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $decider, callable $nextHandler, callable $delay)</methodSignature>
<fullMethod>__construct(callable $decider, callable $nextHandler, callable $delay)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>exponentialDelay</methodName>
<methodSignature>exponentialDelay(int $retries): int</methodSignature>
<fullMethod>exponentialDelay(int $retries): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>__invoke(Psr\Http\Message\RequestInterface $request, array $options): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>onFulfilled</methodName>
<methodSignature>onFulfilled(Psr\Http\Message\RequestInterface $request, array $options): callable</methodSignature>
<fullMethod>onFulfilled(Psr\Http\Message\RequestInterface $request, array $options): callable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>onRejected</methodName>
<methodSignature>onRejected(Psr\Http\Message\RequestInterface $req, array $options): callable</methodSignature>
<fullMethod>onRejected(Psr\Http\Message\RequestInterface $req, array $options): callable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\RetryMiddleware</className>
<methodName>doRetry</methodName>
<methodSignature>doRetry(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response): GuzzleHttp\Promise\PromiseInterface</methodSignature>
<fullMethod>doRetry(Psr\Http\Message\RequestInterface $request, array $options, Psr\Http\Message\ResponseInterface $response): GuzzleHttp\Promise\PromiseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\RequestInterface $request, ?Psr\Http\Message\ResponseInterface $response, ?float $transferTime, $handlerErrorData, array $handlerStats)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\RequestInterface $request, ?Psr\Http\Message\ResponseInterface $response, ?float $transferTime, $handlerErrorData, array $handlerStats)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getRequest</methodName>
<methodSignature>getRequest(): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>getRequest(): Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getResponse</methodName>
<methodSignature>getResponse(): ?Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>getResponse(): ?Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>hasResponse</methodName>
<methodSignature>hasResponse(): bool</methodSignature>
<fullMethod>hasResponse(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getHandlerErrorData</methodName>
<methodSignature>getHandlerErrorData()</methodSignature>
<fullMethod>getHandlerErrorData()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getEffectiveUri</methodName>
<methodSignature>getEffectiveUri(): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>getEffectiveUri(): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getTransferTime</methodName>
<methodSignature>getTransferTime(): ?float</methodSignature>
<fullMethod>getTransferTime(): ?float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getHandlerStats</methodName>
<methodSignature>getHandlerStats(): array</methodSignature>
<fullMethod>getHandlerStats(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\TransferStats</className>
<methodName>getHandlerStat</methodName>
<methodSignature>getHandlerStat(string $stat)</methodSignature>
<fullMethod>getHandlerStat(string $stat)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>describeType</methodName>
<methodSignature>describeType($input): string</methodSignature>
<fullMethod>describeType($input): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>headersFromLines</methodName>
<methodSignature>headersFromLines(iterable $lines): array</methodSignature>
<fullMethod>headersFromLines(iterable $lines): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>debugResource</methodName>
<methodSignature>debugResource($value)</methodSignature>
<fullMethod>debugResource($value)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>chooseHandler</methodName>
<methodSignature>chooseHandler(): callable</methodSignature>
<fullMethod>chooseHandler(): callable</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>defaultUserAgent</methodName>
<methodSignature>defaultUserAgent(): string</methodSignature>
<fullMethod>defaultUserAgent(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>defaultCaBundle</methodName>
<methodSignature>defaultCaBundle(): string</methodSignature>
<fullMethod>defaultCaBundle(): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>normalizeHeaderKeys</methodName>
<methodSignature>normalizeHeaderKeys(array $headers): array</methodSignature>
<fullMethod>normalizeHeaderKeys(array $headers): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>isHostInNoProxy</methodName>
<methodSignature>isHostInNoProxy(string $host, array $noProxyArray): bool</methodSignature>
<fullMethod>isHostInNoProxy(string $host, array $noProxyArray): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>jsonDecode</methodName>
<methodSignature>jsonDecode(string $json, bool $assoc, int $depth, int $options)</methodSignature>
<fullMethod>jsonDecode(string $json, bool $assoc, int $depth, int $options)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>jsonEncode</methodName>
<methodSignature>jsonEncode($value, int $options, int $depth): string</methodSignature>
<fullMethod>jsonEncode($value, int $options, int $depth): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>currentTime</methodName>
<methodSignature>currentTime(): float</methodSignature>
<fullMethod>currentTime(): float</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>idnUriConvert</methodName>
<methodSignature>idnUriConvert(Psr\Http\Message\UriInterface $uri, int $options): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>idnUriConvert(Psr\Http\Message\UriInterface $uri, int $options): Psr\Http\Message\UriInterface</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>getenv</methodName>
<methodSignature>getenv(string $name): ?string</methodSignature>
<fullMethod>getenv(string $name): ?string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp</package>
<className>GuzzleHttp\Utils</className>
<methodName>idnToAsci</methodName>
<methodSignature>idnToAsci(string $domain, int $options, ?array $info)</methodSignature>
<fullMethod>idnToAsci(string $domain, int $options, ?array $info)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\AggregateException</className>
<methodName>__construct</methodName>
<methodSignature>__construct($msg, array $reasons)</methodSignature>
<fullMethod>__construct($msg, array $reasons)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $generatorFn)</methodSignature>
<fullMethod>__construct(callable $generatorFn)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>of</methodName>
<methodSignature>of(callable $generatorFn)</methodSignature>
<fullMethod>of(callable $generatorFn)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>then</methodName>
<methodSignature>then(callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>then(callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>otherwise</methodName>
<methodSignature>otherwise(callable $onRejected)</methodSignature>
<fullMethod>otherwise(callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>wait</methodName>
<methodSignature>wait($unwrap)</methodSignature>
<fullMethod>wait($unwrap)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>getState</methodName>
<methodSignature>getState()</methodSignature>
<fullMethod>getState()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>resolve</methodName>
<methodSignature>resolve($value)</methodSignature>
<fullMethod>resolve($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>reject</methodName>
<methodSignature>reject($reason)</methodSignature>
<fullMethod>reject($reason)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>cancel</methodName>
<methodSignature>cancel()</methodSignature>
<fullMethod>cancel()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>nextCoroutine</methodName>
<methodSignature>nextCoroutine($yielded)</methodSignature>
<fullMethod>nextCoroutine($yielded)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>_handleSuccess</methodName>
<methodSignature>_handleSuccess($value)</methodSignature>
<fullMethod>_handleSuccess($value)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Coroutine</className>
<methodName>_handleFailure</methodName>
<methodSignature>_handleFailure($reason)</methodSignature>
<fullMethod>_handleFailure($reason)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Create</className>
<methodName>promiseFor</methodName>
<methodSignature>promiseFor($value)</methodSignature>
<fullMethod>promiseFor($value)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Create</className>
<methodName>rejectionFor</methodName>
<methodSignature>rejectionFor($reason)</methodSignature>
<fullMethod>rejectionFor($reason)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Create</className>
<methodName>exceptionFor</methodName>
<methodSignature>exceptionFor($reason)</methodSignature>
<fullMethod>exceptionFor($reason)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Create</className>
<methodName>iterFor</methodName>
<methodSignature>iterFor($value)</methodSignature>
<fullMethod>iterFor($value)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Each</className>
<methodName>of</methodName>
<methodSignature>of($iterable, callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>of($iterable, callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Each</className>
<methodName>ofLimit</methodName>
<methodSignature>ofLimit($iterable, $concurrency, callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>ofLimit($iterable, $concurrency, callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Each</className>
<methodName>ofLimitAll</methodName>
<methodSignature>ofLimitAll($iterable, $concurrency, callable $onFulfilled)</methodSignature>
<fullMethod>ofLimitAll($iterable, $concurrency, callable $onFulfilled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>__construct</methodName>
<methodSignature>__construct($iterable, array $config)</methodSignature>
<fullMethod>__construct($iterable, array $config)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>promise</methodName>
<methodSignature>promise()</methodSignature>
<fullMethod>promise()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>createPromise</methodName>
<methodSignature>createPromise()</methodSignature>
<fullMethod>createPromise()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>refillPending</methodName>
<methodSignature>refillPending()</methodSignature>
<fullMethod>refillPending()</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>addPending</methodName>
<methodSignature>addPending()</methodSignature>
<fullMethod>addPending()</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>advanceIterator</methodName>
<methodSignature>advanceIterator()</methodSignature>
<fullMethod>advanceIterator()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>step</methodName>
<methodSignature>step($idx)</methodSignature>
<fullMethod>step($idx)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\EachPromise</className>
<methodName>checkIfFinished</methodName>
<methodSignature>checkIfFinished()</methodSignature>
<fullMethod>checkIfFinished()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>__construct</methodName>
<methodSignature>__construct($value)</methodSignature>
<fullMethod>__construct($value)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>then</methodName>
<methodSignature>then(callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>then(callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>otherwise</methodName>
<methodSignature>otherwise(callable $onRejected)</methodSignature>
<fullMethod>otherwise(callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>wait</methodName>
<methodSignature>wait($unwrap, $defaultDelivery)</methodSignature>
<fullMethod>wait($unwrap, $defaultDelivery)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>getState</methodName>
<methodSignature>getState()</methodSignature>
<fullMethod>getState()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>resolve</methodName>
<methodSignature>resolve($value)</methodSignature>
<fullMethod>resolve($value)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>reject</methodName>
<methodSignature>reject($reason)</methodSignature>
<fullMethod>reject($reason)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\FulfilledPromise</className>
<methodName>cancel</methodName>
<methodSignature>cancel()</methodSignature>
<fullMethod>cancel()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Is</className>
<methodName>pending</methodName>
<methodSignature>pending(GuzzleHttp\Promise\PromiseInterface $promise)</methodSignature>
<fullMethod>pending(GuzzleHttp\Promise\PromiseInterface $promise)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Is</className>
<methodName>settled</methodName>
<methodSignature>settled(GuzzleHttp\Promise\PromiseInterface $promise)</methodSignature>
<fullMethod>settled(GuzzleHttp\Promise\PromiseInterface $promise)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Is</className>
<methodName>fulfilled</methodName>
<methodSignature>fulfilled(GuzzleHttp\Promise\PromiseInterface $promise)</methodSignature>
<fullMethod>fulfilled(GuzzleHttp\Promise\PromiseInterface $promise)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Is</className>
<methodName>rejected</methodName>
<methodSignature>rejected(GuzzleHttp\Promise\PromiseInterface $promise)</methodSignature>
<fullMethod>rejected(GuzzleHttp\Promise\PromiseInterface $promise)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $waitFn, callable $cancelFn)</methodSignature>
<fullMethod>__construct(callable $waitFn, callable $cancelFn)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>then</methodName>
<methodSignature>then(callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>then(callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>otherwise</methodName>
<methodSignature>otherwise(callable $onRejected)</methodSignature>
<fullMethod>otherwise(callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>wait</methodName>
<methodSignature>wait($unwrap)</methodSignature>
<fullMethod>wait($unwrap)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>getState</methodName>
<methodSignature>getState()</methodSignature>
<fullMethod>getState()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>cancel</methodName>
<methodSignature>cancel()</methodSignature>
<fullMethod>cancel()</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>resolve</methodName>
<methodSignature>resolve($value)</methodSignature>
<fullMethod>resolve($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>reject</methodName>
<methodSignature>reject($reason)</methodSignature>
<fullMethod>reject($reason)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>settle</methodName>
<methodSignature>settle($state, $value)</methodSignature>
<fullMethod>settle($state, $value)</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>callHandler</methodName>
<methodSignature>callHandler($index, $value, array $handler)</methodSignature>
<fullMethod>callHandler($index, $value, array $handler)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>waitIfPending</methodName>
<methodSignature>waitIfPending()</methodSignature>
<fullMethod>waitIfPending()</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>invokeWaitFn</methodName>
<methodSignature>invokeWaitFn()</methodSignature>
<fullMethod>invokeWaitFn()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Promise</className>
<methodName>invokeWaitList</methodName>
<methodSignature>invokeWaitList()</methodSignature>
<fullMethod>invokeWaitList()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>__construct</methodName>
<methodSignature>__construct($reason)</methodSignature>
<fullMethod>__construct($reason)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>then</methodName>
<methodSignature>then(callable $onFulfilled, callable $onRejected)</methodSignature>
<fullMethod>then(callable $onFulfilled, callable $onRejected)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>otherwise</methodName>
<methodSignature>otherwise(callable $onRejected)</methodSignature>
<fullMethod>otherwise(callable $onRejected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>wait</methodName>
<methodSignature>wait($unwrap, $defaultDelivery)</methodSignature>
<fullMethod>wait($unwrap, $defaultDelivery)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>getState</methodName>
<methodSignature>getState()</methodSignature>
<fullMethod>getState()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>resolve</methodName>
<methodSignature>resolve($value)</methodSignature>
<fullMethod>resolve($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>reject</methodName>
<methodSignature>reject($reason)</methodSignature>
<fullMethod>reject($reason)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectedPromise</className>
<methodName>cancel</methodName>
<methodSignature>cancel()</methodSignature>
<fullMethod>cancel()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectionException</className>
<methodName>__construct</methodName>
<methodSignature>__construct($reason, $description)</methodSignature>
<fullMethod>__construct($reason, $description)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\RejectionException</className>
<methodName>getReason</methodName>
<methodSignature>getReason()</methodSignature>
<fullMethod>getReason()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\TaskQueue</className>
<methodName>__construct</methodName>
<methodSignature>__construct($withShutdown)</methodSignature>
<fullMethod>__construct($withShutdown)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\TaskQueue</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty()</methodSignature>
<fullMethod>isEmpty()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\TaskQueue</className>
<methodName>add</methodName>
<methodSignature>add(callable $task)</methodSignature>
<fullMethod>add(callable $task)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\TaskQueue</className>
<methodName>run</methodName>
<methodSignature>run()</methodSignature>
<fullMethod>run()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\TaskQueue</className>
<methodName>disableShutdown</methodName>
<methodSignature>disableShutdown()</methodSignature>
<fullMethod>disableShutdown()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>queue</methodName>
<methodSignature>queue(GuzzleHttp\Promise\TaskQueueInterface $assign)</methodSignature>
<fullMethod>queue(GuzzleHttp\Promise\TaskQueueInterface $assign)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>task</methodName>
<methodSignature>task(callable $task)</methodSignature>
<fullMethod>task(callable $task)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>inspect</methodName>
<methodSignature>inspect(GuzzleHttp\Promise\PromiseInterface $promise)</methodSignature>
<fullMethod>inspect(GuzzleHttp\Promise\PromiseInterface $promise)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>inspectAll</methodName>
<methodSignature>inspectAll($promises)</methodSignature>
<fullMethod>inspectAll($promises)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>unwrap</methodName>
<methodSignature>unwrap($promises)</methodSignature>
<fullMethod>unwrap($promises)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>all</methodName>
<methodSignature>all($promises, $recursive)</methodSignature>
<fullMethod>all($promises, $recursive)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>some</methodName>
<methodSignature>some($count, $promises)</methodSignature>
<fullMethod>some($count, $promises)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>any</methodName>
<methodSignature>any($promises)</methodSignature>
<fullMethod>any($promises)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Promise</package>
<className>GuzzleHttp\Promise\Utils</className>
<methodName>settle</methodName>
<methodSignature>settle($promises)</methodSignature>
<fullMethod>settle($promises)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $streams)</methodSignature>
<fullMethod>__construct(array $streams)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>addStream</methodName>
<methodSignature>addStream(Psr\Http\Message\StreamInterface $stream): void</methodSignature>
<fullMethod>addStream(Psr\Http\Message\StreamInterface $stream): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\AppendStream</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $hwm)</methodSignature>
<fullMethod>__construct(int $hwm)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\BufferStream</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\StreamInterface $stream, Psr\Http\Message\StreamInterface $target)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\StreamInterface $stream, Psr\Http\Message\StreamInterface $target)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\CachingStream</className>
<methodName>cacheEntireStream</methodName>
<methodSignature>cacheEntireStream(): int</methodSignature>
<fullMethod>cacheEntireStream(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\DroppingStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\StreamInterface $stream, int $maxLength)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\StreamInterface $stream, int $maxLength)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\DroppingStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $methods)</methodSignature>
<fullMethod>__construct(array $methods)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>__get</methodName>
<methodSignature>__get(string $name): void</methodSignature>
<fullMethod>__get(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>__wakeup</methodName>
<methodSignature>__wakeup(): void</methodSignature>
<fullMethod>__wakeup(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>decorate</methodName>
<methodSignature>decorate(Psr\Http\Message\StreamInterface $stream, array $methods)</methodSignature>
<fullMethod>decorate(Psr\Http\Message\StreamInterface $stream, array $methods)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\FnStream</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Header</className>
<methodName>parse</methodName>
<methodSignature>parse($header): array</methodSignature>
<fullMethod>parse($header): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Header</className>
<methodName>normalize</methodName>
<methodSignature>normalize($header): array</methodSignature>
<fullMethod>normalize($header): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Header</className>
<methodName>splitList</methodName>
<methodSignature>splitList($values): array</methodSignature>
<fullMethod>splitList($values): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createUploadedFile</methodName>
<methodSignature>createUploadedFile(Psr\Http\Message\StreamInterface $stream, int $size, int $error, string $clientFilename, string $clientMediaType): Psr\Http\Message\UploadedFileInterface</methodSignature>
<fullMethod>createUploadedFile(Psr\Http\Message\StreamInterface $stream, int $size, int $error, string $clientFilename, string $clientMediaType): Psr\Http\Message\UploadedFileInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createStream</methodName>
<methodSignature>createStream(string $content): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStream(string $content): Psr\Http\Message\StreamInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createStreamFromFile</methodName>
<methodSignature>createStreamFromFile(string $file, string $mode): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStreamFromFile(string $file, string $mode): Psr\Http\Message\StreamInterface</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createStreamFromResource</methodName>
<methodSignature>createStreamFromResource($resource): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStreamFromResource($resource): Psr\Http\Message\StreamInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createServerRequest</methodName>
<methodSignature>createServerRequest(string $method, $uri, array $serverParams): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>createServerRequest(string $method, $uri, array $serverParams): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createResponse</methodName>
<methodSignature>createResponse(int $code, string $reasonPhrase): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>createResponse(int $code, string $reasonPhrase): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createRequest</methodName>
<methodSignature>createRequest(string $method, $uri): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>createRequest(string $method, $uri): Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\HttpFactory</className>
<methodName>createUri</methodName>
<methodSignature>createUri(string $uri): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>createUri(string $uri): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\InflateStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\StreamInterface $stream)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\StreamInterface $stream)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LazyOpenStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $filename, string $mode)</methodSignature>
<fullMethod>__construct(string $filename, string $mode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LazyOpenStream</className>
<methodName>createStream</methodName>
<methodSignature>createStream(): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStream(): Psr\Http\Message\StreamInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\StreamInterface $stream, int $limit, int $offset)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\StreamInterface $stream, int $limit, int $offset)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>setOffset</methodName>
<methodSignature>setOffset(int $offset): void</methodSignature>
<fullMethod>setOffset(int $offset): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>setLimit</methodName>
<methodSignature>setLimit(int $limit): void</methodSignature>
<fullMethod>setLimit(int $limit): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\LimitStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>toString</methodName>
<methodSignature>toString(Psr\Http\Message\MessageInterface $message): string</methodSignature>
<fullMethod>toString(Psr\Http\Message\MessageInterface $message): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>bodySummary</methodName>
<methodSignature>bodySummary(Psr\Http\Message\MessageInterface $message, int $truncateAt): ?string</methodSignature>
<fullMethod>bodySummary(Psr\Http\Message\MessageInterface $message, int $truncateAt): ?string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>rewindBody</methodName>
<methodSignature>rewindBody(Psr\Http\Message\MessageInterface $message): void</methodSignature>
<fullMethod>rewindBody(Psr\Http\Message\MessageInterface $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>parseMessage</methodName>
<methodSignature>parseMessage(string $message): array</methodSignature>
<fullMethod>parseMessage(string $message): array</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>parseRequestUri</methodName>
<methodSignature>parseRequestUri(string $path, array $headers): string</methodSignature>
<fullMethod>parseRequestUri(string $path, array $headers): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>parseRequest</methodName>
<methodSignature>parseRequest(string $message): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>parseRequest(string $message): Psr\Http\Message\RequestInterface</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Message</className>
<methodName>parseResponse</methodName>
<methodSignature>parseResponse(string $message): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>parseResponse(string $message): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>getProtocolVersion</methodName>
<methodSignature>getProtocolVersion(): string</methodSignature>
<fullMethod>getProtocolVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>withProtocolVersion</methodName>
<methodSignature>withProtocolVersion($version): Psr\Http\Message\MessageInterface</methodSignature>
<fullMethod>withProtocolVersion($version): Psr\Http\Message\MessageInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>getHeaders</methodName>
<methodSignature>getHeaders(): array</methodSignature>
<fullMethod>getHeaders(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>hasHeader</methodName>
<methodSignature>hasHeader($header): bool</methodSignature>
<fullMethod>hasHeader($header): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>getHeader</methodName>
<methodSignature>getHeader($header): array</methodSignature>
<fullMethod>getHeader($header): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>getHeaderLine</methodName>
<methodSignature>getHeaderLine($header): string</methodSignature>
<fullMethod>getHeaderLine($header): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>withHeader</methodName>
<methodSignature>withHeader($header, $value): Psr\Http\Message\MessageInterface</methodSignature>
<fullMethod>withHeader($header, $value): Psr\Http\Message\MessageInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>withAddedHeader</methodName>
<methodSignature>withAddedHeader($header, $value): Psr\Http\Message\MessageInterface</methodSignature>
<fullMethod>withAddedHeader($header, $value): Psr\Http\Message\MessageInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>withoutHeader</methodName>
<methodSignature>withoutHeader($header): Psr\Http\Message\MessageInterface</methodSignature>
<fullMethod>withoutHeader($header): Psr\Http\Message\MessageInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>getBody</methodName>
<methodSignature>getBody(): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>getBody(): Psr\Http\Message\StreamInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>withBody</methodName>
<methodSignature>withBody(Psr\Http\Message\StreamInterface $body): Psr\Http\Message\MessageInterface</methodSignature>
<fullMethod>withBody(Psr\Http\Message\StreamInterface $body): Psr\Http\Message\MessageInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>setHeaders</methodName>
<methodSignature>setHeaders(array $headers): void</methodSignature>
<fullMethod>setHeaders(array $headers): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>normalizeHeaderValue</methodName>
<methodSignature>normalizeHeaderValue($value): array</methodSignature>
<fullMethod>normalizeHeaderValue($value): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>trimAndValidateHeaderValues</methodName>
<methodSignature>trimAndValidateHeaderValues(array $values): array</methodSignature>
<fullMethod>trimAndValidateHeaderValues(array $values): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>assertHeader</methodName>
<methodSignature>assertHeader($header): void</methodSignature>
<fullMethod>assertHeader($header): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MessageTrait</className>
<methodName>assertValue</methodName>
<methodSignature>assertValue(string $value): void</methodSignature>
<fullMethod>assertValue(string $value): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MimeType</className>
<methodName>fromFilename</methodName>
<methodSignature>fromFilename(string $filename): ?string</methodSignature>
<fullMethod>fromFilename(string $filename): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MimeType</className>
<methodName>fromExtension</methodName>
<methodSignature>fromExtension(string $extension): ?string</methodSignature>
<fullMethod>fromExtension(string $extension): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $elements, string $boundary)</methodSignature>
<fullMethod>__construct(array $elements, string $boundary)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>getBoundary</methodName>
<methodSignature>getBoundary(): string</methodSignature>
<fullMethod>getBoundary(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>getHeaders</methodName>
<methodSignature>getHeaders(array $headers): string</methodSignature>
<fullMethod>getHeaders(array $headers): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>createStream</methodName>
<methodSignature>createStream(array $elements): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStream(array $elements): Psr\Http\Message\StreamInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>addElement</methodName>
<methodSignature>addElement(GuzzleHttp\Psr7\AppendStream $stream, array $element): void</methodSignature>
<fullMethod>addElement(GuzzleHttp\Psr7\AppendStream $stream, array $element): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>createElement</methodName>
<methodSignature>createElement(string $name, Psr\Http\Message\StreamInterface $stream, ?string $filename, array $headers): array</methodSignature>
<fullMethod>createElement(string $name, Psr\Http\Message\StreamInterface $stream, ?string $filename, array $headers): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\MultipartStream</className>
<methodName>getHeader</methodName>
<methodSignature>getHeader(array $headers, string $key)</methodSignature>
<fullMethod>getHeader(array $headers, string $key)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\NoSeekStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\NoSeekStream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $source, array $options)</methodSignature>
<fullMethod>__construct(callable $source, array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\PumpStream</className>
<methodName>pump</methodName>
<methodSignature>pump(int $length): void</methodSignature>
<fullMethod>pump(int $length): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Query</className>
<methodName>parse</methodName>
<methodSignature>parse(string $str, $urlEncoding): array</methodSignature>
<fullMethod>parse(string $str, $urlEncoding): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Query</className>
<methodName>build</methodName>
<methodSignature>build(array $params, $encoding): string</methodSignature>
<fullMethod>build(array $params, $encoding): string</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $method, $uri, array $headers, $body, string $version)</methodSignature>
<fullMethod>__construct(string $method, $uri, array $headers, $body, string $version)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>getRequestTarget</methodName>
<methodSignature>getRequestTarget(): string</methodSignature>
<fullMethod>getRequestTarget(): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>withRequestTarget</methodName>
<methodSignature>withRequestTarget($requestTarget): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>withRequestTarget($requestTarget): Psr\Http\Message\RequestInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>getMethod</methodName>
<methodSignature>getMethod(): string</methodSignature>
<fullMethod>getMethod(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>withMethod</methodName>
<methodSignature>withMethod($method): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>withMethod($method): Psr\Http\Message\RequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>getUri</methodName>
<methodSignature>getUri(): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>getUri(): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>withUri</methodName>
<methodSignature>withUri(Psr\Http\Message\UriInterface $uri, $preserveHost): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>withUri(Psr\Http\Message\UriInterface $uri, $preserveHost): Psr\Http\Message\RequestInterface</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>updateHostFromUri</methodName>
<methodSignature>updateHostFromUri(): void</methodSignature>
<fullMethod>updateHostFromUri(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Request</className>
<methodName>assertMethod</methodName>
<methodSignature>assertMethod($method): void</methodSignature>
<fullMethod>assertMethod($method): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $status, array $headers, $body, string $version, string $reason)</methodSignature>
<fullMethod>__construct(int $status, array $headers, $body, string $version, string $reason)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>getStatusCode</methodName>
<methodSignature>getStatusCode(): int</methodSignature>
<fullMethod>getStatusCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>getReasonPhrase</methodName>
<methodSignature>getReasonPhrase(): string</methodSignature>
<fullMethod>getReasonPhrase(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>withStatus</methodName>
<methodSignature>withStatus($code, $reasonPhrase): Psr\Http\Message\ResponseInterface</methodSignature>
<fullMethod>withStatus($code, $reasonPhrase): Psr\Http\Message\ResponseInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>assertStatusCodeIsInteger</methodName>
<methodSignature>assertStatusCodeIsInteger($statusCode): void</methodSignature>
<fullMethod>assertStatusCodeIsInteger($statusCode): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Response</className>
<methodName>assertStatusCodeRange</methodName>
<methodSignature>assertStatusCodeRange(int $statusCode): void</methodSignature>
<fullMethod>assertStatusCodeRange(int $statusCode): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $method, $uri, array $headers, $body, string $version, array $serverParams)</methodSignature>
<fullMethod>__construct(string $method, $uri, array $headers, $body, string $version, array $serverParams)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>normalizeFiles</methodName>
<methodSignature>normalizeFiles(array $files): array</methodSignature>
<fullMethod>normalizeFiles(array $files): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>createUploadedFileFromSpec</methodName>
<methodSignature>createUploadedFileFromSpec(array $value)</methodSignature>
<fullMethod>createUploadedFileFromSpec(array $value)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>normalizeNestedFileSpec</methodName>
<methodSignature>normalizeNestedFileSpec(array $files): array</methodSignature>
<fullMethod>normalizeNestedFileSpec(array $files): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>fromGlobals</methodName>
<methodSignature>fromGlobals(): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>fromGlobals(): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>extractHostAndPortFromAuthority</methodName>
<methodSignature>extractHostAndPortFromAuthority(string $authority): array</methodSignature>
<fullMethod>extractHostAndPortFromAuthority(string $authority): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getUriFromGlobals</methodName>
<methodSignature>getUriFromGlobals(): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>getUriFromGlobals(): Psr\Http\Message\UriInterface</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getServerParams</methodName>
<methodSignature>getServerParams(): array</methodSignature>
<fullMethod>getServerParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getUploadedFiles</methodName>
<methodSignature>getUploadedFiles(): array</methodSignature>
<fullMethod>getUploadedFiles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withUploadedFiles</methodName>
<methodSignature>withUploadedFiles(array $uploadedFiles): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withUploadedFiles(array $uploadedFiles): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getCookieParams</methodName>
<methodSignature>getCookieParams(): array</methodSignature>
<fullMethod>getCookieParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withCookieParams</methodName>
<methodSignature>withCookieParams(array $cookies): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withCookieParams(array $cookies): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getQueryParams</methodName>
<methodSignature>getQueryParams(): array</methodSignature>
<fullMethod>getQueryParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withQueryParams</methodName>
<methodSignature>withQueryParams(array $query): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withQueryParams(array $query): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getParsedBody</methodName>
<methodSignature>getParsedBody()</methodSignature>
<fullMethod>getParsedBody()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withParsedBody</methodName>
<methodSignature>withParsedBody($data): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withParsedBody($data): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getAttributes</methodName>
<methodSignature>getAttributes(): array</methodSignature>
<fullMethod>getAttributes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>getAttribute</methodName>
<methodSignature>getAttribute($attribute, $default)</methodSignature>
<fullMethod>getAttribute($attribute, $default)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withAttribute</methodName>
<methodSignature>withAttribute($attribute, $value): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withAttribute($attribute, $value): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\ServerRequest</className>
<methodName>withoutAttribute</methodName>
<methodSignature>withoutAttribute($attribute): Psr\Http\Message\ServerRequestInterface</methodSignature>
<fullMethod>withoutAttribute($attribute): Psr\Http\Message\ServerRequestInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>__construct</methodName>
<methodSignature>__construct($stream, array $options)</methodSignature>
<fullMethod>__construct($stream, array $options)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Stream</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Psr\Http\Message\StreamInterface $stream)</methodSignature>
<fullMethod>__construct(Psr\Http\Message\StreamInterface $stream)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>__get</methodName>
<methodSignature>__get(string $name)</methodSignature>
<fullMethod>__get(string $name)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>getContents</methodName>
<methodSignature>getContents(): string</methodSignature>
<fullMethod>getContents(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>__call</methodName>
<methodSignature>__call(string $method, array $args)</methodSignature>
<fullMethod>__call(string $method, array $args)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>close</methodName>
<methodSignature>close(): void</methodSignature>
<fullMethod>close(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>getMetadata</methodName>
<methodSignature>getMetadata($key)</methodSignature>
<fullMethod>getMetadata($key)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>detach</methodName>
<methodSignature>detach()</methodSignature>
<fullMethod>detach()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>eof</methodName>
<methodSignature>eof(): bool</methodSignature>
<fullMethod>eof(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>tell</methodName>
<methodSignature>tell(): int</methodSignature>
<fullMethod>tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): bool</methodSignature>
<fullMethod>isReadable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): bool</methodSignature>
<fullMethod>isWritable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>isSeekable</methodName>
<methodSignature>isSeekable(): bool</methodSignature>
<fullMethod>isSeekable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>seek</methodName>
<methodSignature>seek($offset, $whence): void</methodSignature>
<fullMethod>seek($offset, $whence): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>read</methodName>
<methodSignature>read($length): string</methodSignature>
<fullMethod>read($length): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>write</methodName>
<methodSignature>write($string): int</methodSignature>
<fullMethod>write($string): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamDecoratorTrait</className>
<methodName>createStream</methodName>
<methodSignature>createStream(): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>createStream(): Psr\Http\Message\StreamInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>getResource</methodName>
<methodSignature>getResource(Psr\Http\Message\StreamInterface $stream)</methodSignature>
<fullMethod>getResource(Psr\Http\Message\StreamInterface $stream)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>createStreamContext</methodName>
<methodSignature>createStreamContext(Psr\Http\Message\StreamInterface $stream)</methodSignature>
<fullMethod>createStreamContext(Psr\Http\Message\StreamInterface $stream)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>register</methodName>
<methodSignature>register(): void</methodSignature>
<fullMethod>register(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_open</methodName>
<methodSignature>stream_open(string $path, string $mode, int $options, string $opened_path): bool</methodSignature>
<fullMethod>stream_open(string $path, string $mode, int $options, string $opened_path): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_read</methodName>
<methodSignature>stream_read(int $count): string</methodSignature>
<fullMethod>stream_read(int $count): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_write</methodName>
<methodSignature>stream_write(string $data): int</methodSignature>
<fullMethod>stream_write(string $data): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_tell</methodName>
<methodSignature>stream_tell(): int</methodSignature>
<fullMethod>stream_tell(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_eof</methodName>
<methodSignature>stream_eof(): bool</methodSignature>
<fullMethod>stream_eof(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_seek</methodName>
<methodSignature>stream_seek(int $offset, int $whence): bool</methodSignature>
<fullMethod>stream_seek(int $offset, int $whence): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_cast</methodName>
<methodSignature>stream_cast(int $cast_as)</methodSignature>
<fullMethod>stream_cast(int $cast_as)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>stream_stat</methodName>
<methodSignature>stream_stat(): array</methodSignature>
<fullMethod>stream_stat(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\StreamWrapper</className>
<methodName>url_stat</methodName>
<methodSignature>url_stat(string $path, int $flags): array</methodSignature>
<fullMethod>url_stat(string $path, int $flags): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>__construct</methodName>
<methodSignature>__construct($streamOrFile, ?int $size, int $errorStatus, string $clientFilename, string $clientMediaType)</methodSignature>
<fullMethod>__construct($streamOrFile, ?int $size, int $errorStatus, string $clientFilename, string $clientMediaType)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>setStreamOrFile</methodName>
<methodSignature>setStreamOrFile($streamOrFile): void</methodSignature>
<fullMethod>setStreamOrFile($streamOrFile): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>setError</methodName>
<methodSignature>setError(int $error): void</methodSignature>
<fullMethod>setError(int $error): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>isStringNotEmpty</methodName>
<methodSignature>isStringNotEmpty($param): bool</methodSignature>
<fullMethod>isStringNotEmpty($param): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>isOk</methodName>
<methodSignature>isOk(): bool</methodSignature>
<fullMethod>isOk(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>isMoved</methodName>
<methodSignature>isMoved(): bool</methodSignature>
<fullMethod>isMoved(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>validateActive</methodName>
<methodSignature>validateActive(): void</methodSignature>
<fullMethod>validateActive(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>getStream</methodName>
<methodSignature>getStream(): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>getStream(): Psr\Http\Message\StreamInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>moveTo</methodName>
<methodSignature>moveTo($targetPath): void</methodSignature>
<fullMethod>moveTo($targetPath): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>getSize</methodName>
<methodSignature>getSize(): ?int</methodSignature>
<fullMethod>getSize(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>getError</methodName>
<methodSignature>getError(): int</methodSignature>
<fullMethod>getError(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>getClientFilename</methodName>
<methodSignature>getClientFilename(): ?string</methodSignature>
<fullMethod>getClientFilename(): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UploadedFile</className>
<methodName>getClientMediaType</methodName>
<methodSignature>getClientMediaType(): ?string</methodSignature>
<fullMethod>getClientMediaType(): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $uri)</methodSignature>
<fullMethod>__construct(string $uri)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>parse</methodName>
<methodSignature>parse(string $url)</methodSignature>
<fullMethod>parse(string $url)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>composeComponents</methodName>
<methodSignature>composeComponents(?string $scheme, ?string $authority, string $path, ?string $query, ?string $fragment): string</methodSignature>
<fullMethod>composeComponents(?string $scheme, ?string $authority, string $path, ?string $query, ?string $fragment): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isDefaultPort</methodName>
<methodSignature>isDefaultPort(Psr\Http\Message\UriInterface $uri): bool</methodSignature>
<fullMethod>isDefaultPort(Psr\Http\Message\UriInterface $uri): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isAbsolute</methodName>
<methodSignature>isAbsolute(Psr\Http\Message\UriInterface $uri): bool</methodSignature>
<fullMethod>isAbsolute(Psr\Http\Message\UriInterface $uri): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isNetworkPathReference</methodName>
<methodSignature>isNetworkPathReference(Psr\Http\Message\UriInterface $uri): bool</methodSignature>
<fullMethod>isNetworkPathReference(Psr\Http\Message\UriInterface $uri): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isAbsolutePathReference</methodName>
<methodSignature>isAbsolutePathReference(Psr\Http\Message\UriInterface $uri): bool</methodSignature>
<fullMethod>isAbsolutePathReference(Psr\Http\Message\UriInterface $uri): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isRelativePathReference</methodName>
<methodSignature>isRelativePathReference(Psr\Http\Message\UriInterface $uri): bool</methodSignature>
<fullMethod>isRelativePathReference(Psr\Http\Message\UriInterface $uri): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>isSameDocumentReference</methodName>
<methodSignature>isSameDocumentReference(Psr\Http\Message\UriInterface $uri, Psr\Http\Message\UriInterface $base): bool</methodSignature>
<fullMethod>isSameDocumentReference(Psr\Http\Message\UriInterface $uri, Psr\Http\Message\UriInterface $base): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withoutQueryValue</methodName>
<methodSignature>withoutQueryValue(Psr\Http\Message\UriInterface $uri, string $key): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withoutQueryValue(Psr\Http\Message\UriInterface $uri, string $key): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withQueryValue</methodName>
<methodSignature>withQueryValue(Psr\Http\Message\UriInterface $uri, string $key, ?string $value): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withQueryValue(Psr\Http\Message\UriInterface $uri, string $key, ?string $value): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withQueryValues</methodName>
<methodSignature>withQueryValues(Psr\Http\Message\UriInterface $uri, array $keyValueArray): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withQueryValues(Psr\Http\Message\UriInterface $uri, array $keyValueArray): Psr\Http\Message\UriInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>fromParts</methodName>
<methodSignature>fromParts(array $parts): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>fromParts(array $parts): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getScheme</methodName>
<methodSignature>getScheme(): string</methodSignature>
<fullMethod>getScheme(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getAuthority</methodName>
<methodSignature>getAuthority(): string</methodSignature>
<fullMethod>getAuthority(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getUserInfo</methodName>
<methodSignature>getUserInfo(): string</methodSignature>
<fullMethod>getUserInfo(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getHost</methodName>
<methodSignature>getHost(): string</methodSignature>
<fullMethod>getHost(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getPort</methodName>
<methodSignature>getPort(): ?int</methodSignature>
<fullMethod>getPort(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getPath</methodName>
<methodSignature>getPath(): string</methodSignature>
<fullMethod>getPath(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getQuery</methodName>
<methodSignature>getQuery(): string</methodSignature>
<fullMethod>getQuery(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getFragment</methodName>
<methodSignature>getFragment(): string</methodSignature>
<fullMethod>getFragment(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withScheme</methodName>
<methodSignature>withScheme($scheme): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withScheme($scheme): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withUserInfo</methodName>
<methodSignature>withUserInfo($user, $password): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withUserInfo($user, $password): Psr\Http\Message\UriInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withHost</methodName>
<methodSignature>withHost($host): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withHost($host): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withPort</methodName>
<methodSignature>withPort($port): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withPort($port): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withPath</methodName>
<methodSignature>withPath($path): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withPath($path): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withQuery</methodName>
<methodSignature>withQuery($query): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withQuery($query): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>withFragment</methodName>
<methodSignature>withFragment($fragment): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>withFragment($fragment): Psr\Http\Message\UriInterface</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>jsonSerialize</methodName>
<methodSignature>jsonSerialize(): string</methodSignature>
<fullMethod>jsonSerialize(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>applyParts</methodName>
<methodSignature>applyParts(array $parts): void</methodSignature>
<fullMethod>applyParts(array $parts): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterScheme</methodName>
<methodSignature>filterScheme($scheme): string</methodSignature>
<fullMethod>filterScheme($scheme): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterUserInfoComponent</methodName>
<methodSignature>filterUserInfoComponent($component): string</methodSignature>
<fullMethod>filterUserInfoComponent($component): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterHost</methodName>
<methodSignature>filterHost($host): string</methodSignature>
<fullMethod>filterHost($host): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterPort</methodName>
<methodSignature>filterPort($port): ?int</methodSignature>
<fullMethod>filterPort($port): ?int</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>getFilteredQueryString</methodName>
<methodSignature>getFilteredQueryString(Psr\Http\Message\UriInterface $uri, array $keys): array</methodSignature>
<fullMethod>getFilteredQueryString(Psr\Http\Message\UriInterface $uri, array $keys): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>generateQueryString</methodName>
<methodSignature>generateQueryString(string $key, ?string $value): string</methodSignature>
<fullMethod>generateQueryString(string $key, ?string $value): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>removeDefaultPort</methodName>
<methodSignature>removeDefaultPort(): void</methodSignature>
<fullMethod>removeDefaultPort(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterPath</methodName>
<methodSignature>filterPath($path): string</methodSignature>
<fullMethod>filterPath($path): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>filterQueryAndFragment</methodName>
<methodSignature>filterQueryAndFragment($str): string</methodSignature>
<fullMethod>filterQueryAndFragment($str): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>rawurlencodeMatchZero</methodName>
<methodSignature>rawurlencodeMatchZero(array $match): string</methodSignature>
<fullMethod>rawurlencodeMatchZero(array $match): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Uri</className>
<methodName>validateState</methodName>
<methodSignature>validateState(): void</methodSignature>
<fullMethod>validateState(): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriComparator</className>
<methodName>isCrossOrigin</methodName>
<methodSignature>isCrossOrigin(Psr\Http\Message\UriInterface $original, Psr\Http\Message\UriInterface $modified): bool</methodSignature>
<fullMethod>isCrossOrigin(Psr\Http\Message\UriInterface $original, Psr\Http\Message\UriInterface $modified): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriComparator</className>
<methodName>computePort</methodName>
<methodSignature>computePort(Psr\Http\Message\UriInterface $uri): int</methodSignature>
<fullMethod>computePort(Psr\Http\Message\UriInterface $uri): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriComparator</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriNormalizer</className>
<methodName>normalize</methodName>
<methodSignature>normalize(Psr\Http\Message\UriInterface $uri, int $flags): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>normalize(Psr\Http\Message\UriInterface $uri, int $flags): Psr\Http\Message\UriInterface</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriNormalizer</className>
<methodName>isEquivalent</methodName>
<methodSignature>isEquivalent(Psr\Http\Message\UriInterface $uri1, Psr\Http\Message\UriInterface $uri2, int $normalizations): bool</methodSignature>
<fullMethod>isEquivalent(Psr\Http\Message\UriInterface $uri1, Psr\Http\Message\UriInterface $uri2, int $normalizations): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriNormalizer</className>
<methodName>capitalizePercentEncoding</methodName>
<methodSignature>capitalizePercentEncoding(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>capitalizePercentEncoding(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriNormalizer</className>
<methodName>decodeUnreservedCharacters</methodName>
<methodSignature>decodeUnreservedCharacters(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>decodeUnreservedCharacters(Psr\Http\Message\UriInterface $uri): Psr\Http\Message\UriInterface</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriNormalizer</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriResolver</className>
<methodName>removeDotSegments</methodName>
<methodSignature>removeDotSegments(string $path): string</methodSignature>
<fullMethod>removeDotSegments(string $path): string</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriResolver</className>
<methodName>resolve</methodName>
<methodSignature>resolve(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $rel): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>resolve(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $rel): Psr\Http\Message\UriInterface</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriResolver</className>
<methodName>relativize</methodName>
<methodSignature>relativize(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $target): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>relativize(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $target): Psr\Http\Message\UriInterface</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriResolver</className>
<methodName>getRelativePath</methodName>
<methodSignature>getRelativePath(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $target): string</methodSignature>
<fullMethod>getRelativePath(Psr\Http\Message\UriInterface $base, Psr\Http\Message\UriInterface $target): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\UriResolver</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>caselessRemove</methodName>
<methodSignature>caselessRemove(array $keys, array $data): array</methodSignature>
<fullMethod>caselessRemove(array $keys, array $data): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>copyToStream</methodName>
<methodSignature>copyToStream(Psr\Http\Message\StreamInterface $source, Psr\Http\Message\StreamInterface $dest, int $maxLen): void</methodSignature>
<fullMethod>copyToStream(Psr\Http\Message\StreamInterface $source, Psr\Http\Message\StreamInterface $dest, int $maxLen): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>copyToString</methodName>
<methodSignature>copyToString(Psr\Http\Message\StreamInterface $stream, int $maxLen): string</methodSignature>
<fullMethod>copyToString(Psr\Http\Message\StreamInterface $stream, int $maxLen): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>hash</methodName>
<methodSignature>hash(Psr\Http\Message\StreamInterface $stream, string $algo, bool $rawOutput): string</methodSignature>
<fullMethod>hash(Psr\Http\Message\StreamInterface $stream, string $algo, bool $rawOutput): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>modifyRequest</methodName>
<methodSignature>modifyRequest(Psr\Http\Message\RequestInterface $request, array $changes): Psr\Http\Message\RequestInterface</methodSignature>
<fullMethod>modifyRequest(Psr\Http\Message\RequestInterface $request, array $changes): Psr\Http\Message\RequestInterface</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>readLine</methodName>
<methodSignature>readLine(Psr\Http\Message\StreamInterface $stream, ?int $maxLength): string</methodSignature>
<fullMethod>readLine(Psr\Http\Message\StreamInterface $stream, ?int $maxLength): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>streamFor</methodName>
<methodSignature>streamFor($resource, array $options): Psr\Http\Message\StreamInterface</methodSignature>
<fullMethod>streamFor($resource, array $options): Psr\Http\Message\StreamInterface</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>tryFopen</methodName>
<methodSignature>tryFopen(string $filename, string $mode)</methodSignature>
<fullMethod>tryFopen(string $filename, string $mode)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>tryGetContents</methodName>
<methodSignature>tryGetContents($stream): string</methodSignature>
<fullMethod>tryGetContents($stream): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>GuzzleHttp\Psr7</package>
<className>GuzzleHttp\Psr7\Utils</className>
<methodName>uriFor</methodName>
<methodSignature>uriFor($uri): Psr\Http\Message\UriInterface</methodSignature>
<fullMethod>uriFor($uri): Psr\Http\Message\UriInterface</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>__construct</methodName>
<methodSignature>__construct($useCloneMethod)</methodSignature>
<fullMethod>__construct($useCloneMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>skipUncloneable</methodName>
<methodSignature>skipUncloneable($skipUncloneable)</methodSignature>
<fullMethod>skipUncloneable($skipUncloneable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>copy</methodName>
<methodSignature>copy($object)</methodSignature>
<fullMethod>copy($object)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>addFilter</methodName>
<methodSignature>addFilter(DeepCopy\Filter\Filter $filter, DeepCopy\Matcher\Matcher $matcher)</methodSignature>
<fullMethod>addFilter(DeepCopy\Filter\Filter $filter, DeepCopy\Matcher\Matcher $matcher)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>prependFilter</methodName>
<methodSignature>prependFilter(DeepCopy\Filter\Filter $filter, DeepCopy\Matcher\Matcher $matcher)</methodSignature>
<fullMethod>prependFilter(DeepCopy\Filter\Filter $filter, DeepCopy\Matcher\Matcher $matcher)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>addTypeFilter</methodName>
<methodSignature>addTypeFilter(DeepCopy\TypeFilter\TypeFilter $filter, DeepCopy\TypeMatcher\TypeMatcher $matcher)</methodSignature>
<fullMethod>addTypeFilter(DeepCopy\TypeFilter\TypeFilter $filter, DeepCopy\TypeMatcher\TypeMatcher $matcher)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>recursiveCopy</methodName>
<methodSignature>recursiveCopy($var)</methodSignature>
<fullMethod>recursiveCopy($var)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>copyArray</methodName>
<methodSignature>copyArray(array $array)</methodSignature>
<fullMethod>copyArray(array $array)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>copyObject</methodName>
<methodSignature>copyObject($object)</methodSignature>
<fullMethod>copyObject($object)</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>copyObjectProperty</methodName>
<methodSignature>copyObjectProperty($object, ReflectionProperty $property)</methodSignature>
<fullMethod>copyObjectProperty($object, ReflectionProperty $property)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>getFirstMatchedTypeFilter</methodName>
<methodSignature>getFirstMatchedTypeFilter(array $filterRecords, $var)</methodSignature>
<fullMethod>getFirstMatchedTypeFilter(array $filterRecords, $var)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy</package>
<className>DeepCopy\DeepCopy</className>
<methodName>first</methodName>
<methodSignature>first(array $elements, callable $predicate)</methodSignature>
<fullMethod>first(array $elements, callable $predicate)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\ChainableFilter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DeepCopy\Filter\Filter $filter)</methodSignature>
<fullMethod>__construct(DeepCopy\Filter\Filter $filter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\ChainableFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter\Doctrine</package>
<className>DeepCopy\Filter\Doctrine\DoctrineCollectionFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter\Doctrine</package>
<className>DeepCopy\Filter\Doctrine\DoctrineEmptyCollectionFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter\Doctrine</package>
<className>DeepCopy\Filter\Doctrine\DoctrineProxyFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\KeepFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\ReplaceFilter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $callable)</methodSignature>
<fullMethod>__construct(callable $callable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\ReplaceFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Filter</package>
<className>DeepCopy\Filter\SetNullFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($object, $property, $objectCopier)</methodSignature>
<fullMethod>apply($object, $property, $objectCopier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher\Doctrine</package>
<className>DeepCopy\Matcher\Doctrine\DoctrineProxyMatcher</className>
<methodName>matches</methodName>
<methodSignature>matches($object, $property)</methodSignature>
<fullMethod>matches($object, $property)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyMatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct($class, $property)</methodSignature>
<fullMethod>__construct($class, $property)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyMatcher</className>
<methodName>matches</methodName>
<methodSignature>matches($object, $property)</methodSignature>
<fullMethod>matches($object, $property)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyNameMatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct($property)</methodSignature>
<fullMethod>__construct($property)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyNameMatcher</className>
<methodName>matches</methodName>
<methodSignature>matches($object, $property)</methodSignature>
<fullMethod>matches($object, $property)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyTypeMatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct($propertyType)</methodSignature>
<fullMethod>__construct($propertyType)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Matcher</package>
<className>DeepCopy\Matcher\PropertyTypeMatcher</className>
<methodName>matches</methodName>
<methodSignature>matches($object, $property)</methodSignature>
<fullMethod>matches($object, $property)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Reflection</package>
<className>DeepCopy\Reflection\ReflectionHelper</className>
<methodName>getProperties</methodName>
<methodSignature>getProperties(ReflectionClass $ref)</methodSignature>
<fullMethod>getProperties(ReflectionClass $ref)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\Reflection</package>
<className>DeepCopy\Reflection\ReflectionHelper</className>
<methodName>getProperty</methodName>
<methodSignature>getProperty($object, $name)</methodSignature>
<fullMethod>getProperty($object, $name)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Date</package>
<className>DeepCopy\TypeFilter\Date\DateIntervalFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($element)</methodSignature>
<fullMethod>apply($element)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter</package>
<className>DeepCopy\TypeFilter\ReplaceFilter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $callable)</methodSignature>
<fullMethod>__construct(callable $callable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter</package>
<className>DeepCopy\TypeFilter\ReplaceFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($element)</methodSignature>
<fullMethod>apply($element)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter</package>
<className>DeepCopy\TypeFilter\ShallowCopyFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($element)</methodSignature>
<fullMethod>apply($element)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Spl</package>
<className>DeepCopy\TypeFilter\Spl\ArrayObjectFilter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DeepCopy\DeepCopy $copier)</methodSignature>
<fullMethod>__construct(DeepCopy\DeepCopy $copier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Spl</package>
<className>DeepCopy\TypeFilter\Spl\ArrayObjectFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($arrayObject)</methodSignature>
<fullMethod>apply($arrayObject)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Spl</package>
<className>DeepCopy\TypeFilter\Spl\SplDoublyLinkedListFilter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DeepCopy\DeepCopy $copier)</methodSignature>
<fullMethod>__construct(DeepCopy\DeepCopy $copier)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Spl</package>
<className>DeepCopy\TypeFilter\Spl\SplDoublyLinkedListFilter</className>
<methodName>apply</methodName>
<methodSignature>apply($element)</methodSignature>
<fullMethod>apply($element)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeFilter\Spl</package>
<className>DeepCopy\TypeFilter\Spl\SplDoublyLinkedListFilter</className>
<methodName>createCopyClosure</methodName>
<methodSignature>createCopyClosure()</methodSignature>
<fullMethod>createCopyClosure()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeMatcher</package>
<className>DeepCopy\TypeMatcher\TypeMatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct($type)</methodSignature>
<fullMethod>__construct($type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>DeepCopy\TypeMatcher</package>
<className>DeepCopy\TypeMatcher\TypeMatcher</className>
<methodName>matches</methodName>
<methodSignature>matches($element)</methodSignature>
<fullMethod>matches($element)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>attribute</methodName>
<methodSignature>attribute($name, array $args): PhpParser\Node\Attribute</methodSignature>
<fullMethod>attribute($name, array $args): PhpParser\Node\Attribute</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>namespace</methodName>
<methodSignature>namespace($name): PhpParser\Builder\Namespace_</methodSignature>
<fullMethod>namespace($name): PhpParser\Builder\Namespace_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>class</methodName>
<methodSignature>class(string $name): PhpParser\Builder\Class_</methodSignature>
<fullMethod>class(string $name): PhpParser\Builder\Class_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>interface</methodName>
<methodSignature>interface(string $name): PhpParser\Builder\Interface_</methodSignature>
<fullMethod>interface(string $name): PhpParser\Builder\Interface_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>trait</methodName>
<methodSignature>trait(string $name): PhpParser\Builder\Trait_</methodSignature>
<fullMethod>trait(string $name): PhpParser\Builder\Trait_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>enum</methodName>
<methodSignature>enum(string $name): PhpParser\Builder\Enum_</methodSignature>
<fullMethod>enum(string $name): PhpParser\Builder\Enum_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>useTrait</methodName>
<methodSignature>useTrait($traits): PhpParser\Builder\TraitUse</methodSignature>
<fullMethod>useTrait($traits): PhpParser\Builder\TraitUse</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>traitUseAdaptation</methodName>
<methodSignature>traitUseAdaptation($trait, $method): PhpParser\Builder\TraitUseAdaptation</methodSignature>
<fullMethod>traitUseAdaptation($trait, $method): PhpParser\Builder\TraitUseAdaptation</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>method</methodName>
<methodSignature>method(string $name): PhpParser\Builder\Method</methodSignature>
<fullMethod>method(string $name): PhpParser\Builder\Method</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>param</methodName>
<methodSignature>param(string $name): PhpParser\Builder\Param</methodSignature>
<fullMethod>param(string $name): PhpParser\Builder\Param</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>property</methodName>
<methodSignature>property(string $name): PhpParser\Builder\Property</methodSignature>
<fullMethod>property(string $name): PhpParser\Builder\Property</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>function</methodName>
<methodSignature>function(string $name): PhpParser\Builder\Function_</methodSignature>
<fullMethod>function(string $name): PhpParser\Builder\Function_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>use</methodName>
<methodSignature>use($name): PhpParser\Builder\Use_</methodSignature>
<fullMethod>use($name): PhpParser\Builder\Use_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>useFunction</methodName>
<methodSignature>useFunction($name): PhpParser\Builder\Use_</methodSignature>
<fullMethod>useFunction($name): PhpParser\Builder\Use_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>useConst</methodName>
<methodSignature>useConst($name): PhpParser\Builder\Use_</methodSignature>
<fullMethod>useConst($name): PhpParser\Builder\Use_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>classConst</methodName>
<methodSignature>classConst($name, $value): PhpParser\Builder\ClassConst</methodSignature>
<fullMethod>classConst($name, $value): PhpParser\Builder\ClassConst</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>enumCase</methodName>
<methodSignature>enumCase($name): PhpParser\Builder\EnumCase</methodSignature>
<fullMethod>enumCase($name): PhpParser\Builder\EnumCase</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>val</methodName>
<methodSignature>val($value): PhpParser\Node\Expr</methodSignature>
<fullMethod>val($value): PhpParser\Node\Expr</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>var</methodName>
<methodSignature>var($name): PhpParser\Node\Expr\Variable</methodSignature>
<fullMethod>var($name): PhpParser\Node\Expr\Variable</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>args</methodName>
<methodSignature>args(array $args): array</methodSignature>
<fullMethod>args(array $args): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>funcCall</methodName>
<methodSignature>funcCall($name, array $args): PhpParser\Node\Expr\FuncCall</methodSignature>
<fullMethod>funcCall($name, array $args): PhpParser\Node\Expr\FuncCall</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>methodCall</methodName>
<methodSignature>methodCall(PhpParser\Node\Expr $var, $name, array $args): PhpParser\Node\Expr\MethodCall</methodSignature>
<fullMethod>methodCall(PhpParser\Node\Expr $var, $name, array $args): PhpParser\Node\Expr\MethodCall</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>staticCall</methodName>
<methodSignature>staticCall($class, $name, array $args): PhpParser\Node\Expr\StaticCall</methodSignature>
<fullMethod>staticCall($class, $name, array $args): PhpParser\Node\Expr\StaticCall</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>new</methodName>
<methodSignature>new($class, array $args): PhpParser\Node\Expr\New_</methodSignature>
<fullMethod>new($class, array $args): PhpParser\Node\Expr\New_</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>constFetch</methodName>
<methodSignature>constFetch($name): PhpParser\Node\Expr\ConstFetch</methodSignature>
<fullMethod>constFetch($name): PhpParser\Node\Expr\ConstFetch</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>propertyFetch</methodName>
<methodSignature>propertyFetch(PhpParser\Node\Expr $var, $name): PhpParser\Node\Expr\PropertyFetch</methodSignature>
<fullMethod>propertyFetch(PhpParser\Node\Expr $var, $name): PhpParser\Node\Expr\PropertyFetch</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>classConstFetch</methodName>
<methodSignature>classConstFetch($class, $name): PhpParser\Node\Expr\ClassConstFetch</methodSignature>
<fullMethod>classConstFetch($class, $name): PhpParser\Node\Expr\ClassConstFetch</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>concat</methodName>
<methodSignature>concat($exprs): PhpParser\Node\Expr\BinaryOp\Concat</methodSignature>
<fullMethod>concat($exprs): PhpParser\Node\Expr\BinaryOp\Concat</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderFactory</className>
<methodName>normalizeStringExpr</methodName>
<methodSignature>normalizeStringExpr($expr): PhpParser\Node\Expr</methodSignature>
<fullMethod>normalizeStringExpr($expr): PhpParser\Node\Expr</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeNode</methodName>
<methodSignature>normalizeNode($node): PhpParser\Node</methodSignature>
<fullMethod>normalizeNode($node): PhpParser\Node</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeStmt</methodName>
<methodSignature>normalizeStmt($node): PhpParser\Node\Stmt</methodSignature>
<fullMethod>normalizeStmt($node): PhpParser\Node\Stmt</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeIdentifier</methodName>
<methodSignature>normalizeIdentifier($name): PhpParser\Node\Identifier</methodSignature>
<fullMethod>normalizeIdentifier($name): PhpParser\Node\Identifier</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeIdentifierOrExpr</methodName>
<methodSignature>normalizeIdentifierOrExpr($name)</methodSignature>
<fullMethod>normalizeIdentifierOrExpr($name)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeName</methodName>
<methodSignature>normalizeName($name): PhpParser\Node\Name</methodSignature>
<fullMethod>normalizeName($name): PhpParser\Node\Name</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeNameOrExpr</methodName>
<methodSignature>normalizeNameOrExpr($name)</methodSignature>
<fullMethod>normalizeNameOrExpr($name)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeType</methodName>
<methodSignature>normalizeType($type)</methodSignature>
<fullMethod>normalizeType($type)</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeValue</methodName>
<methodSignature>normalizeValue($value): PhpParser\Node\Expr</methodSignature>
<fullMethod>normalizeValue($value): PhpParser\Node\Expr</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeDocComment</methodName>
<methodSignature>normalizeDocComment($docComment): PhpParser\Comment\Doc</methodSignature>
<fullMethod>normalizeDocComment($docComment): PhpParser\Comment\Doc</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>normalizeAttribute</methodName>
<methodSignature>normalizeAttribute($attribute): PhpParser\Node\AttributeGroup</methodSignature>
<fullMethod>normalizeAttribute($attribute): PhpParser\Node\AttributeGroup</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>addModifier</methodName>
<methodSignature>addModifier(int $modifiers, int $modifier): int</methodSignature>
<fullMethod>addModifier(int $modifiers, int $modifier): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\BuilderHelpers</className>
<methodName>addClassModifier</methodName>
<methodSignature>addClassModifier(int $existingModifiers, int $modifierToSet): int</methodSignature>
<fullMethod>addClassModifier(int $existingModifiers, int $modifierToSet): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, $value)</methodSignature>
<fullMethod>__construct($name, $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>addConst</methodName>
<methodSignature>addConst($name, $value)</methodSignature>
<fullMethod>addConst($name, $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>makePublic</methodName>
<methodSignature>makePublic()</methodSignature>
<fullMethod>makePublic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>makeProtected</methodName>
<methodSignature>makeProtected()</methodSignature>
<fullMethod>makeProtected()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>makePrivate</methodName>
<methodSignature>makePrivate()</methodSignature>
<fullMethod>makePrivate()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>makeFinal</methodName>
<methodSignature>makeFinal()</methodSignature>
<fullMethod>makeFinal()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>setDocComment</methodName>
<methodSignature>setDocComment($docComment)</methodSignature>
<fullMethod>setDocComment($docComment)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\ClassConst</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>extend</methodName>
<methodSignature>extend($class)</methodSignature>
<fullMethod>extend($class)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>implement</methodName>
<methodSignature>implement($interfaces)</methodSignature>
<fullMethod>implement($interfaces)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>makeAbstract</methodName>
<methodSignature>makeAbstract()</methodSignature>
<fullMethod>makeAbstract()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>makeFinal</methodName>
<methodSignature>makeFinal()</methodSignature>
<fullMethod>makeFinal()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>makeReadonly</methodName>
<methodSignature>makeReadonly()</methodSignature>
<fullMethod>makeReadonly()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Class_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Declaration</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Declaration</className>
<methodName>addStmts</methodName>
<methodSignature>addStmts(array $stmts)</methodSignature>
<fullMethod>addStmts(array $stmts)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Declaration</className>
<methodName>setDocComment</methodName>
<methodSignature>setDocComment($docComment)</methodSignature>
<fullMethod>setDocComment($docComment)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\EnumCase</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name)</methodSignature>
<fullMethod>__construct($name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\EnumCase</className>
<methodName>setValue</methodName>
<methodSignature>setValue($value)</methodSignature>
<fullMethod>setValue($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\EnumCase</className>
<methodName>setDocComment</methodName>
<methodSignature>setDocComment($docComment)</methodSignature>
<fullMethod>setDocComment($docComment)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\EnumCase</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\EnumCase</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>setScalarType</methodName>
<methodSignature>setScalarType($scalarType)</methodSignature>
<fullMethod>setScalarType($scalarType)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>implement</methodName>
<methodSignature>implement($interfaces)</methodSignature>
<fullMethod>implement($interfaces)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Enum_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\FunctionLike</className>
<methodName>makeReturnByRef</methodName>
<methodSignature>makeReturnByRef()</methodSignature>
<fullMethod>makeReturnByRef()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\FunctionLike</className>
<methodName>addParam</methodName>
<methodSignature>addParam($param)</methodSignature>
<fullMethod>addParam($param)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\FunctionLike</className>
<methodName>addParams</methodName>
<methodSignature>addParams(array $params)</methodSignature>
<fullMethod>addParams(array $params)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\FunctionLike</className>
<methodName>setReturnType</methodName>
<methodSignature>setReturnType($type)</methodSignature>
<fullMethod>setReturnType($type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Function_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Function_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Function_</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Function_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Interface_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Interface_</className>
<methodName>extend</methodName>
<methodSignature>extend($interfaces)</methodSignature>
<fullMethod>extend($interfaces)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Interface_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Interface_</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Interface_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makePublic</methodName>
<methodSignature>makePublic()</methodSignature>
<fullMethod>makePublic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makeProtected</methodName>
<methodSignature>makeProtected()</methodSignature>
<fullMethod>makeProtected()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makePrivate</methodName>
<methodSignature>makePrivate()</methodSignature>
<fullMethod>makePrivate()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makeStatic</methodName>
<methodSignature>makeStatic()</methodSignature>
<fullMethod>makeStatic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makeAbstract</methodName>
<methodSignature>makeAbstract()</methodSignature>
<fullMethod>makeAbstract()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>makeFinal</methodName>
<methodSignature>makeFinal()</methodSignature>
<fullMethod>makeFinal()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Method</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Namespace_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name)</methodSignature>
<fullMethod>__construct($name)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Namespace_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Namespace_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>setDefault</methodName>
<methodSignature>setDefault($value)</methodSignature>
<fullMethod>setDefault($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>setType</methodName>
<methodSignature>setType($type)</methodSignature>
<fullMethod>setType($type)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>setTypeHint</methodName>
<methodSignature>setTypeHint($type)</methodSignature>
<fullMethod>setTypeHint($type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>makeByRef</methodName>
<methodSignature>makeByRef()</methodSignature>
<fullMethod>makeByRef()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>makeVariadic</methodName>
<methodSignature>makeVariadic()</methodSignature>
<fullMethod>makeVariadic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Param</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>makePublic</methodName>
<methodSignature>makePublic()</methodSignature>
<fullMethod>makePublic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>makeProtected</methodName>
<methodSignature>makeProtected()</methodSignature>
<fullMethod>makeProtected()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>makePrivate</methodName>
<methodSignature>makePrivate()</methodSignature>
<fullMethod>makePrivate()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>makeStatic</methodName>
<methodSignature>makeStatic()</methodSignature>
<fullMethod>makeStatic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>makeReadonly</methodName>
<methodSignature>makeReadonly()</methodSignature>
<fullMethod>makeReadonly()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>setDefault</methodName>
<methodSignature>setDefault($value)</methodSignature>
<fullMethod>setDefault($value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>setDocComment</methodName>
<methodSignature>setDocComment($docComment)</methodSignature>
<fullMethod>setDocComment($docComment)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>setType</methodName>
<methodSignature>setType($type)</methodSignature>
<fullMethod>setType($type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Property</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUse</className>
<methodName>__construct</methodName>
<methodSignature>__construct($traits)</methodSignature>
<fullMethod>__construct($traits)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUse</className>
<methodName>and</methodName>
<methodSignature>and($trait)</methodSignature>
<fullMethod>and($trait)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUse</className>
<methodName>with</methodName>
<methodSignature>with($adaptation)</methodSignature>
<fullMethod>with($adaptation)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUse</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>__construct</methodName>
<methodSignature>__construct($trait, $method)</methodSignature>
<fullMethod>__construct($trait, $method)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>as</methodName>
<methodSignature>as($alias)</methodSignature>
<fullMethod>as($alias)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>makePublic</methodName>
<methodSignature>makePublic()</methodSignature>
<fullMethod>makePublic()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>makeProtected</methodName>
<methodSignature>makeProtected()</methodSignature>
<fullMethod>makeProtected()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>makePrivate</methodName>
<methodSignature>makePrivate()</methodSignature>
<fullMethod>makePrivate()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>insteadof</methodName>
<methodSignature>insteadof($traits)</methodSignature>
<fullMethod>insteadof($traits)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>setModifier</methodName>
<methodSignature>setModifier(int $modifier)</methodSignature>
<fullMethod>setModifier(int $modifier)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\TraitUseAdaptation</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Trait_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Trait_</className>
<methodName>addStmt</methodName>
<methodSignature>addStmt($stmt)</methodSignature>
<fullMethod>addStmt($stmt)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Trait_</className>
<methodName>addAttribute</methodName>
<methodSignature>addAttribute($attribute)</methodSignature>
<fullMethod>addAttribute($attribute)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Trait_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Use_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, int $type)</methodSignature>
<fullMethod>__construct($name, int $type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Use_</className>
<methodName>as</methodName>
<methodSignature>as(string $alias)</methodSignature>
<fullMethod>as(string $alias)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Builder</package>
<className>PhpParser\Builder\Use_</className>
<methodName>getNode</methodName>
<methodSignature>getNode(): PhpParser\Node</methodSignature>
<fullMethod>getNode(): PhpParser\Node</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $text, int $startLine, int $startFilePos, int $startTokenPos, int $endLine, int $endFilePos, int $endTokenPos)</methodSignature>
<fullMethod>__construct(string $text, int $startLine, int $startFilePos, int $startTokenPos, int $endLine, int $endFilePos, int $endTokenPos)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getText</methodName>
<methodSignature>getText(): string</methodSignature>
<fullMethod>getText(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getStartLine</methodName>
<methodSignature>getStartLine(): int</methodSignature>
<fullMethod>getStartLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getStartFilePos</methodName>
<methodSignature>getStartFilePos(): int</methodSignature>
<fullMethod>getStartFilePos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getStartTokenPos</methodName>
<methodSignature>getStartTokenPos(): int</methodSignature>
<fullMethod>getStartTokenPos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getEndLine</methodName>
<methodSignature>getEndLine(): int</methodSignature>
<fullMethod>getEndLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getEndFilePos</methodName>
<methodSignature>getEndFilePos(): int</methodSignature>
<fullMethod>getEndFilePos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getEndTokenPos</methodName>
<methodSignature>getEndTokenPos(): int</methodSignature>
<fullMethod>getEndTokenPos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getLine</methodName>
<methodSignature>getLine(): int</methodSignature>
<fullMethod>getLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getFilePos</methodName>
<methodSignature>getFilePos(): int</methodSignature>
<fullMethod>getFilePos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getTokenPos</methodName>
<methodSignature>getTokenPos(): int</methodSignature>
<fullMethod>getTokenPos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getReformattedText</methodName>
<methodSignature>getReformattedText()</methodSignature>
<fullMethod>getReformattedText()</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>getShortestWhitespacePrefixLen</methodName>
<methodSignature>getShortestWhitespacePrefixLen(string $str): int</methodSignature>
<fullMethod>getShortestWhitespacePrefixLen(string $str): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Comment</className>
<methodName>jsonSerialize</methodName>
<methodSignature>jsonSerialize(): array</methodSignature>
<fullMethod>jsonSerialize(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $fallbackEvaluator)</methodSignature>
<fullMethod>__construct(callable $fallbackEvaluator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateSilently</methodName>
<methodSignature>evaluateSilently(PhpParser\Node\Expr $expr)</methodSignature>
<fullMethod>evaluateSilently(PhpParser\Node\Expr $expr)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateDirectly</methodName>
<methodSignature>evaluateDirectly(PhpParser\Node\Expr $expr)</methodSignature>
<fullMethod>evaluateDirectly(PhpParser\Node\Expr $expr)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(PhpParser\Node\Expr $expr)</methodSignature>
<fullMethod>evaluate(PhpParser\Node\Expr $expr)</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateArray</methodName>
<methodSignature>evaluateArray(PhpParser\Node\Expr\Array_ $expr)</methodSignature>
<fullMethod>evaluateArray(PhpParser\Node\Expr\Array_ $expr)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateTernary</methodName>
<methodSignature>evaluateTernary(PhpParser\Node\Expr\Ternary $expr)</methodSignature>
<fullMethod>evaluateTernary(PhpParser\Node\Expr\Ternary $expr)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateBinaryOp</methodName>
<methodSignature>evaluateBinaryOp(PhpParser\Node\Expr\BinaryOp $expr)</methodSignature>
<fullMethod>evaluateBinaryOp(PhpParser\Node\Expr\BinaryOp $expr)</fullMethod>
<crap>1190</crap>
<complexity>34</complexity>
<coverage>0</coverage>
<crapLoad>35</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ConstExprEvaluator</className>
<methodName>evaluateConstFetch</methodName>
<methodSignature>evaluateConstFetch(PhpParser\Node\Expr\ConstFetch $expr)</methodSignature>
<fullMethod>evaluateConstFetch(PhpParser\Node\Expr\ConstFetch $expr)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, $attributes)</methodSignature>
<fullMethod>__construct(string $message, $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getRawMessage</methodName>
<methodSignature>getRawMessage(): string</methodSignature>
<fullMethod>getRawMessage(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getStartLine</methodName>
<methodSignature>getStartLine(): int</methodSignature>
<fullMethod>getStartLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getEndLine</methodName>
<methodSignature>getEndLine(): int</methodSignature>
<fullMethod>getEndLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getAttributes</methodName>
<methodSignature>getAttributes(): array</methodSignature>
<fullMethod>getAttributes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>setAttributes</methodName>
<methodSignature>setAttributes(array $attributes)</methodSignature>
<fullMethod>setAttributes(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>setRawMessage</methodName>
<methodSignature>setRawMessage(string $message)</methodSignature>
<fullMethod>setRawMessage(string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>setStartLine</methodName>
<methodSignature>setStartLine(int $line)</methodSignature>
<fullMethod>setStartLine(int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>hasColumnInfo</methodName>
<methodSignature>hasColumnInfo(): bool</methodSignature>
<fullMethod>hasColumnInfo(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getStartColumn</methodName>
<methodSignature>getStartColumn(string $code): int</methodSignature>
<fullMethod>getStartColumn(string $code): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getEndColumn</methodName>
<methodSignature>getEndColumn(string $code): int</methodSignature>
<fullMethod>getEndColumn(string $code): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>getMessageWithColumnInfo</methodName>
<methodSignature>getMessageWithColumnInfo(string $code): string</methodSignature>
<fullMethod>getMessageWithColumnInfo(string $code): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>toColumn</methodName>
<methodSignature>toColumn(string $code, int $pos): int</methodSignature>
<fullMethod>toColumn(string $code, int $pos): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Error</className>
<methodName>updateMessage</methodName>
<methodSignature>updateMessage()</methodSignature>
<fullMethod>updateMessage()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\ErrorHandler</package>
<className>PhpParser\ErrorHandler\Collecting</className>
<methodName>handleError</methodName>
<methodSignature>handleError(PhpParser\Error $error)</methodSignature>
<fullMethod>handleError(PhpParser\Error $error)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\ErrorHandler</package>
<className>PhpParser\ErrorHandler\Collecting</className>
<methodName>getErrors</methodName>
<methodSignature>getErrors(): array</methodSignature>
<fullMethod>getErrors(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\ErrorHandler</package>
<className>PhpParser\ErrorHandler\Collecting</className>
<methodName>hasErrors</methodName>
<methodSignature>hasErrors(): bool</methodSignature>
<fullMethod>hasErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\ErrorHandler</package>
<className>PhpParser\ErrorHandler\Collecting</className>
<methodName>clearErrors</methodName>
<methodSignature>clearErrors()</methodSignature>
<fullMethod>clearErrors()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\ErrorHandler</package>
<className>PhpParser\ErrorHandler\Throwing</className>
<methodName>handleError</methodName>
<methodSignature>handleError(PhpParser\Error $error)</methodSignature>
<fullMethod>handleError(PhpParser\Error $error)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\DiffElem</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $type, $old, $new)</methodSignature>
<fullMethod>__construct(int $type, $old, $new)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $isEqual)</methodSignature>
<fullMethod>__construct(callable $isEqual)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>diff</methodName>
<methodSignature>diff(array $old, array $new)</methodSignature>
<fullMethod>diff(array $old, array $new)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>diffWithReplacements</methodName>
<methodSignature>diffWithReplacements(array $old, array $new)</methodSignature>
<fullMethod>diffWithReplacements(array $old, array $new)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>calculateTrace</methodName>
<methodSignature>calculateTrace(array $a, array $b)</methodSignature>
<fullMethod>calculateTrace(array $a, array $b)</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>extractDiff</methodName>
<methodSignature>extractDiff(array $trace, int $x, int $y, array $a, array $b)</methodSignature>
<fullMethod>extractDiff(array $trace, int $x, int $y, array $a, array $b)</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\Differ</className>
<methodName>coalesceReplacements</methodName>
<methodSignature>coalesceReplacements(array $diff)</methodSignature>
<fullMethod>coalesceReplacements(array $diff)</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\PrintableNewAnonClassNode</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attrGroups, array $args, PhpParser\Node\Name $extends, array $implements, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(array $attrGroups, array $args, PhpParser\Node\Name $extends, array $implements, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\PrintableNewAnonClassNode</className>
<methodName>fromNewNode</methodName>
<methodSignature>fromNewNode(PhpParser\Node\Expr\New_ $newNode)</methodSignature>
<fullMethod>fromNewNode(PhpParser\Node\Expr\New_ $newNode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\PrintableNewAnonClassNode</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\PrintableNewAnonClassNode</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $tokens)</methodSignature>
<fullMethod>__construct(array $tokens)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveParens</methodName>
<methodSignature>haveParens(int $startPos, int $endPos): bool</methodSignature>
<fullMethod>haveParens(int $startPos, int $endPos): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveBraces</methodName>
<methodSignature>haveBraces(int $startPos, int $endPos): bool</methodSignature>
<fullMethod>haveBraces(int $startPos, int $endPos): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveTokenImmediatelyBefore</methodName>
<methodSignature>haveTokenImmediatelyBefore(int $pos, $expectedTokenType): bool</methodSignature>
<fullMethod>haveTokenImmediatelyBefore(int $pos, $expectedTokenType): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveTokenImmediatelyAfter</methodName>
<methodSignature>haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool</methodSignature>
<fullMethod>haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>skipLeft</methodName>
<methodSignature>skipLeft(int $pos, $skipTokenType)</methodSignature>
<fullMethod>skipLeft(int $pos, $skipTokenType)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>skipRight</methodName>
<methodSignature>skipRight(int $pos, $skipTokenType)</methodSignature>
<fullMethod>skipRight(int $pos, $skipTokenType)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>skipLeftWhitespace</methodName>
<methodSignature>skipLeftWhitespace(int $pos)</methodSignature>
<fullMethod>skipLeftWhitespace(int $pos)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>skipRightWhitespace</methodName>
<methodSignature>skipRightWhitespace(int $pos)</methodSignature>
<fullMethod>skipRightWhitespace(int $pos)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>findRight</methodName>
<methodSignature>findRight(int $pos, $findTokenType)</methodSignature>
<fullMethod>findRight(int $pos, $findTokenType)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveTokenInRange</methodName>
<methodSignature>haveTokenInRange(int $startPos, int $endPos, $tokenType)</methodSignature>
<fullMethod>haveTokenInRange(int $startPos, int $endPos, $tokenType)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveBracesInRange</methodName>
<methodSignature>haveBracesInRange(int $startPos, int $endPos)</methodSignature>
<fullMethod>haveBracesInRange(int $startPos, int $endPos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>haveTagInRange</methodName>
<methodSignature>haveTagInRange(int $startPos, int $endPos): bool</methodSignature>
<fullMethod>haveTagInRange(int $startPos, int $endPos): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>getIndentationBefore</methodName>
<methodSignature>getIndentationBefore(int $pos): int</methodSignature>
<fullMethod>getIndentationBefore(int $pos): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>getTokenCode</methodName>
<methodSignature>getTokenCode(int $from, int $to, int $indent): string</methodSignature>
<fullMethod>getTokenCode(int $from, int $to, int $indent): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Internal</package>
<className>PhpParser\Internal\TokenStream</className>
<methodName>calcIndentMap</methodName>
<methodSignature>calcIndentMap()</methodSignature>
<fullMethod>calcIndentMap()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>decode</methodName>
<methodSignature>decode(string $json)</methodSignature>
<fullMethod>decode(string $json)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>decodeRecursive</methodName>
<methodSignature>decodeRecursive($value)</methodSignature>
<fullMethod>decodeRecursive($value)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>decodeArray</methodName>
<methodSignature>decodeArray(array $array): array</methodSignature>
<fullMethod>decodeArray(array $array): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>decodeNode</methodName>
<methodSignature>decodeNode(array $value): PhpParser\Node</methodSignature>
<fullMethod>decodeNode(array $value): PhpParser\Node</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>decodeComment</methodName>
<methodSignature>decodeComment(array $value): PhpParser\Comment</methodSignature>
<fullMethod>decodeComment(array $value): PhpParser\Comment</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>reflectionClassFromNodeType</methodName>
<methodSignature>reflectionClassFromNodeType(string $nodeType): ReflectionClass</methodSignature>
<fullMethod>reflectionClassFromNodeType(string $nodeType): ReflectionClass</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\JsonDecoder</className>
<methodName>classNameFromNodeType</methodName>
<methodSignature>classNameFromNodeType(string $nodeType): string</methodSignature>
<fullMethod>classNameFromNodeType(string $nodeType): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>startLexing</methodName>
<methodSignature>startLexing(string $code, PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>startLexing(string $code, PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>handleInvalidCharacterRange</methodName>
<methodSignature>handleInvalidCharacterRange($start, $end, $line, PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>handleInvalidCharacterRange($start, $end, $line, PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>isUnterminatedComment</methodName>
<methodSignature>isUnterminatedComment($token): bool</methodSignature>
<fullMethod>isUnterminatedComment($token): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>postprocessTokens</methodName>
<methodSignature>postprocessTokens(PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>postprocessTokens(PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>1122</crap>
<complexity>33</complexity>
<coverage>0</coverage>
<crapLoad>34</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>getNextToken</methodName>
<methodSignature>getNextToken($value, $startAttributes, $endAttributes): int</methodSignature>
<fullMethod>getNextToken($value, $startAttributes, $endAttributes): int</fullMethod>
<crap>380</crap>
<complexity>19</complexity>
<coverage>0</coverage>
<crapLoad>20</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>getTokens</methodName>
<methodSignature>getTokens(): array</methodSignature>
<fullMethod>getTokens(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>handleHaltCompiler</methodName>
<methodSignature>handleHaltCompiler(): string</methodSignature>
<fullMethod>handleHaltCompiler(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>defineCompatibilityTokens</methodName>
<methodSignature>defineCompatibilityTokens()</methodSignature>
<fullMethod>defineCompatibilityTokens()</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>createTokenMap</methodName>
<methodSignature>createTokenMap(): array</methodSignature>
<fullMethod>createTokenMap(): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\Lexer</className>
<methodName>createIdentifierTokenMap</methodName>
<methodSignature>createIdentifierTokenMap(): array</methodSignature>
<fullMethod>createIdentifierTokenMap(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>startLexing</methodName>
<methodSignature>startLexing(string $code, PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>startLexing(string $code, PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>isForwardEmulationNeeded</methodName>
<methodSignature>isForwardEmulationNeeded(string $emulatorPhpVersion): bool</methodSignature>
<fullMethod>isForwardEmulationNeeded(string $emulatorPhpVersion): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>isReverseEmulationNeeded</methodName>
<methodSignature>isReverseEmulationNeeded(string $emulatorPhpVersion): bool</methodSignature>
<fullMethod>isReverseEmulationNeeded(string $emulatorPhpVersion): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>sortPatches</methodName>
<methodSignature>sortPatches()</methodSignature>
<fullMethod>sortPatches()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>fixupTokens</methodName>
<methodSignature>fixupTokens()</methodSignature>
<fullMethod>fixupTokens()</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PhpParser\Lexer</package>
<className>PhpParser\Lexer\Emulative</className>
<methodName>fixupErrors</methodName>
<methodSignature>fixupErrors(array $errors)</methodSignature>
<fullMethod>fixupErrors(array $errors)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\AttributeEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\AttributeEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\AttributeEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\AttributeEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\AttributeEmulator</className>
<methodName>preprocessCode</methodName>
<methodSignature>preprocessCode(string $code, array $patches): string</methodSignature>
<fullMethod>preprocessCode(string $code, array $patches): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\CoaleseEqualTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\CoaleseEqualTokenEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\CoaleseEqualTokenEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\CoaleseEqualTokenEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\EnumTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\EnumTokenEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\EnumTokenEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\EnumTokenEmulator</className>
<methodName>isKeywordContext</methodName>
<methodSignature>isKeywordContext(array $tokens, int $pos): bool</methodSignature>
<fullMethod>isKeywordContext(array $tokens, int $pos): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ExplicitOctalEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ExplicitOctalEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ExplicitOctalEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ExplicitOctalEmulator</className>
<methodName>resolveIntegerOrFloatToken</methodName>
<methodSignature>resolveIntegerOrFloatToken(string $str): int</methodSignature>
<fullMethod>resolveIntegerOrFloatToken(string $str): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ExplicitOctalEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FlexibleDocStringEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FlexibleDocStringEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FlexibleDocStringEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FlexibleDocStringEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FlexibleDocStringEmulator</className>
<methodName>preprocessCode</methodName>
<methodSignature>preprocessCode(string $code, array $patches): string</methodSignature>
<fullMethod>preprocessCode(string $code, array $patches): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FnTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FnTokenEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\FnTokenEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>isKeywordContext</methodName>
<methodSignature>isKeywordContext(array $tokens, int $pos): bool</methodSignature>
<fullMethod>isKeywordContext(array $tokens, int $pos): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>getPreviousNonSpaceToken</methodName>
<methodSignature>getPreviousNonSpaceToken(array $tokens, int $start)</methodSignature>
<fullMethod>getPreviousNonSpaceToken(array $tokens, int $start)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\KeywordEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\MatchTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\MatchTokenEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\MatchTokenEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NullsafeTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NullsafeTokenEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NullsafeTokenEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NullsafeTokenEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator</className>
<methodName>resolveIntegerOrFloatToken</methodName>
<methodSignature>resolveIntegerOrFloatToken(string $str): int</methodSignature>
<fullMethod>resolveIntegerOrFloatToken(string $str): int</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\NumericLiteralSeparatorEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyFunctionTokenEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyFunctionTokenEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyFunctionTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyFunctionTokenEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyTokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyTokenEmulator</className>
<methodName>getKeywordString</methodName>
<methodSignature>getKeywordString(): string</methodSignature>
<fullMethod>getKeywordString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyTokenEmulator</className>
<methodName>getKeywordToken</methodName>
<methodSignature>getKeywordToken(): int</methodSignature>
<fullMethod>getKeywordToken(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReadonlyTokenEmulator</className>
<methodName>isKeywordContext</methodName>
<methodSignature>isKeywordContext(array $tokens, int $pos): bool</methodSignature>
<fullMethod>isKeywordContext(array $tokens, int $pos): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Lexer\TokenEmulator\TokenEmulator $emulator)</methodSignature>
<fullMethod>__construct(PhpParser\Lexer\TokenEmulator\TokenEmulator $emulator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\ReverseEmulator</className>
<methodName>preprocessCode</methodName>
<methodSignature>preprocessCode(string $code, array $patches): string</methodSignature>
<fullMethod>preprocessCode(string $code, array $patches): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\TokenEmulator</className>
<methodName>getPhpVersion</methodName>
<methodSignature>getPhpVersion(): string</methodSignature>
<fullMethod>getPhpVersion(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\TokenEmulator</className>
<methodName>isEmulationNeeded</methodName>
<methodSignature>isEmulationNeeded(string $code): bool</methodSignature>
<fullMethod>isEmulationNeeded(string $code): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\TokenEmulator</className>
<methodName>emulate</methodName>
<methodSignature>emulate(string $code, array $tokens): array</methodSignature>
<fullMethod>emulate(string $code, array $tokens): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\TokenEmulator</className>
<methodName>reverseEmulate</methodName>
<methodSignature>reverseEmulate(string $code, array $tokens): array</methodSignature>
<fullMethod>reverseEmulate(string $code, array $tokens): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Lexer\TokenEmulator</package>
<className>PhpParser\Lexer\TokenEmulator\TokenEmulator</className>
<methodName>preprocessCode</methodName>
<methodSignature>preprocessCode(string $code, array $patches): string</methodSignature>
<fullMethod>preprocessCode(string $code, array $patches): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>__construct(PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>startNamespace</methodName>
<methodSignature>startNamespace(PhpParser\Node\Name $namespace)</methodSignature>
<fullMethod>startNamespace(PhpParser\Node\Name $namespace)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>addAlias</methodName>
<methodSignature>addAlias(PhpParser\Node\Name $name, string $aliasName, int $type, array $errorAttrs)</methodSignature>
<fullMethod>addAlias(PhpParser\Node\Name $name, string $aliasName, int $type, array $errorAttrs)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getNamespace</methodName>
<methodSignature>getNamespace()</methodSignature>
<fullMethod>getNamespace()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getResolvedName</methodName>
<methodSignature>getResolvedName(PhpParser\Node\Name $name, int $type)</methodSignature>
<fullMethod>getResolvedName(PhpParser\Node\Name $name, int $type)</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getResolvedClassName</methodName>
<methodSignature>getResolvedClassName(PhpParser\Node\Name $name): PhpParser\Node\Name</methodSignature>
<fullMethod>getResolvedClassName(PhpParser\Node\Name $name): PhpParser\Node\Name</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getPossibleNames</methodName>
<methodSignature>getPossibleNames(string $name, int $type): array</methodSignature>
<fullMethod>getPossibleNames(string $name, int $type): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getShortName</methodName>
<methodSignature>getShortName(string $name, int $type): PhpParser\Node\Name</methodSignature>
<fullMethod>getShortName(string $name, int $type): PhpParser\Node\Name</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>resolveAlias</methodName>
<methodSignature>resolveAlias(PhpParser\Node\Name $name, $type)</methodSignature>
<fullMethod>resolveAlias(PhpParser\Node\Name $name, $type)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>getNamespaceRelativeName</methodName>
<methodSignature>getNamespaceRelativeName(string $name, string $lcName, int $type)</methodSignature>
<fullMethod>getNamespaceRelativeName(string $name, string $lcName, int $type)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NameContext</className>
<methodName>normalizeConstName</methodName>
<methodSignature>normalizeConstName(string $name)</methodSignature>
<fullMethod>normalizeConstName(string $name)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attributes)</methodSignature>
<fullMethod>__construct(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getLine</methodName>
<methodSignature>getLine(): int</methodSignature>
<fullMethod>getLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getStartLine</methodName>
<methodSignature>getStartLine(): int</methodSignature>
<fullMethod>getStartLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getEndLine</methodName>
<methodSignature>getEndLine(): int</methodSignature>
<fullMethod>getEndLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getStartTokenPos</methodName>
<methodSignature>getStartTokenPos(): int</methodSignature>
<fullMethod>getStartTokenPos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getEndTokenPos</methodName>
<methodSignature>getEndTokenPos(): int</methodSignature>
<fullMethod>getEndTokenPos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getStartFilePos</methodName>
<methodSignature>getStartFilePos(): int</methodSignature>
<fullMethod>getStartFilePos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getEndFilePos</methodName>
<methodSignature>getEndFilePos(): int</methodSignature>
<fullMethod>getEndFilePos(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getComments</methodName>
<methodSignature>getComments(): array</methodSignature>
<fullMethod>getComments(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getDocComment</methodName>
<methodSignature>getDocComment()</methodSignature>
<fullMethod>getDocComment()</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>setDocComment</methodName>
<methodSignature>setDocComment(PhpParser\Comment\Doc $docComment)</methodSignature>
<fullMethod>setDocComment(PhpParser\Comment\Doc $docComment)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>setAttribute</methodName>
<methodSignature>setAttribute(string $key, $value)</methodSignature>
<fullMethod>setAttribute(string $key, $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>hasAttribute</methodName>
<methodSignature>hasAttribute(string $key): bool</methodSignature>
<fullMethod>hasAttribute(string $key): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getAttribute</methodName>
<methodSignature>getAttribute(string $key, $default)</methodSignature>
<fullMethod>getAttribute(string $key, $default)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>getAttributes</methodName>
<methodSignature>getAttributes(): array</methodSignature>
<fullMethod>getAttributes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>setAttributes</methodName>
<methodSignature>setAttributes(array $attributes)</methodSignature>
<fullMethod>setAttributes(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeAbstract</className>
<methodName>jsonSerialize</methodName>
<methodSignature>jsonSerialize(): array</methodSignature>
<fullMethod>jsonSerialize(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dump</methodName>
<methodSignature>dump($node, string $code): string</methodSignature>
<fullMethod>dump($node, string $code): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dumpRecursive</methodName>
<methodSignature>dumpRecursive($node)</methodSignature>
<fullMethod>dumpRecursive($node)</fullMethod>
<crap>702</crap>
<complexity>26</complexity>
<coverage>0</coverage>
<crapLoad>27</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dumpFlags</methodName>
<methodSignature>dumpFlags($flags)</methodSignature>
<fullMethod>dumpFlags($flags)</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dumpIncludeType</methodName>
<methodSignature>dumpIncludeType($type)</methodSignature>
<fullMethod>dumpIncludeType($type)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dumpUseType</methodName>
<methodSignature>dumpUseType($type)</methodSignature>
<fullMethod>dumpUseType($type)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>dumpPosition</methodName>
<methodSignature>dumpPosition(PhpParser\Node $node)</methodSignature>
<fullMethod>dumpPosition(PhpParser\Node $node)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeDumper</className>
<methodName>toColumn</methodName>
<methodSignature>toColumn($code, $pos)</methodSignature>
<fullMethod>toColumn($code, $pos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeFinder</className>
<methodName>find</methodName>
<methodSignature>find($nodes, callable $filter): array</methodSignature>
<fullMethod>find($nodes, callable $filter): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeFinder</className>
<methodName>findInstanceOf</methodName>
<methodSignature>findInstanceOf($nodes, string $class): array</methodSignature>
<fullMethod>findInstanceOf($nodes, string $class): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeFinder</className>
<methodName>findFirst</methodName>
<methodSignature>findFirst($nodes, callable $filter)</methodSignature>
<fullMethod>findFirst($nodes, callable $filter)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeFinder</className>
<methodName>findFirstInstanceOf</methodName>
<methodSignature>findFirstInstanceOf($nodes, string $class)</methodSignature>
<fullMethod>findFirstInstanceOf($nodes, string $class)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>addVisitor</methodName>
<methodSignature>addVisitor(PhpParser\NodeVisitor $visitor)</methodSignature>
<fullMethod>addVisitor(PhpParser\NodeVisitor $visitor)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>removeVisitor</methodName>
<methodSignature>removeVisitor(PhpParser\NodeVisitor $visitor)</methodSignature>
<fullMethod>removeVisitor(PhpParser\NodeVisitor $visitor)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>traverse</methodName>
<methodSignature>traverse(array $nodes): array</methodSignature>
<fullMethod>traverse(array $nodes): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>traverseNode</methodName>
<methodSignature>traverseNode(PhpParser\Node $node): PhpParser\Node</methodSignature>
<fullMethod>traverseNode(PhpParser\Node $node): PhpParser\Node</fullMethod>
<crap>380</crap>
<complexity>19</complexity>
<coverage>0</coverage>
<crapLoad>20</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>traverseArray</methodName>
<methodSignature>traverseArray(array $nodes): array</methodSignature>
<fullMethod>traverseArray(array $nodes): array</fullMethod>
<crap>506</crap>
<complexity>22</complexity>
<coverage>0</coverage>
<crapLoad>23</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeTraverser</className>
<methodName>ensureReplacementReasonable</methodName>
<methodSignature>ensureReplacementReasonable($old, $new)</methodSignature>
<fullMethod>ensureReplacementReasonable($old, $new)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeVisitorAbstract</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>1</crap>
<complexity>1</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeVisitorAbstract</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>1</crap>
<complexity>1</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeVisitorAbstract</className>
<methodName>leaveNode</methodName>
<methodSignature>leaveNode(PhpParser\Node $node)</methodSignature>
<fullMethod>leaveNode(PhpParser\Node $node)</fullMethod>
<crap>1</crap>
<complexity>1</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\NodeVisitorAbstract</className>
<methodName>afterTraverse</methodName>
<methodSignature>afterTraverse(array $nodes)</methodSignature>
<fullMethod>afterTraverse(array $nodes)</fullMethod>
<crap>1</crap>
<complexity>1</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\CloningVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $origNode)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $origNode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FindingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $filterCallback)</methodSignature>
<fullMethod>__construct(callable $filterCallback)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FindingVisitor</className>
<methodName>getFoundNodes</methodName>
<methodSignature>getFoundNodes(): array</methodSignature>
<fullMethod>getFoundNodes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FindingVisitor</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FindingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FirstFindingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $filterCallback)</methodSignature>
<fullMethod>__construct(callable $filterCallback)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FirstFindingVisitor</className>
<methodName>getFoundNode</methodName>
<methodSignature>getFoundNode()</methodSignature>
<fullMethod>getFoundNode()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FirstFindingVisitor</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\FirstFindingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\ErrorHandler $errorHandler, array $options)</methodSignature>
<fullMethod>__construct(PhpParser\ErrorHandler $errorHandler, array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>getNameContext</methodName>
<methodSignature>getNameContext(): PhpParser\NameContext</methodSignature>
<fullMethod>getNameContext(): PhpParser\NameContext</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>1892</crap>
<complexity>43</complexity>
<coverage>0</coverage>
<crapLoad>44</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>addAlias</methodName>
<methodSignature>addAlias(PhpParser\Node\Stmt\UseUse $use, int $type, PhpParser\Node\Name $prefix)</methodSignature>
<fullMethod>addAlias(PhpParser\Node\Stmt\UseUse $use, int $type, PhpParser\Node\Name $prefix)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>resolveSignature</methodName>
<methodSignature>resolveSignature($node)</methodSignature>
<fullMethod>resolveSignature($node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>resolveType</methodName>
<methodSignature>resolveType($node)</methodSignature>
<fullMethod>resolveType($node)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>resolveName</methodName>
<methodSignature>resolveName(PhpParser\Node\Name $name, int $type): PhpParser\Node\Name</methodSignature>
<fullMethod>resolveName(PhpParser\Node\Name $name, int $type): PhpParser\Node\Name</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>resolveClassName</methodName>
<methodSignature>resolveClassName(PhpParser\Node\Name $name)</methodSignature>
<fullMethod>resolveClassName(PhpParser\Node\Name $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>addNamespacedName</methodName>
<methodSignature>addNamespacedName(PhpParser\Node $node)</methodSignature>
<fullMethod>addNamespacedName(PhpParser\Node $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NameResolver</className>
<methodName>resolveAttrGroups</methodName>
<methodSignature>resolveAttrGroups(PhpParser\Node $node)</methodSignature>
<fullMethod>resolveAttrGroups(PhpParser\Node $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NodeConnectingVisitor</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NodeConnectingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\NodeConnectingVisitor</className>
<methodName>leaveNode</methodName>
<methodSignature>leaveNode(PhpParser\Node $node)</methodSignature>
<fullMethod>leaveNode(PhpParser\Node $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\ParentConnectingVisitor</className>
<methodName>beforeTraverse</methodName>
<methodSignature>beforeTraverse(array $nodes)</methodSignature>
<fullMethod>beforeTraverse(array $nodes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\ParentConnectingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node)</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\NodeVisitor</package>
<className>PhpParser\NodeVisitor\ParentConnectingVisitor</className>
<methodName>leaveNode</methodName>
<methodSignature>leaveNode(PhpParser\Node $node)</methodSignature>
<fullMethod>leaveNode(PhpParser\Node $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Arg</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $value, bool $byRef, bool $unpack, array $attributes, PhpParser\Node\Identifier $name)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $value, bool $byRef, bool $unpack, array $attributes, PhpParser\Node\Identifier $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Arg</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Arg</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Attribute</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $name, array $args, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $name, array $args, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Attribute</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Attribute</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\AttributeGroup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attrs, array $attributes)</methodSignature>
<fullMethod>__construct(array $attrs, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\AttributeGroup</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\AttributeGroup</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Const_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, PhpParser\Node\Expr $value, array $attributes)</methodSignature>
<fullMethod>__construct($name, PhpParser\Node\Expr $value, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Const_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Const_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayDimFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $dim, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $dim, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayDimFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayDimFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayItem</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $value, PhpParser\Node\Expr $key, bool $byRef, array $attributes, bool $unpack)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $value, PhpParser\Node\Expr $key, bool $byRef, array $attributes, bool $unpack)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayItem</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrayItem</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Array_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $items, array $attributes)</methodSignature>
<fullMethod>__construct(array $items, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Array_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Array_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct(array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>returnsByRef</methodName>
<methodSignature>returnsByRef(): bool</methodSignature>
<fullMethod>returnsByRef(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getParams</methodName>
<methodSignature>getParams(): array</methodSignature>
<fullMethod>getParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getReturnType</methodName>
<methodSignature>getReturnType()</methodSignature>
<fullMethod>getReturnType()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getAttrGroups</methodName>
<methodSignature>getAttrGroups(): array</methodSignature>
<fullMethod>getAttrGroups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getStmts</methodName>
<methodSignature>getStmts(): array</methodSignature>
<fullMethod>getStmts(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ArrowFunction</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Assign</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Assign</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Assign</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\AssignOp</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\AssignOp</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\BitwiseAnd</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\BitwiseOr</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\BitwiseXor</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Coalesce</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Concat</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Div</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Minus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Mod</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Mul</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Plus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\Pow</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\ShiftLeft</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\AssignOp</package>
<className>PhpParser\Node\Expr\AssignOp\ShiftRight</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\AssignRef</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\AssignRef</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\AssignRef</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BinaryOp</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $left, PhpParser\Node\Expr $right, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $left, PhpParser\Node\Expr $right, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BinaryOp</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BinaryOp</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseAnd</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseAnd</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseOr</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseOr</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseXor</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BitwiseXor</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BooleanAnd</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BooleanAnd</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BooleanOr</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\BooleanOr</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Coalesce</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Coalesce</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Concat</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Concat</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Div</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Div</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Equal</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Equal</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Greater</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Greater</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\GreaterOrEqual</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\GreaterOrEqual</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Identical</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Identical</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalAnd</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalAnd</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalOr</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalOr</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalXor</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\LogicalXor</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Minus</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Minus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Mod</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Mod</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Mul</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Mul</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\NotEqual</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\NotEqual</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\NotIdentical</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\NotIdentical</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Plus</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Plus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Pow</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Pow</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\ShiftLeft</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\ShiftLeft</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\ShiftRight</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\ShiftRight</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Smaller</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Smaller</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\SmallerOrEqual</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\SmallerOrEqual</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Spaceship</className>
<methodName>getOperatorSigil</methodName>
<methodSignature>getOperatorSigil(): string</methodSignature>
<fullMethod>getOperatorSigil(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\BinaryOp</package>
<className>PhpParser\Node\Expr\BinaryOp\Spaceship</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BitwiseNot</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BitwiseNot</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BitwiseNot</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BooleanNot</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BooleanNot</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\BooleanNot</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\CallLike</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\CallLike</className>
<methodName>isFirstClassCallable</methodName>
<methodSignature>isFirstClassCallable(): bool</methodSignature>
<fullMethod>isFirstClassCallable(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\CallLike</className>
<methodName>getArgs</methodName>
<methodSignature>getArgs(): array</methodSignature>
<fullMethod>getArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Cast</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Cast</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Array_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Bool_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Double</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Int_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Object_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\String_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr\Cast</package>
<className>PhpParser\Node\Expr\Cast\Unset_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClassConstFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct($class, $name, array $attributes)</methodSignature>
<fullMethod>__construct($class, $name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClassConstFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClassConstFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Clone_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Clone_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Clone_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct(array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>returnsByRef</methodName>
<methodSignature>returnsByRef(): bool</methodSignature>
<fullMethod>returnsByRef(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getParams</methodName>
<methodSignature>getParams(): array</methodSignature>
<fullMethod>getParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getReturnType</methodName>
<methodSignature>getReturnType()</methodSignature>
<fullMethod>getReturnType()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getStmts</methodName>
<methodSignature>getStmts(): array</methodSignature>
<fullMethod>getStmts(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getAttrGroups</methodName>
<methodSignature>getAttrGroups(): array</methodSignature>
<fullMethod>getAttrGroups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Closure</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClosureUse</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr\Variable $var, bool $byRef, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr\Variable $var, bool $byRef, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClosureUse</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ClosureUse</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ConstFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $name, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $name, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ConstFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ConstFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Empty_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Empty_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Empty_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Error</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attributes)</methodSignature>
<fullMethod>__construct(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Error</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Error</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ErrorSuppress</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ErrorSuppress</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ErrorSuppress</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Eval_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Eval_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Eval_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Exit_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Exit_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Exit_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\FuncCall</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $args, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $args, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\FuncCall</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\FuncCall</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\FuncCall</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Include_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, int $type, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, int $type, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Include_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Include_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Instanceof_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, $class, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, $class, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Instanceof_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Instanceof_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Isset_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $vars, array $attributes)</methodSignature>
<fullMethod>__construct(array $vars, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Isset_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Isset_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\List_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $items, array $attributes)</methodSignature>
<fullMethod>__construct(array $items, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\List_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\List_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Match_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $arms, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $arms, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Match_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Match_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\MethodCall</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, $name, array $args, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, $name, array $args, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\MethodCall</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\MethodCall</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\MethodCall</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\New_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($class, array $args, array $attributes)</methodSignature>
<fullMethod>__construct($class, array $args, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\New_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\New_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\New_</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafeMethodCall</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, $name, array $args, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, $name, array $args, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafeMethodCall</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafeMethodCall</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafeMethodCall</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafePropertyFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, $name, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, $name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafePropertyFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\NullsafePropertyFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostDec</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostDec</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostDec</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostInc</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostInc</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PostInc</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreDec</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreDec</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreDec</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreInc</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreInc</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PreInc</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Print_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Print_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Print_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PropertyFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $var, $name, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $var, $name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PropertyFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\PropertyFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ShellExec</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $parts, array $attributes)</methodSignature>
<fullMethod>__construct(array $parts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ShellExec</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\ShellExec</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticCall</className>
<methodName>__construct</methodName>
<methodSignature>__construct($class, $name, array $args, array $attributes)</methodSignature>
<fullMethod>__construct($class, $name, array $args, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticCall</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticCall</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticCall</className>
<methodName>getRawArgs</methodName>
<methodSignature>getRawArgs(): array</methodSignature>
<fullMethod>getRawArgs(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticPropertyFetch</className>
<methodName>__construct</methodName>
<methodSignature>__construct($class, $name, array $attributes)</methodSignature>
<fullMethod>__construct($class, $name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticPropertyFetch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\StaticPropertyFetch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Ternary</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, $if, PhpParser\Node\Expr $else, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, $if, PhpParser\Node\Expr $else, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Ternary</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Ternary</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Throw_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Throw_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Throw_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryMinus</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryMinus</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryMinus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryPlus</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryPlus</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\UnaryPlus</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Variable</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Variable</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Variable</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\YieldFrom</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\YieldFrom</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\YieldFrom</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Yield_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $value, PhpParser\Node\Expr $key, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $value, PhpParser\Node\Expr $key, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Yield_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Expr</package>
<className>PhpParser\Node\Expr\Yield_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, array $attributes)</methodSignature>
<fullMethod>__construct(string $name, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>toLowerString</methodName>
<methodSignature>toLowerString(): string</methodSignature>
<fullMethod>toLowerString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>isSpecialClassName</methodName>
<methodSignature>isSpecialClassName(): bool</methodSignature>
<fullMethod>isSpecialClassName(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Identifier</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\IntersectionType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $types, array $attributes)</methodSignature>
<fullMethod>__construct(array $types, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\IntersectionType</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\IntersectionType</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\MatchArm</className>
<methodName>__construct</methodName>
<methodSignature>__construct($conds, PhpParser\Node\Expr $body, array $attributes)</methodSignature>
<fullMethod>__construct($conds, PhpParser\Node\Expr $body, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\MatchArm</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\MatchArm</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>getFirst</methodName>
<methodSignature>getFirst(): string</methodSignature>
<fullMethod>getFirst(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>getLast</methodName>
<methodSignature>getLast(): string</methodSignature>
<fullMethod>getLast(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>isUnqualified</methodName>
<methodSignature>isUnqualified(): bool</methodSignature>
<fullMethod>isUnqualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>isQualified</methodName>
<methodSignature>isQualified(): bool</methodSignature>
<fullMethod>isQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>isFullyQualified</methodName>
<methodSignature>isFullyQualified(): bool</methodSignature>
<fullMethod>isFullyQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>isRelative</methodName>
<methodSignature>isRelative(): bool</methodSignature>
<fullMethod>isRelative(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>toCodeString</methodName>
<methodSignature>toCodeString(): string</methodSignature>
<fullMethod>toCodeString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>toLowerString</methodName>
<methodSignature>toLowerString(): string</methodSignature>
<fullMethod>toLowerString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>isSpecialClassName</methodName>
<methodSignature>isSpecialClassName(): bool</methodSignature>
<fullMethod>isSpecialClassName(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>slice</methodName>
<methodSignature>slice(int $offset, int $length)</methodSignature>
<fullMethod>slice(int $offset, int $length)</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>concat</methodName>
<methodSignature>concat($name1, $name2, array $attributes)</methodSignature>
<fullMethod>concat($name1, $name2, array $attributes)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>prepareName</methodName>
<methodSignature>prepareName($name): array</methodSignature>
<fullMethod>prepareName($name): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Name</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>isUnqualified</methodName>
<methodSignature>isUnqualified(): bool</methodSignature>
<fullMethod>isUnqualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>isQualified</methodName>
<methodSignature>isQualified(): bool</methodSignature>
<fullMethod>isQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>isFullyQualified</methodName>
<methodSignature>isFullyQualified(): bool</methodSignature>
<fullMethod>isFullyQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>isRelative</methodName>
<methodSignature>isRelative(): bool</methodSignature>
<fullMethod>isRelative(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>toCodeString</methodName>
<methodSignature>toCodeString(): string</methodSignature>
<fullMethod>toCodeString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\FullyQualified</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>isUnqualified</methodName>
<methodSignature>isUnqualified(): bool</methodSignature>
<fullMethod>isUnqualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>isQualified</methodName>
<methodSignature>isQualified(): bool</methodSignature>
<fullMethod>isQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>isFullyQualified</methodName>
<methodSignature>isFullyQualified(): bool</methodSignature>
<fullMethod>isFullyQualified(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>isRelative</methodName>
<methodSignature>isRelative(): bool</methodSignature>
<fullMethod>isRelative(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>toCodeString</methodName>
<methodSignature>toCodeString(): string</methodSignature>
<fullMethod>toCodeString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Name</package>
<className>PhpParser\Node\Name\Relative</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\NullableType</className>
<methodName>__construct</methodName>
<methodSignature>__construct($type, array $attributes)</methodSignature>
<fullMethod>__construct($type, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\NullableType</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\NullableType</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Param</className>
<methodName>__construct</methodName>
<methodSignature>__construct($var, PhpParser\Node\Expr $default, $type, bool $byRef, bool $variadic, array $attributes, int $flags, array $attrGroups)</methodSignature>
<fullMethod>__construct($var, PhpParser\Node\Expr $default, $type, bool $byRef, bool $variadic, array $attributes, int $flags, array $attrGroups)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Param</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\Param</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\DNumber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(float $value, array $attributes)</methodSignature>
<fullMethod>__construct(float $value, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\DNumber</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\DNumber</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $str, array $attributes): PhpParser\Node\Scalar\DNumber</methodSignature>
<fullMethod>fromString(string $str, array $attributes): PhpParser\Node\Scalar\DNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\DNumber</className>
<methodName>parse</methodName>
<methodSignature>parse(string $str): float</methodSignature>
<fullMethod>parse(string $str): float</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\DNumber</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\Encapsed</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $parts, array $attributes)</methodSignature>
<fullMethod>__construct(array $parts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\Encapsed</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\Encapsed</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\EncapsedStringPart</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value, array $attributes)</methodSignature>
<fullMethod>__construct(string $value, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\EncapsedStringPart</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\EncapsedStringPart</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\LNumber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $value, array $attributes)</methodSignature>
<fullMethod>__construct(int $value, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\LNumber</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\LNumber</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $str, array $attributes, bool $allowInvalidOctal): PhpParser\Node\Scalar\LNumber</methodSignature>
<fullMethod>fromString(string $str, array $attributes, bool $allowInvalidOctal): PhpParser\Node\Scalar\LNumber</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\LNumber</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\MagicConst</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attributes)</methodSignature>
<fullMethod>__construct(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\MagicConst</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\MagicConst</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Class_</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Class_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Dir</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Dir</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\File</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\File</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Function_</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Function_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Line</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Line</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Method</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Method</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Namespace_</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Namespace_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Trait_</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar\MagicConst</package>
<className>PhpParser\Node\Scalar\MagicConst\Trait_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value, array $attributes)</methodSignature>
<fullMethod>__construct(string $value, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $str, array $attributes, bool $parseUnicodeEscape): self</methodSignature>
<fullMethod>fromString(string $str, array $attributes, bool $parseUnicodeEscape): self</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>parse</methodName>
<methodSignature>parse(string $str, bool $parseUnicodeEscape): string</methodSignature>
<fullMethod>parse(string $str, bool $parseUnicodeEscape): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>parseEscapeSequences</methodName>
<methodSignature>parseEscapeSequences(string $str, $quote, bool $parseUnicodeEscape): string</methodSignature>
<fullMethod>parseEscapeSequences(string $str, $quote, bool $parseUnicodeEscape): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>codePointToUtf8</methodName>
<methodSignature>codePointToUtf8(int $num): string</methodSignature>
<fullMethod>codePointToUtf8(int $num): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Node\Scalar</package>
<className>PhpParser\Node\Scalar\String_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Break_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $num, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $num, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Break_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Break_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Case_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($cond, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct($cond, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Case_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Case_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Catch_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $types, PhpParser\Node\Expr\Variable $var, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(array $types, PhpParser\Node\Expr\Variable $var, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Catch_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Catch_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $consts, int $flags, array $attributes, array $attrGroups)</methodSignature>
<fullMethod>__construct(array $consts, int $flags, array $attributes, array $attrGroups)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>isPublic</methodName>
<methodSignature>isPublic(): bool</methodSignature>
<fullMethod>isPublic(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>isProtected</methodName>
<methodSignature>isProtected(): bool</methodSignature>
<fullMethod>isProtected(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>isPrivate</methodName>
<methodSignature>isPrivate(): bool</methodSignature>
<fullMethod>isPrivate(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>isFinal</methodName>
<methodSignature>isFinal(): bool</methodSignature>
<fullMethod>isFinal(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassConst</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getTraitUses</methodName>
<methodSignature>getTraitUses(): array</methodSignature>
<fullMethod>getTraitUses(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getConstants</methodName>
<methodSignature>getConstants(): array</methodSignature>
<fullMethod>getConstants(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getProperties</methodName>
<methodSignature>getProperties(): array</methodSignature>
<fullMethod>getProperties(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getProperty</methodName>
<methodSignature>getProperty(string $name)</methodSignature>
<fullMethod>getProperty(string $name)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getMethods</methodName>
<methodSignature>getMethods(): array</methodSignature>
<fullMethod>getMethods(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassLike</className>
<methodName>getMethod</methodName>
<methodSignature>getMethod(string $name)</methodSignature>
<fullMethod>getMethod(string $name)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>returnsByRef</methodName>
<methodSignature>returnsByRef(): bool</methodSignature>
<fullMethod>returnsByRef(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getParams</methodName>
<methodSignature>getParams(): array</methodSignature>
<fullMethod>getParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getReturnType</methodName>
<methodSignature>getReturnType()</methodSignature>
<fullMethod>getReturnType()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getStmts</methodName>
<methodSignature>getStmts()</methodSignature>
<fullMethod>getStmts()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getAttrGroups</methodName>
<methodSignature>getAttrGroups(): array</methodSignature>
<fullMethod>getAttrGroups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isPublic</methodName>
<methodSignature>isPublic(): bool</methodSignature>
<fullMethod>isPublic(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isProtected</methodName>
<methodSignature>isProtected(): bool</methodSignature>
<fullMethod>isProtected(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isPrivate</methodName>
<methodSignature>isPrivate(): bool</methodSignature>
<fullMethod>isPrivate(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isAbstract</methodName>
<methodSignature>isAbstract(): bool</methodSignature>
<fullMethod>isAbstract(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isFinal</methodName>
<methodSignature>isFinal(): bool</methodSignature>
<fullMethod>isFinal(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isStatic</methodName>
<methodSignature>isStatic(): bool</methodSignature>
<fullMethod>isStatic(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>isMagic</methodName>
<methodSignature>isMagic(): bool</methodSignature>
<fullMethod>isMagic(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ClassMethod</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>isAbstract</methodName>
<methodSignature>isAbstract(): bool</methodSignature>
<fullMethod>isAbstract(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>isFinal</methodName>
<methodSignature>isFinal(): bool</methodSignature>
<fullMethod>isFinal(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>isReadonly</methodName>
<methodSignature>isReadonly(): bool</methodSignature>
<fullMethod>isReadonly(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>isAnonymous</methodName>
<methodSignature>isAnonymous(): bool</methodSignature>
<fullMethod>isAnonymous(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>verifyClassModifier</methodName>
<methodSignature>verifyClassModifier($a, $b)</methodSignature>
<fullMethod>verifyClassModifier($a, $b)</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>verifyModifier</methodName>
<methodSignature>verifyModifier($a, $b)</methodSignature>
<fullMethod>verifyModifier($a, $b)</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Class_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Const_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $consts, array $attributes)</methodSignature>
<fullMethod>__construct(array $consts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Const_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Const_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Continue_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $num, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $num, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Continue_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Continue_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\DeclareDeclare</className>
<methodName>__construct</methodName>
<methodSignature>__construct($key, PhpParser\Node\Expr $value, array $attributes)</methodSignature>
<fullMethod>__construct($key, PhpParser\Node\Expr $value, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\DeclareDeclare</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\DeclareDeclare</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Declare_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $declares, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(array $declares, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Declare_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Declare_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Do_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Do_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Do_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Echo_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $exprs, array $attributes)</methodSignature>
<fullMethod>__construct(array $exprs, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Echo_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Echo_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ElseIf_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ElseIf_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\ElseIf_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Else_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Else_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Else_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\EnumCase</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, PhpParser\Node\Expr $expr, array $attrGroups, array $attributes)</methodSignature>
<fullMethod>__construct($name, PhpParser\Node\Expr $expr, array $attrGroups, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\EnumCase</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\EnumCase</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Enum_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Enum_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Enum_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Expression</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Expression</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Expression</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Finally_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Finally_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Finally_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\For_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct(array $subNodes, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\For_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\For_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Foreach_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, PhpParser\Node\Expr $valueVar, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, PhpParser\Node\Expr $valueVar, array $subNodes, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Foreach_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Foreach_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>returnsByRef</methodName>
<methodSignature>returnsByRef(): bool</methodSignature>
<fullMethod>returnsByRef(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getParams</methodName>
<methodSignature>getParams(): array</methodSignature>
<fullMethod>getParams(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getReturnType</methodName>
<methodSignature>getReturnType()</methodSignature>
<fullMethod>getReturnType()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getAttrGroups</methodName>
<methodSignature>getAttrGroups(): array</methodSignature>
<fullMethod>getAttrGroups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getStmts</methodName>
<methodSignature>getStmts(): array</methodSignature>
<fullMethod>getStmts(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Function_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Global_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $vars, array $attributes)</methodSignature>
<fullMethod>__construct(array $vars, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Global_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Global_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Goto_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Goto_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Goto_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\GroupUse</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $prefix, array $uses, int $type, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $prefix, array $uses, int $type, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\GroupUse</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\GroupUse</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\HaltCompiler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $remaining, array $attributes)</methodSignature>
<fullMethod>__construct(string $remaining, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\HaltCompiler</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\HaltCompiler</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\If_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $subNodes, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\If_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\If_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\InlineHTML</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value, array $attributes)</methodSignature>
<fullMethod>__construct(string $value, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\InlineHTML</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\InlineHTML</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Interface_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Interface_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Interface_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Label</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Label</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Label</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Namespace_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $name, $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $name, $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Namespace_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Namespace_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Nop</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Nop</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $flags, array $props, array $attributes, $type, array $attrGroups)</methodSignature>
<fullMethod>__construct(int $flags, array $props, array $attributes, $type, array $attrGroups)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>isPublic</methodName>
<methodSignature>isPublic(): bool</methodSignature>
<fullMethod>isPublic(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>isProtected</methodName>
<methodSignature>isProtected(): bool</methodSignature>
<fullMethod>isProtected(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>isPrivate</methodName>
<methodSignature>isPrivate(): bool</methodSignature>
<fullMethod>isPrivate(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>isStatic</methodName>
<methodSignature>isStatic(): bool</methodSignature>
<fullMethod>isStatic(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>isReadonly</methodName>
<methodSignature>isReadonly(): bool</methodSignature>
<fullMethod>isReadonly(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Property</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\PropertyProperty</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, PhpParser\Node\Expr $default, array $attributes)</methodSignature>
<fullMethod>__construct($name, PhpParser\Node\Expr $default, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\PropertyProperty</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\PropertyProperty</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Return_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Return_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Return_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\StaticVar</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr\Variable $var, PhpParser\Node\Expr $default, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr\Variable $var, PhpParser\Node\Expr $default, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\StaticVar</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\StaticVar</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Static_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $vars, array $attributes)</methodSignature>
<fullMethod>__construct(array $vars, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Static_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Static_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Switch_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $cases, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $cases, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Switch_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Switch_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Throw_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $expr, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $expr, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Throw_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Throw_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TraitUse</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $traits, array $adaptations, array $attributes)</methodSignature>
<fullMethod>__construct(array $traits, array $adaptations, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TraitUse</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TraitUse</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Alias</className>
<methodName>__construct</methodName>
<methodSignature>__construct($trait, $method, $newModifier, $newName, array $attributes)</methodSignature>
<fullMethod>__construct($trait, $method, $newModifier, $newName, array $attributes)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Alias</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Alias</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Precedence</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $trait, $method, array $insteadof, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $trait, $method, array $insteadof, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Precedence</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt\TraitUseAdaptation</package>
<className>PhpParser\Node\Stmt\TraitUseAdaptation\Precedence</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Trait_</className>
<methodName>__construct</methodName>
<methodSignature>__construct($name, array $subNodes, array $attributes)</methodSignature>
<fullMethod>__construct($name, array $subNodes, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Trait_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Trait_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TryCatch</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $stmts, array $catches, PhpParser\Node\Stmt\Finally_ $finally, array $attributes)</methodSignature>
<fullMethod>__construct(array $stmts, array $catches, PhpParser\Node\Stmt\Finally_ $finally, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TryCatch</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\TryCatch</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Unset_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $vars, array $attributes)</methodSignature>
<fullMethod>__construct(array $vars, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Unset_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Unset_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\UseUse</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Name $name, $alias, int $type, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Name $name, $alias, int $type, array $attributes)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\UseUse</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\UseUse</className>
<methodName>getAlias</methodName>
<methodSignature>getAlias(): PhpParser\Node\Identifier</methodSignature>
<fullMethod>getAlias(): PhpParser\Node\Identifier</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\UseUse</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Use_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $uses, int $type, array $attributes)</methodSignature>
<fullMethod>__construct(array $uses, int $type, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Use_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\Use_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\While_</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</methodSignature>
<fullMethod>__construct(PhpParser\Node\Expr $cond, array $stmts, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\While_</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node\Stmt</package>
<className>PhpParser\Node\Stmt\While_</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\UnionType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $types, array $attributes)</methodSignature>
<fullMethod>__construct(array $types, array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\UnionType</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\UnionType</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\VarLikeIdentifier</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\VariadicPlaceholder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $attributes)</methodSignature>
<fullMethod>__construct(array $attributes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\VariadicPlaceholder</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Node</package>
<className>PhpParser\Node\VariadicPlaceholder</className>
<methodName>getSubNodeNames</methodName>
<methodSignature>getSubNodeNames(): array</methodSignature>
<fullMethod>getSubNodeNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>initReduceCallbacks</methodName>
<methodSignature>initReduceCallbacks()</methodSignature>
<fullMethod>initReduceCallbacks()</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PhpParser\Lexer $lexer, array $options)</methodSignature>
<fullMethod>__construct(PhpParser\Lexer $lexer, array $options)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>parse</methodName>
<methodSignature>parse(string $code, PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>parse(string $code, PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>doParse</methodName>
<methodSignature>doParse()</methodSignature>
<fullMethod>doParse()</fullMethod>
<crap>1892</crap>
<complexity>43</complexity>
<coverage>0</coverage>
<crapLoad>44</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>emitError</methodName>
<methodSignature>emitError(PhpParser\Error $error)</methodSignature>
<fullMethod>emitError(PhpParser\Error $error)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>getErrorMessage</methodName>
<methodSignature>getErrorMessage(int $symbol, int $state): string</methodSignature>
<fullMethod>getErrorMessage(int $symbol, int $state): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>getExpectedTokens</methodName>
<methodSignature>getExpectedTokens(int $state): array</methodSignature>
<fullMethod>getExpectedTokens(int $state): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>handleNamespaces</methodName>
<methodSignature>handleNamespaces(array $stmts): array</methodSignature>
<fullMethod>handleNamespaces(array $stmts): array</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>fixupNamespaceAttributes</methodName>
<methodSignature>fixupNamespaceAttributes(PhpParser\Node\Stmt\Namespace_ $stmt)</methodSignature>
<fullMethod>fixupNamespaceAttributes(PhpParser\Node\Stmt\Namespace_ $stmt)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>getNamespacingStyle</methodName>
<methodSignature>getNamespacingStyle(array $stmts)</methodSignature>
<fullMethod>getNamespacingStyle(array $stmts)</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>fixupPhp5StaticPropCall</methodName>
<methodSignature>fixupPhp5StaticPropCall($prop, array $args, array $attributes): PhpParser\Node\Expr\StaticCall</methodSignature>
<fullMethod>fixupPhp5StaticPropCall($prop, array $args, array $attributes): PhpParser\Node\Expr\StaticCall</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>fixupStartAttributes</methodName>
<methodSignature>fixupStartAttributes(PhpParser\Node $to, PhpParser\Node $from)</methodSignature>
<fullMethod>fixupStartAttributes(PhpParser\Node $to, PhpParser\Node $from)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>handleBuiltinTypes</methodName>
<methodSignature>handleBuiltinTypes(PhpParser\Node\Name $name)</methodSignature>
<fullMethod>handleBuiltinTypes(PhpParser\Node\Name $name)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>getAttributesAt</methodName>
<methodSignature>getAttributesAt(int $pos): array</methodSignature>
<fullMethod>getAttributesAt(int $pos): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>getFloatCastKind</methodName>
<methodSignature>getFloatCastKind(string $cast): int</methodSignature>
<fullMethod>getFloatCastKind(string $cast): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>parseLNumber</methodName>
<methodSignature>parseLNumber($str, $attributes, $allowInvalidOctal)</methodSignature>
<fullMethod>parseLNumber($str, $attributes, $allowInvalidOctal)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>parseNumString</methodName>
<methodSignature>parseNumString(string $str, array $attributes)</methodSignature>
<fullMethod>parseNumString(string $str, array $attributes)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>stripIndentation</methodName>
<methodSignature>stripIndentation(string $string, int $indentLen, string $indentChar, bool $newlineAtStart, bool $newlineAtEnd, array $attributes)</methodSignature>
<fullMethod>stripIndentation(string $string, int $indentLen, string $indentChar, bool $newlineAtStart, bool $newlineAtEnd, array $attributes)</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>parseDocString</methodName>
<methodSignature>parseDocString(string $startToken, $contents, string $endToken, array $attributes, array $endTokenAttributes, bool $parseUnicodeEscape)</methodSignature>
<fullMethod>parseDocString(string $startToken, $contents, string $endToken, array $attributes, array $endTokenAttributes, bool $parseUnicodeEscape)</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>createCommentNopAttributes</methodName>
<methodSignature>createCommentNopAttributes(array $comments)</methodSignature>
<fullMethod>createCommentNopAttributes(array $comments)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>fixupAlternativeElse</methodName>
<methodSignature>fixupAlternativeElse($node)</methodSignature>
<fullMethod>fixupAlternativeElse($node)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkClassModifier</methodName>
<methodSignature>checkClassModifier($a, $b, $modifierPos)</methodSignature>
<fullMethod>checkClassModifier($a, $b, $modifierPos)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkModifier</methodName>
<methodSignature>checkModifier($a, $b, $modifierPos)</methodSignature>
<fullMethod>checkModifier($a, $b, $modifierPos)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkParam</methodName>
<methodSignature>checkParam(PhpParser\Node\Param $node)</methodSignature>
<fullMethod>checkParam(PhpParser\Node\Param $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkTryCatch</methodName>
<methodSignature>checkTryCatch(PhpParser\Node\Stmt\TryCatch $node)</methodSignature>
<fullMethod>checkTryCatch(PhpParser\Node\Stmt\TryCatch $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkNamespace</methodName>
<methodSignature>checkNamespace(PhpParser\Node\Stmt\Namespace_ $node)</methodSignature>
<fullMethod>checkNamespace(PhpParser\Node\Stmt\Namespace_ $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkClassName</methodName>
<methodSignature>checkClassName($name, $namePos)</methodSignature>
<fullMethod>checkClassName($name, $namePos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkImplementedInterfaces</methodName>
<methodSignature>checkImplementedInterfaces(array $interfaces)</methodSignature>
<fullMethod>checkImplementedInterfaces(array $interfaces)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkClass</methodName>
<methodSignature>checkClass(PhpParser\Node\Stmt\Class_ $node, $namePos)</methodSignature>
<fullMethod>checkClass(PhpParser\Node\Stmt\Class_ $node, $namePos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkInterface</methodName>
<methodSignature>checkInterface(PhpParser\Node\Stmt\Interface_ $node, $namePos)</methodSignature>
<fullMethod>checkInterface(PhpParser\Node\Stmt\Interface_ $node, $namePos)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkEnum</methodName>
<methodSignature>checkEnum(PhpParser\Node\Stmt\Enum_ $node, $namePos)</methodSignature>
<fullMethod>checkEnum(PhpParser\Node\Stmt\Enum_ $node, $namePos)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkClassMethod</methodName>
<methodSignature>checkClassMethod(PhpParser\Node\Stmt\ClassMethod $node, $modifierPos)</methodSignature>
<fullMethod>checkClassMethod(PhpParser\Node\Stmt\ClassMethod $node, $modifierPos)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkClassConst</methodName>
<methodSignature>checkClassConst(PhpParser\Node\Stmt\ClassConst $node, $modifierPos)</methodSignature>
<fullMethod>checkClassConst(PhpParser\Node\Stmt\ClassConst $node, $modifierPos)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkProperty</methodName>
<methodSignature>checkProperty(PhpParser\Node\Stmt\Property $node, $modifierPos)</methodSignature>
<fullMethod>checkProperty(PhpParser\Node\Stmt\Property $node, $modifierPos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserAbstract</className>
<methodName>checkUseUse</methodName>
<methodSignature>checkUseUse(PhpParser\Node\Stmt\UseUse $node, $namePos)</methodSignature>
<fullMethod>checkUseUse(PhpParser\Node\Stmt\UseUse $node, $namePos)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\ParserFactory</className>
<methodName>create</methodName>
<methodSignature>create(int $kind, PhpParser\Lexer $lexer, array $parserOptions): PhpParser\Parser</methodSignature>
<fullMethod>create(int $kind, PhpParser\Lexer $lexer, array $parserOptions): PhpParser\Parser</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\Parser</package>
<className>PhpParser\Parser\Multiple</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $parsers)</methodSignature>
<fullMethod>__construct(array $parsers)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Parser</package>
<className>PhpParser\Parser\Multiple</className>
<methodName>parse</methodName>
<methodSignature>parse(string $code, PhpParser\ErrorHandler $errorHandler)</methodSignature>
<fullMethod>parse(string $code, PhpParser\ErrorHandler $errorHandler)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\Parser</package>
<className>PhpParser\Parser\Multiple</className>
<methodName>tryParse</methodName>
<methodSignature>tryParse(PhpParser\Parser $parser, PhpParser\ErrorHandler $errorHandler, $code)</methodSignature>
<fullMethod>tryParse(PhpParser\Parser $parser, PhpParser\ErrorHandler $errorHandler, $code)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\Parser</package>
<className>PhpParser\Parser\Php5</className>
<methodName>initReduceCallbacks</methodName>
<methodSignature>initReduceCallbacks()</methodSignature>
<fullMethod>initReduceCallbacks()</fullMethod>
<crap>930</crap>
<complexity>30</complexity>
<coverage>0</coverage>
<crapLoad>31</crapLoad>
</method>
<method>
<package>PhpParser\Parser</package>
<className>PhpParser\Parser\Php7</className>
<methodName>initReduceCallbacks</methodName>
<methodSignature>initReduceCallbacks()</methodSignature>
<fullMethod>initReduceCallbacks()</fullMethod>
<crap>1056</crap>
<complexity>32</complexity>
<coverage>0</coverage>
<crapLoad>33</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>resetState</methodName>
<methodSignature>resetState()</methodSignature>
<fullMethod>resetState()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>setIndentLevel</methodName>
<methodSignature>setIndentLevel(int $level)</methodSignature>
<fullMethod>setIndentLevel(int $level)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>indent</methodName>
<methodSignature>indent()</methodSignature>
<fullMethod>indent()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>outdent</methodName>
<methodSignature>outdent()</methodSignature>
<fullMethod>outdent()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>prettyPrint</methodName>
<methodSignature>prettyPrint(array $stmts): string</methodSignature>
<fullMethod>prettyPrint(array $stmts): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>prettyPrintExpr</methodName>
<methodSignature>prettyPrintExpr(PhpParser\Node\Expr $node): string</methodSignature>
<fullMethod>prettyPrintExpr(PhpParser\Node\Expr $node): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>prettyPrintFile</methodName>
<methodSignature>prettyPrintFile(array $stmts): string</methodSignature>
<fullMethod>prettyPrintFile(array $stmts): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>preprocessNodes</methodName>
<methodSignature>preprocessNodes(array $nodes)</methodSignature>
<fullMethod>preprocessNodes(array $nodes)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>handleMagicTokens</methodName>
<methodSignature>handleMagicTokens(string $str): string</methodSignature>
<fullMethod>handleMagicTokens(string $str): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pStmts</methodName>
<methodSignature>pStmts(array $nodes, bool $indent): string</methodSignature>
<fullMethod>pStmts(array $nodes, bool $indent): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pInfixOp</methodName>
<methodSignature>pInfixOp(string $class, PhpParser\Node $leftNode, string $operatorString, PhpParser\Node $rightNode): string</methodSignature>
<fullMethod>pInfixOp(string $class, PhpParser\Node $leftNode, string $operatorString, PhpParser\Node $rightNode): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pPrefixOp</methodName>
<methodSignature>pPrefixOp(string $class, string $operatorString, PhpParser\Node $node): string</methodSignature>
<fullMethod>pPrefixOp(string $class, string $operatorString, PhpParser\Node $node): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pPostfixOp</methodName>
<methodSignature>pPostfixOp(string $class, PhpParser\Node $node, string $operatorString): string</methodSignature>
<fullMethod>pPostfixOp(string $class, PhpParser\Node $node, string $operatorString): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pPrec</methodName>
<methodSignature>pPrec(PhpParser\Node $node, int $parentPrecedence, int $parentAssociativity, int $childPosition): string</methodSignature>
<fullMethod>pPrec(PhpParser\Node $node, int $parentPrecedence, int $parentAssociativity, int $childPosition): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pImplode</methodName>
<methodSignature>pImplode(array $nodes, string $glue): string</methodSignature>
<fullMethod>pImplode(array $nodes, string $glue): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pCommaSeparated</methodName>
<methodSignature>pCommaSeparated(array $nodes): string</methodSignature>
<fullMethod>pCommaSeparated(array $nodes): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pCommaSeparatedMultiline</methodName>
<methodSignature>pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string</methodSignature>
<fullMethod>pCommaSeparatedMultiline(array $nodes, bool $trailingComma): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pComments</methodName>
<methodSignature>pComments(array $comments): string</methodSignature>
<fullMethod>pComments(array $comments): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>printFormatPreserving</methodName>
<methodSignature>printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string</methodSignature>
<fullMethod>printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pFallback</methodName>
<methodSignature>pFallback(PhpParser\Node $node)</methodSignature>
<fullMethod>pFallback(PhpParser\Node $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>p</methodName>
<methodSignature>p(PhpParser\Node $node, $parentFormatPreserved): string</methodSignature>
<fullMethod>p(PhpParser\Node $node, $parentFormatPreserved): string</fullMethod>
<crap>1190</crap>
<complexity>34</complexity>
<coverage>0</coverage>
<crapLoad>35</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pArray</methodName>
<methodSignature>pArray(array $nodes, array $origNodes, int $pos, int $indentAdjustment, string $parentNodeType, string $subNodeName, $fixup)</methodSignature>
<fullMethod>pArray(array $nodes, array $origNodes, int $pos, int $indentAdjustment, string $parentNodeType, string $subNodeName, $fixup)</fullMethod>
<crap>3192</crap>
<complexity>56</complexity>
<coverage>0</coverage>
<crapLoad>58</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pFixup</methodName>
<methodSignature>pFixup(int $fixup, PhpParser\Node $subNode, $parentClass, int $subStartPos, int $subEndPos): string</methodSignature>
<fullMethod>pFixup(int $fixup, PhpParser\Node $subNode, $parentClass, int $subStartPos, int $subEndPos): string</fullMethod>
<crap>420</crap>
<complexity>20</complexity>
<coverage>0</coverage>
<crapLoad>21</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>safeAppend</methodName>
<methodSignature>safeAppend(string $str, string $append)</methodSignature>
<fullMethod>safeAppend(string $str, string $append)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>callLhsRequiresParens</methodName>
<methodSignature>callLhsRequiresParens(PhpParser\Node $node): bool</methodSignature>
<fullMethod>callLhsRequiresParens(PhpParser\Node $node): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>dereferenceLhsRequiresParens</methodName>
<methodSignature>dereferenceLhsRequiresParens(PhpParser\Node $node): bool</methodSignature>
<fullMethod>dereferenceLhsRequiresParens(PhpParser\Node $node): bool</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>pModifiers</methodName>
<methodSignature>pModifiers(int $modifiers)</methodSignature>
<fullMethod>pModifiers(int $modifiers)</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>isMultiline</methodName>
<methodSignature>isMultiline(array $nodes): bool</methodSignature>
<fullMethod>isMultiline(array $nodes): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeLabelCharMap</methodName>
<methodSignature>initializeLabelCharMap()</methodSignature>
<fullMethod>initializeLabelCharMap()</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeNodeListDiffer</methodName>
<methodSignature>initializeNodeListDiffer()</methodSignature>
<fullMethod>initializeNodeListDiffer()</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeFixupMap</methodName>
<methodSignature>initializeFixupMap()</methodSignature>
<fullMethod>initializeFixupMap()</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeRemovalMap</methodName>
<methodSignature>initializeRemovalMap()</methodSignature>
<fullMethod>initializeRemovalMap()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeInsertionMap</methodName>
<methodSignature>initializeInsertionMap()</methodSignature>
<fullMethod>initializeInsertionMap()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeListInsertionMap</methodName>
<methodSignature>initializeListInsertionMap()</methodSignature>
<fullMethod>initializeListInsertionMap()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeEmptyListInsertionMap</methodName>
<methodSignature>initializeEmptyListInsertionMap()</methodSignature>
<fullMethod>initializeEmptyListInsertionMap()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser</package>
<className>PhpParser\PrettyPrinterAbstract</className>
<methodName>initializeModifierChangeMap</methodName>
<methodSignature>initializeModifierChangeMap()</methodSignature>
<fullMethod>initializeModifierChangeMap()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pParam</methodName>
<methodSignature>pParam(PhpParser\Node\Param $node)</methodSignature>
<fullMethod>pParam(PhpParser\Node\Param $node)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pArg</methodName>
<methodSignature>pArg(PhpParser\Node\Arg $node)</methodSignature>
<fullMethod>pArg(PhpParser\Node\Arg $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pVariadicPlaceholder</methodName>
<methodSignature>pVariadicPlaceholder(PhpParser\Node\VariadicPlaceholder $node)</methodSignature>
<fullMethod>pVariadicPlaceholder(PhpParser\Node\VariadicPlaceholder $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pConst</methodName>
<methodSignature>pConst(PhpParser\Node\Const_ $node)</methodSignature>
<fullMethod>pConst(PhpParser\Node\Const_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pNullableType</methodName>
<methodSignature>pNullableType(PhpParser\Node\NullableType $node)</methodSignature>
<fullMethod>pNullableType(PhpParser\Node\NullableType $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pUnionType</methodName>
<methodSignature>pUnionType(PhpParser\Node\UnionType $node)</methodSignature>
<fullMethod>pUnionType(PhpParser\Node\UnionType $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pIntersectionType</methodName>
<methodSignature>pIntersectionType(PhpParser\Node\IntersectionType $node)</methodSignature>
<fullMethod>pIntersectionType(PhpParser\Node\IntersectionType $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pIdentifier</methodName>
<methodSignature>pIdentifier(PhpParser\Node\Identifier $node)</methodSignature>
<fullMethod>pIdentifier(PhpParser\Node\Identifier $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pVarLikeIdentifier</methodName>
<methodSignature>pVarLikeIdentifier(PhpParser\Node\VarLikeIdentifier $node)</methodSignature>
<fullMethod>pVarLikeIdentifier(PhpParser\Node\VarLikeIdentifier $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pAttribute</methodName>
<methodSignature>pAttribute(PhpParser\Node\Attribute $node)</methodSignature>
<fullMethod>pAttribute(PhpParser\Node\Attribute $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pAttributeGroup</methodName>
<methodSignature>pAttributeGroup(PhpParser\Node\AttributeGroup $node)</methodSignature>
<fullMethod>pAttributeGroup(PhpParser\Node\AttributeGroup $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pName</methodName>
<methodSignature>pName(PhpParser\Node\Name $node)</methodSignature>
<fullMethod>pName(PhpParser\Node\Name $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pName_FullyQualified</methodName>
<methodSignature>pName_FullyQualified(PhpParser\Node\Name\FullyQualified $node)</methodSignature>
<fullMethod>pName_FullyQualified(PhpParser\Node\Name\FullyQualified $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pName_Relative</methodName>
<methodSignature>pName_Relative(PhpParser\Node\Name\Relative $node)</methodSignature>
<fullMethod>pName_Relative(PhpParser\Node\Name\Relative $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Class</methodName>
<methodSignature>pScalar_MagicConst_Class(PhpParser\Node\Scalar\MagicConst\Class_ $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Class(PhpParser\Node\Scalar\MagicConst\Class_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Dir</methodName>
<methodSignature>pScalar_MagicConst_Dir(PhpParser\Node\Scalar\MagicConst\Dir $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Dir(PhpParser\Node\Scalar\MagicConst\Dir $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_File</methodName>
<methodSignature>pScalar_MagicConst_File(PhpParser\Node\Scalar\MagicConst\File $node)</methodSignature>
<fullMethod>pScalar_MagicConst_File(PhpParser\Node\Scalar\MagicConst\File $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Function</methodName>
<methodSignature>pScalar_MagicConst_Function(PhpParser\Node\Scalar\MagicConst\Function_ $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Function(PhpParser\Node\Scalar\MagicConst\Function_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Line</methodName>
<methodSignature>pScalar_MagicConst_Line(PhpParser\Node\Scalar\MagicConst\Line $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Line(PhpParser\Node\Scalar\MagicConst\Line $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Method</methodName>
<methodSignature>pScalar_MagicConst_Method(PhpParser\Node\Scalar\MagicConst\Method $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Method(PhpParser\Node\Scalar\MagicConst\Method $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Namespace</methodName>
<methodSignature>pScalar_MagicConst_Namespace(PhpParser\Node\Scalar\MagicConst\Namespace_ $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Namespace(PhpParser\Node\Scalar\MagicConst\Namespace_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_MagicConst_Trait</methodName>
<methodSignature>pScalar_MagicConst_Trait(PhpParser\Node\Scalar\MagicConst\Trait_ $node)</methodSignature>
<fullMethod>pScalar_MagicConst_Trait(PhpParser\Node\Scalar\MagicConst\Trait_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_String</methodName>
<methodSignature>pScalar_String(PhpParser\Node\Scalar\String_ $node)</methodSignature>
<fullMethod>pScalar_String(PhpParser\Node\Scalar\String_ $node)</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_Encapsed</methodName>
<methodSignature>pScalar_Encapsed(PhpParser\Node\Scalar\Encapsed $node)</methodSignature>
<fullMethod>pScalar_Encapsed(PhpParser\Node\Scalar\Encapsed $node)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_LNumber</methodName>
<methodSignature>pScalar_LNumber(PhpParser\Node\Scalar\LNumber $node)</methodSignature>
<fullMethod>pScalar_LNumber(PhpParser\Node\Scalar\LNumber $node)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_DNumber</methodName>
<methodSignature>pScalar_DNumber(PhpParser\Node\Scalar\DNumber $node)</methodSignature>
<fullMethod>pScalar_DNumber(PhpParser\Node\Scalar\DNumber $node)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pScalar_EncapsedStringPart</methodName>
<methodSignature>pScalar_EncapsedStringPart(PhpParser\Node\Scalar\EncapsedStringPart $node)</methodSignature>
<fullMethod>pScalar_EncapsedStringPart(PhpParser\Node\Scalar\EncapsedStringPart $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Assign</methodName>
<methodSignature>pExpr_Assign(PhpParser\Node\Expr\Assign $node)</methodSignature>
<fullMethod>pExpr_Assign(PhpParser\Node\Expr\Assign $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignRef</methodName>
<methodSignature>pExpr_AssignRef(PhpParser\Node\Expr\AssignRef $node)</methodSignature>
<fullMethod>pExpr_AssignRef(PhpParser\Node\Expr\AssignRef $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Plus</methodName>
<methodSignature>pExpr_AssignOp_Plus(PhpParser\Node\Expr\AssignOp\Plus $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Plus(PhpParser\Node\Expr\AssignOp\Plus $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Minus</methodName>
<methodSignature>pExpr_AssignOp_Minus(PhpParser\Node\Expr\AssignOp\Minus $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Minus(PhpParser\Node\Expr\AssignOp\Minus $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Mul</methodName>
<methodSignature>pExpr_AssignOp_Mul(PhpParser\Node\Expr\AssignOp\Mul $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Mul(PhpParser\Node\Expr\AssignOp\Mul $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Div</methodName>
<methodSignature>pExpr_AssignOp_Div(PhpParser\Node\Expr\AssignOp\Div $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Div(PhpParser\Node\Expr\AssignOp\Div $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Concat</methodName>
<methodSignature>pExpr_AssignOp_Concat(PhpParser\Node\Expr\AssignOp\Concat $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Concat(PhpParser\Node\Expr\AssignOp\Concat $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Mod</methodName>
<methodSignature>pExpr_AssignOp_Mod(PhpParser\Node\Expr\AssignOp\Mod $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Mod(PhpParser\Node\Expr\AssignOp\Mod $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_BitwiseAnd</methodName>
<methodSignature>pExpr_AssignOp_BitwiseAnd(PhpParser\Node\Expr\AssignOp\BitwiseAnd $node)</methodSignature>
<fullMethod>pExpr_AssignOp_BitwiseAnd(PhpParser\Node\Expr\AssignOp\BitwiseAnd $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_BitwiseOr</methodName>
<methodSignature>pExpr_AssignOp_BitwiseOr(PhpParser\Node\Expr\AssignOp\BitwiseOr $node)</methodSignature>
<fullMethod>pExpr_AssignOp_BitwiseOr(PhpParser\Node\Expr\AssignOp\BitwiseOr $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_BitwiseXor</methodName>
<methodSignature>pExpr_AssignOp_BitwiseXor(PhpParser\Node\Expr\AssignOp\BitwiseXor $node)</methodSignature>
<fullMethod>pExpr_AssignOp_BitwiseXor(PhpParser\Node\Expr\AssignOp\BitwiseXor $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_ShiftLeft</methodName>
<methodSignature>pExpr_AssignOp_ShiftLeft(PhpParser\Node\Expr\AssignOp\ShiftLeft $node)</methodSignature>
<fullMethod>pExpr_AssignOp_ShiftLeft(PhpParser\Node\Expr\AssignOp\ShiftLeft $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_ShiftRight</methodName>
<methodSignature>pExpr_AssignOp_ShiftRight(PhpParser\Node\Expr\AssignOp\ShiftRight $node)</methodSignature>
<fullMethod>pExpr_AssignOp_ShiftRight(PhpParser\Node\Expr\AssignOp\ShiftRight $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Pow</methodName>
<methodSignature>pExpr_AssignOp_Pow(PhpParser\Node\Expr\AssignOp\Pow $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Pow(PhpParser\Node\Expr\AssignOp\Pow $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_AssignOp_Coalesce</methodName>
<methodSignature>pExpr_AssignOp_Coalesce(PhpParser\Node\Expr\AssignOp\Coalesce $node)</methodSignature>
<fullMethod>pExpr_AssignOp_Coalesce(PhpParser\Node\Expr\AssignOp\Coalesce $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Plus</methodName>
<methodSignature>pExpr_BinaryOp_Plus(PhpParser\Node\Expr\BinaryOp\Plus $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Plus(PhpParser\Node\Expr\BinaryOp\Plus $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Minus</methodName>
<methodSignature>pExpr_BinaryOp_Minus(PhpParser\Node\Expr\BinaryOp\Minus $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Minus(PhpParser\Node\Expr\BinaryOp\Minus $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Mul</methodName>
<methodSignature>pExpr_BinaryOp_Mul(PhpParser\Node\Expr\BinaryOp\Mul $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Mul(PhpParser\Node\Expr\BinaryOp\Mul $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Div</methodName>
<methodSignature>pExpr_BinaryOp_Div(PhpParser\Node\Expr\BinaryOp\Div $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Div(PhpParser\Node\Expr\BinaryOp\Div $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Concat</methodName>
<methodSignature>pExpr_BinaryOp_Concat(PhpParser\Node\Expr\BinaryOp\Concat $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Concat(PhpParser\Node\Expr\BinaryOp\Concat $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Mod</methodName>
<methodSignature>pExpr_BinaryOp_Mod(PhpParser\Node\Expr\BinaryOp\Mod $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Mod(PhpParser\Node\Expr\BinaryOp\Mod $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_BooleanAnd</methodName>
<methodSignature>pExpr_BinaryOp_BooleanAnd(PhpParser\Node\Expr\BinaryOp\BooleanAnd $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_BooleanAnd(PhpParser\Node\Expr\BinaryOp\BooleanAnd $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_BooleanOr</methodName>
<methodSignature>pExpr_BinaryOp_BooleanOr(PhpParser\Node\Expr\BinaryOp\BooleanOr $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_BooleanOr(PhpParser\Node\Expr\BinaryOp\BooleanOr $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_BitwiseAnd</methodName>
<methodSignature>pExpr_BinaryOp_BitwiseAnd(PhpParser\Node\Expr\BinaryOp\BitwiseAnd $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_BitwiseAnd(PhpParser\Node\Expr\BinaryOp\BitwiseAnd $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_BitwiseOr</methodName>
<methodSignature>pExpr_BinaryOp_BitwiseOr(PhpParser\Node\Expr\BinaryOp\BitwiseOr $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_BitwiseOr(PhpParser\Node\Expr\BinaryOp\BitwiseOr $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_BitwiseXor</methodName>
<methodSignature>pExpr_BinaryOp_BitwiseXor(PhpParser\Node\Expr\BinaryOp\BitwiseXor $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_BitwiseXor(PhpParser\Node\Expr\BinaryOp\BitwiseXor $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_ShiftLeft</methodName>
<methodSignature>pExpr_BinaryOp_ShiftLeft(PhpParser\Node\Expr\BinaryOp\ShiftLeft $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_ShiftLeft(PhpParser\Node\Expr\BinaryOp\ShiftLeft $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_ShiftRight</methodName>
<methodSignature>pExpr_BinaryOp_ShiftRight(PhpParser\Node\Expr\BinaryOp\ShiftRight $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_ShiftRight(PhpParser\Node\Expr\BinaryOp\ShiftRight $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Pow</methodName>
<methodSignature>pExpr_BinaryOp_Pow(PhpParser\Node\Expr\BinaryOp\Pow $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Pow(PhpParser\Node\Expr\BinaryOp\Pow $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_LogicalAnd</methodName>
<methodSignature>pExpr_BinaryOp_LogicalAnd(PhpParser\Node\Expr\BinaryOp\LogicalAnd $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_LogicalAnd(PhpParser\Node\Expr\BinaryOp\LogicalAnd $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_LogicalOr</methodName>
<methodSignature>pExpr_BinaryOp_LogicalOr(PhpParser\Node\Expr\BinaryOp\LogicalOr $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_LogicalOr(PhpParser\Node\Expr\BinaryOp\LogicalOr $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_LogicalXor</methodName>
<methodSignature>pExpr_BinaryOp_LogicalXor(PhpParser\Node\Expr\BinaryOp\LogicalXor $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_LogicalXor(PhpParser\Node\Expr\BinaryOp\LogicalXor $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Equal</methodName>
<methodSignature>pExpr_BinaryOp_Equal(PhpParser\Node\Expr\BinaryOp\Equal $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Equal(PhpParser\Node\Expr\BinaryOp\Equal $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_NotEqual</methodName>
<methodSignature>pExpr_BinaryOp_NotEqual(PhpParser\Node\Expr\BinaryOp\NotEqual $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_NotEqual(PhpParser\Node\Expr\BinaryOp\NotEqual $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Identical</methodName>
<methodSignature>pExpr_BinaryOp_Identical(PhpParser\Node\Expr\BinaryOp\Identical $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Identical(PhpParser\Node\Expr\BinaryOp\Identical $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_NotIdentical</methodName>
<methodSignature>pExpr_BinaryOp_NotIdentical(PhpParser\Node\Expr\BinaryOp\NotIdentical $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_NotIdentical(PhpParser\Node\Expr\BinaryOp\NotIdentical $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Spaceship</methodName>
<methodSignature>pExpr_BinaryOp_Spaceship(PhpParser\Node\Expr\BinaryOp\Spaceship $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Spaceship(PhpParser\Node\Expr\BinaryOp\Spaceship $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Greater</methodName>
<methodSignature>pExpr_BinaryOp_Greater(PhpParser\Node\Expr\BinaryOp\Greater $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Greater(PhpParser\Node\Expr\BinaryOp\Greater $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_GreaterOrEqual</methodName>
<methodSignature>pExpr_BinaryOp_GreaterOrEqual(PhpParser\Node\Expr\BinaryOp\GreaterOrEqual $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_GreaterOrEqual(PhpParser\Node\Expr\BinaryOp\GreaterOrEqual $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Smaller</methodName>
<methodSignature>pExpr_BinaryOp_Smaller(PhpParser\Node\Expr\BinaryOp\Smaller $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Smaller(PhpParser\Node\Expr\BinaryOp\Smaller $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_SmallerOrEqual</methodName>
<methodSignature>pExpr_BinaryOp_SmallerOrEqual(PhpParser\Node\Expr\BinaryOp\SmallerOrEqual $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_SmallerOrEqual(PhpParser\Node\Expr\BinaryOp\SmallerOrEqual $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BinaryOp_Coalesce</methodName>
<methodSignature>pExpr_BinaryOp_Coalesce(PhpParser\Node\Expr\BinaryOp\Coalesce $node)</methodSignature>
<fullMethod>pExpr_BinaryOp_Coalesce(PhpParser\Node\Expr\BinaryOp\Coalesce $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Instanceof</methodName>
<methodSignature>pExpr_Instanceof(PhpParser\Node\Expr\Instanceof_ $node)</methodSignature>
<fullMethod>pExpr_Instanceof(PhpParser\Node\Expr\Instanceof_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BooleanNot</methodName>
<methodSignature>pExpr_BooleanNot(PhpParser\Node\Expr\BooleanNot $node)</methodSignature>
<fullMethod>pExpr_BooleanNot(PhpParser\Node\Expr\BooleanNot $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_BitwiseNot</methodName>
<methodSignature>pExpr_BitwiseNot(PhpParser\Node\Expr\BitwiseNot $node)</methodSignature>
<fullMethod>pExpr_BitwiseNot(PhpParser\Node\Expr\BitwiseNot $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_UnaryMinus</methodName>
<methodSignature>pExpr_UnaryMinus(PhpParser\Node\Expr\UnaryMinus $node)</methodSignature>
<fullMethod>pExpr_UnaryMinus(PhpParser\Node\Expr\UnaryMinus $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_UnaryPlus</methodName>
<methodSignature>pExpr_UnaryPlus(PhpParser\Node\Expr\UnaryPlus $node)</methodSignature>
<fullMethod>pExpr_UnaryPlus(PhpParser\Node\Expr\UnaryPlus $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_PreInc</methodName>
<methodSignature>pExpr_PreInc(PhpParser\Node\Expr\PreInc $node)</methodSignature>
<fullMethod>pExpr_PreInc(PhpParser\Node\Expr\PreInc $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_PreDec</methodName>
<methodSignature>pExpr_PreDec(PhpParser\Node\Expr\PreDec $node)</methodSignature>
<fullMethod>pExpr_PreDec(PhpParser\Node\Expr\PreDec $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_PostInc</methodName>
<methodSignature>pExpr_PostInc(PhpParser\Node\Expr\PostInc $node)</methodSignature>
<fullMethod>pExpr_PostInc(PhpParser\Node\Expr\PostInc $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_PostDec</methodName>
<methodSignature>pExpr_PostDec(PhpParser\Node\Expr\PostDec $node)</methodSignature>
<fullMethod>pExpr_PostDec(PhpParser\Node\Expr\PostDec $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ErrorSuppress</methodName>
<methodSignature>pExpr_ErrorSuppress(PhpParser\Node\Expr\ErrorSuppress $node)</methodSignature>
<fullMethod>pExpr_ErrorSuppress(PhpParser\Node\Expr\ErrorSuppress $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_YieldFrom</methodName>
<methodSignature>pExpr_YieldFrom(PhpParser\Node\Expr\YieldFrom $node)</methodSignature>
<fullMethod>pExpr_YieldFrom(PhpParser\Node\Expr\YieldFrom $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Print</methodName>
<methodSignature>pExpr_Print(PhpParser\Node\Expr\Print_ $node)</methodSignature>
<fullMethod>pExpr_Print(PhpParser\Node\Expr\Print_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Int</methodName>
<methodSignature>pExpr_Cast_Int(PhpParser\Node\Expr\Cast\Int_ $node)</methodSignature>
<fullMethod>pExpr_Cast_Int(PhpParser\Node\Expr\Cast\Int_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Double</methodName>
<methodSignature>pExpr_Cast_Double(PhpParser\Node\Expr\Cast\Double $node)</methodSignature>
<fullMethod>pExpr_Cast_Double(PhpParser\Node\Expr\Cast\Double $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_String</methodName>
<methodSignature>pExpr_Cast_String(PhpParser\Node\Expr\Cast\String_ $node)</methodSignature>
<fullMethod>pExpr_Cast_String(PhpParser\Node\Expr\Cast\String_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Array</methodName>
<methodSignature>pExpr_Cast_Array(PhpParser\Node\Expr\Cast\Array_ $node)</methodSignature>
<fullMethod>pExpr_Cast_Array(PhpParser\Node\Expr\Cast\Array_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Object</methodName>
<methodSignature>pExpr_Cast_Object(PhpParser\Node\Expr\Cast\Object_ $node)</methodSignature>
<fullMethod>pExpr_Cast_Object(PhpParser\Node\Expr\Cast\Object_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Bool</methodName>
<methodSignature>pExpr_Cast_Bool(PhpParser\Node\Expr\Cast\Bool_ $node)</methodSignature>
<fullMethod>pExpr_Cast_Bool(PhpParser\Node\Expr\Cast\Bool_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Cast_Unset</methodName>
<methodSignature>pExpr_Cast_Unset(PhpParser\Node\Expr\Cast\Unset_ $node)</methodSignature>
<fullMethod>pExpr_Cast_Unset(PhpParser\Node\Expr\Cast\Unset_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_FuncCall</methodName>
<methodSignature>pExpr_FuncCall(PhpParser\Node\Expr\FuncCall $node)</methodSignature>
<fullMethod>pExpr_FuncCall(PhpParser\Node\Expr\FuncCall $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_MethodCall</methodName>
<methodSignature>pExpr_MethodCall(PhpParser\Node\Expr\MethodCall $node)</methodSignature>
<fullMethod>pExpr_MethodCall(PhpParser\Node\Expr\MethodCall $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_NullsafeMethodCall</methodName>
<methodSignature>pExpr_NullsafeMethodCall(PhpParser\Node\Expr\NullsafeMethodCall $node)</methodSignature>
<fullMethod>pExpr_NullsafeMethodCall(PhpParser\Node\Expr\NullsafeMethodCall $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_StaticCall</methodName>
<methodSignature>pExpr_StaticCall(PhpParser\Node\Expr\StaticCall $node)</methodSignature>
<fullMethod>pExpr_StaticCall(PhpParser\Node\Expr\StaticCall $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Empty</methodName>
<methodSignature>pExpr_Empty(PhpParser\Node\Expr\Empty_ $node)</methodSignature>
<fullMethod>pExpr_Empty(PhpParser\Node\Expr\Empty_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Isset</methodName>
<methodSignature>pExpr_Isset(PhpParser\Node\Expr\Isset_ $node)</methodSignature>
<fullMethod>pExpr_Isset(PhpParser\Node\Expr\Isset_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Eval</methodName>
<methodSignature>pExpr_Eval(PhpParser\Node\Expr\Eval_ $node)</methodSignature>
<fullMethod>pExpr_Eval(PhpParser\Node\Expr\Eval_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Include</methodName>
<methodSignature>pExpr_Include(PhpParser\Node\Expr\Include_ $node)</methodSignature>
<fullMethod>pExpr_Include(PhpParser\Node\Expr\Include_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_List</methodName>
<methodSignature>pExpr_List(PhpParser\Node\Expr\List_ $node)</methodSignature>
<fullMethod>pExpr_List(PhpParser\Node\Expr\List_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Error</methodName>
<methodSignature>pExpr_Error(PhpParser\Node\Expr\Error $node)</methodSignature>
<fullMethod>pExpr_Error(PhpParser\Node\Expr\Error $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Variable</methodName>
<methodSignature>pExpr_Variable(PhpParser\Node\Expr\Variable $node)</methodSignature>
<fullMethod>pExpr_Variable(PhpParser\Node\Expr\Variable $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Array</methodName>
<methodSignature>pExpr_Array(PhpParser\Node\Expr\Array_ $node)</methodSignature>
<fullMethod>pExpr_Array(PhpParser\Node\Expr\Array_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ArrayItem</methodName>
<methodSignature>pExpr_ArrayItem(PhpParser\Node\Expr\ArrayItem $node)</methodSignature>
<fullMethod>pExpr_ArrayItem(PhpParser\Node\Expr\ArrayItem $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ArrayDimFetch</methodName>
<methodSignature>pExpr_ArrayDimFetch(PhpParser\Node\Expr\ArrayDimFetch $node)</methodSignature>
<fullMethod>pExpr_ArrayDimFetch(PhpParser\Node\Expr\ArrayDimFetch $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ConstFetch</methodName>
<methodSignature>pExpr_ConstFetch(PhpParser\Node\Expr\ConstFetch $node)</methodSignature>
<fullMethod>pExpr_ConstFetch(PhpParser\Node\Expr\ConstFetch $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ClassConstFetch</methodName>
<methodSignature>pExpr_ClassConstFetch(PhpParser\Node\Expr\ClassConstFetch $node)</methodSignature>
<fullMethod>pExpr_ClassConstFetch(PhpParser\Node\Expr\ClassConstFetch $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_PropertyFetch</methodName>
<methodSignature>pExpr_PropertyFetch(PhpParser\Node\Expr\PropertyFetch $node)</methodSignature>
<fullMethod>pExpr_PropertyFetch(PhpParser\Node\Expr\PropertyFetch $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_NullsafePropertyFetch</methodName>
<methodSignature>pExpr_NullsafePropertyFetch(PhpParser\Node\Expr\NullsafePropertyFetch $node)</methodSignature>
<fullMethod>pExpr_NullsafePropertyFetch(PhpParser\Node\Expr\NullsafePropertyFetch $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_StaticPropertyFetch</methodName>
<methodSignature>pExpr_StaticPropertyFetch(PhpParser\Node\Expr\StaticPropertyFetch $node)</methodSignature>
<fullMethod>pExpr_StaticPropertyFetch(PhpParser\Node\Expr\StaticPropertyFetch $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ShellExec</methodName>
<methodSignature>pExpr_ShellExec(PhpParser\Node\Expr\ShellExec $node)</methodSignature>
<fullMethod>pExpr_ShellExec(PhpParser\Node\Expr\ShellExec $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Closure</methodName>
<methodSignature>pExpr_Closure(PhpParser\Node\Expr\Closure $node)</methodSignature>
<fullMethod>pExpr_Closure(PhpParser\Node\Expr\Closure $node)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Match</methodName>
<methodSignature>pExpr_Match(PhpParser\Node\Expr\Match_ $node)</methodSignature>
<fullMethod>pExpr_Match(PhpParser\Node\Expr\Match_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pMatchArm</methodName>
<methodSignature>pMatchArm(PhpParser\Node\MatchArm $node)</methodSignature>
<fullMethod>pMatchArm(PhpParser\Node\MatchArm $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ArrowFunction</methodName>
<methodSignature>pExpr_ArrowFunction(PhpParser\Node\Expr\ArrowFunction $node)</methodSignature>
<fullMethod>pExpr_ArrowFunction(PhpParser\Node\Expr\ArrowFunction $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_ClosureUse</methodName>
<methodSignature>pExpr_ClosureUse(PhpParser\Node\Expr\ClosureUse $node)</methodSignature>
<fullMethod>pExpr_ClosureUse(PhpParser\Node\Expr\ClosureUse $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_New</methodName>
<methodSignature>pExpr_New(PhpParser\Node\Expr\New_ $node)</methodSignature>
<fullMethod>pExpr_New(PhpParser\Node\Expr\New_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Clone</methodName>
<methodSignature>pExpr_Clone(PhpParser\Node\Expr\Clone_ $node)</methodSignature>
<fullMethod>pExpr_Clone(PhpParser\Node\Expr\Clone_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Ternary</methodName>
<methodSignature>pExpr_Ternary(PhpParser\Node\Expr\Ternary $node)</methodSignature>
<fullMethod>pExpr_Ternary(PhpParser\Node\Expr\Ternary $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Exit</methodName>
<methodSignature>pExpr_Exit(PhpParser\Node\Expr\Exit_ $node)</methodSignature>
<fullMethod>pExpr_Exit(PhpParser\Node\Expr\Exit_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Throw</methodName>
<methodSignature>pExpr_Throw(PhpParser\Node\Expr\Throw_ $node)</methodSignature>
<fullMethod>pExpr_Throw(PhpParser\Node\Expr\Throw_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pExpr_Yield</methodName>
<methodSignature>pExpr_Yield(PhpParser\Node\Expr\Yield_ $node)</methodSignature>
<fullMethod>pExpr_Yield(PhpParser\Node\Expr\Yield_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Namespace</methodName>
<methodSignature>pStmt_Namespace(PhpParser\Node\Stmt\Namespace_ $node)</methodSignature>
<fullMethod>pStmt_Namespace(PhpParser\Node\Stmt\Namespace_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Use</methodName>
<methodSignature>pStmt_Use(PhpParser\Node\Stmt\Use_ $node)</methodSignature>
<fullMethod>pStmt_Use(PhpParser\Node\Stmt\Use_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_GroupUse</methodName>
<methodSignature>pStmt_GroupUse(PhpParser\Node\Stmt\GroupUse $node)</methodSignature>
<fullMethod>pStmt_GroupUse(PhpParser\Node\Stmt\GroupUse $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_UseUse</methodName>
<methodSignature>pStmt_UseUse(PhpParser\Node\Stmt\UseUse $node)</methodSignature>
<fullMethod>pStmt_UseUse(PhpParser\Node\Stmt\UseUse $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pUseType</methodName>
<methodSignature>pUseType($type)</methodSignature>
<fullMethod>pUseType($type)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Interface</methodName>
<methodSignature>pStmt_Interface(PhpParser\Node\Stmt\Interface_ $node)</methodSignature>
<fullMethod>pStmt_Interface(PhpParser\Node\Stmt\Interface_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Enum</methodName>
<methodSignature>pStmt_Enum(PhpParser\Node\Stmt\Enum_ $node)</methodSignature>
<fullMethod>pStmt_Enum(PhpParser\Node\Stmt\Enum_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Class</methodName>
<methodSignature>pStmt_Class(PhpParser\Node\Stmt\Class_ $node)</methodSignature>
<fullMethod>pStmt_Class(PhpParser\Node\Stmt\Class_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Trait</methodName>
<methodSignature>pStmt_Trait(PhpParser\Node\Stmt\Trait_ $node)</methodSignature>
<fullMethod>pStmt_Trait(PhpParser\Node\Stmt\Trait_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_EnumCase</methodName>
<methodSignature>pStmt_EnumCase(PhpParser\Node\Stmt\EnumCase $node)</methodSignature>
<fullMethod>pStmt_EnumCase(PhpParser\Node\Stmt\EnumCase $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_TraitUse</methodName>
<methodSignature>pStmt_TraitUse(PhpParser\Node\Stmt\TraitUse $node)</methodSignature>
<fullMethod>pStmt_TraitUse(PhpParser\Node\Stmt\TraitUse $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_TraitUseAdaptation_Precedence</methodName>
<methodSignature>pStmt_TraitUseAdaptation_Precedence(PhpParser\Node\Stmt\TraitUseAdaptation\Precedence $node)</methodSignature>
<fullMethod>pStmt_TraitUseAdaptation_Precedence(PhpParser\Node\Stmt\TraitUseAdaptation\Precedence $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_TraitUseAdaptation_Alias</methodName>
<methodSignature>pStmt_TraitUseAdaptation_Alias(PhpParser\Node\Stmt\TraitUseAdaptation\Alias $node)</methodSignature>
<fullMethod>pStmt_TraitUseAdaptation_Alias(PhpParser\Node\Stmt\TraitUseAdaptation\Alias $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Property</methodName>
<methodSignature>pStmt_Property(PhpParser\Node\Stmt\Property $node)</methodSignature>
<fullMethod>pStmt_Property(PhpParser\Node\Stmt\Property $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_PropertyProperty</methodName>
<methodSignature>pStmt_PropertyProperty(PhpParser\Node\Stmt\PropertyProperty $node)</methodSignature>
<fullMethod>pStmt_PropertyProperty(PhpParser\Node\Stmt\PropertyProperty $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_ClassMethod</methodName>
<methodSignature>pStmt_ClassMethod(PhpParser\Node\Stmt\ClassMethod $node)</methodSignature>
<fullMethod>pStmt_ClassMethod(PhpParser\Node\Stmt\ClassMethod $node)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_ClassConst</methodName>
<methodSignature>pStmt_ClassConst(PhpParser\Node\Stmt\ClassConst $node)</methodSignature>
<fullMethod>pStmt_ClassConst(PhpParser\Node\Stmt\ClassConst $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Function</methodName>
<methodSignature>pStmt_Function(PhpParser\Node\Stmt\Function_ $node)</methodSignature>
<fullMethod>pStmt_Function(PhpParser\Node\Stmt\Function_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Const</methodName>
<methodSignature>pStmt_Const(PhpParser\Node\Stmt\Const_ $node)</methodSignature>
<fullMethod>pStmt_Const(PhpParser\Node\Stmt\Const_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Declare</methodName>
<methodSignature>pStmt_Declare(PhpParser\Node\Stmt\Declare_ $node)</methodSignature>
<fullMethod>pStmt_Declare(PhpParser\Node\Stmt\Declare_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_DeclareDeclare</methodName>
<methodSignature>pStmt_DeclareDeclare(PhpParser\Node\Stmt\DeclareDeclare $node)</methodSignature>
<fullMethod>pStmt_DeclareDeclare(PhpParser\Node\Stmt\DeclareDeclare $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_If</methodName>
<methodSignature>pStmt_If(PhpParser\Node\Stmt\If_ $node)</methodSignature>
<fullMethod>pStmt_If(PhpParser\Node\Stmt\If_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_ElseIf</methodName>
<methodSignature>pStmt_ElseIf(PhpParser\Node\Stmt\ElseIf_ $node)</methodSignature>
<fullMethod>pStmt_ElseIf(PhpParser\Node\Stmt\ElseIf_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Else</methodName>
<methodSignature>pStmt_Else(PhpParser\Node\Stmt\Else_ $node)</methodSignature>
<fullMethod>pStmt_Else(PhpParser\Node\Stmt\Else_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_For</methodName>
<methodSignature>pStmt_For(PhpParser\Node\Stmt\For_ $node)</methodSignature>
<fullMethod>pStmt_For(PhpParser\Node\Stmt\For_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Foreach</methodName>
<methodSignature>pStmt_Foreach(PhpParser\Node\Stmt\Foreach_ $node)</methodSignature>
<fullMethod>pStmt_Foreach(PhpParser\Node\Stmt\Foreach_ $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_While</methodName>
<methodSignature>pStmt_While(PhpParser\Node\Stmt\While_ $node)</methodSignature>
<fullMethod>pStmt_While(PhpParser\Node\Stmt\While_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Do</methodName>
<methodSignature>pStmt_Do(PhpParser\Node\Stmt\Do_ $node)</methodSignature>
<fullMethod>pStmt_Do(PhpParser\Node\Stmt\Do_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Switch</methodName>
<methodSignature>pStmt_Switch(PhpParser\Node\Stmt\Switch_ $node)</methodSignature>
<fullMethod>pStmt_Switch(PhpParser\Node\Stmt\Switch_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Case</methodName>
<methodSignature>pStmt_Case(PhpParser\Node\Stmt\Case_ $node)</methodSignature>
<fullMethod>pStmt_Case(PhpParser\Node\Stmt\Case_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_TryCatch</methodName>
<methodSignature>pStmt_TryCatch(PhpParser\Node\Stmt\TryCatch $node)</methodSignature>
<fullMethod>pStmt_TryCatch(PhpParser\Node\Stmt\TryCatch $node)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Catch</methodName>
<methodSignature>pStmt_Catch(PhpParser\Node\Stmt\Catch_ $node)</methodSignature>
<fullMethod>pStmt_Catch(PhpParser\Node\Stmt\Catch_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Finally</methodName>
<methodSignature>pStmt_Finally(PhpParser\Node\Stmt\Finally_ $node)</methodSignature>
<fullMethod>pStmt_Finally(PhpParser\Node\Stmt\Finally_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Break</methodName>
<methodSignature>pStmt_Break(PhpParser\Node\Stmt\Break_ $node)</methodSignature>
<fullMethod>pStmt_Break(PhpParser\Node\Stmt\Break_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Continue</methodName>
<methodSignature>pStmt_Continue(PhpParser\Node\Stmt\Continue_ $node)</methodSignature>
<fullMethod>pStmt_Continue(PhpParser\Node\Stmt\Continue_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Return</methodName>
<methodSignature>pStmt_Return(PhpParser\Node\Stmt\Return_ $node)</methodSignature>
<fullMethod>pStmt_Return(PhpParser\Node\Stmt\Return_ $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Throw</methodName>
<methodSignature>pStmt_Throw(PhpParser\Node\Stmt\Throw_ $node)</methodSignature>
<fullMethod>pStmt_Throw(PhpParser\Node\Stmt\Throw_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Label</methodName>
<methodSignature>pStmt_Label(PhpParser\Node\Stmt\Label $node)</methodSignature>
<fullMethod>pStmt_Label(PhpParser\Node\Stmt\Label $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Goto</methodName>
<methodSignature>pStmt_Goto(PhpParser\Node\Stmt\Goto_ $node)</methodSignature>
<fullMethod>pStmt_Goto(PhpParser\Node\Stmt\Goto_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Expression</methodName>
<methodSignature>pStmt_Expression(PhpParser\Node\Stmt\Expression $node)</methodSignature>
<fullMethod>pStmt_Expression(PhpParser\Node\Stmt\Expression $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Echo</methodName>
<methodSignature>pStmt_Echo(PhpParser\Node\Stmt\Echo_ $node)</methodSignature>
<fullMethod>pStmt_Echo(PhpParser\Node\Stmt\Echo_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Static</methodName>
<methodSignature>pStmt_Static(PhpParser\Node\Stmt\Static_ $node)</methodSignature>
<fullMethod>pStmt_Static(PhpParser\Node\Stmt\Static_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Global</methodName>
<methodSignature>pStmt_Global(PhpParser\Node\Stmt\Global_ $node)</methodSignature>
<fullMethod>pStmt_Global(PhpParser\Node\Stmt\Global_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_StaticVar</methodName>
<methodSignature>pStmt_StaticVar(PhpParser\Node\Stmt\StaticVar $node)</methodSignature>
<fullMethod>pStmt_StaticVar(PhpParser\Node\Stmt\StaticVar $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Unset</methodName>
<methodSignature>pStmt_Unset(PhpParser\Node\Stmt\Unset_ $node)</methodSignature>
<fullMethod>pStmt_Unset(PhpParser\Node\Stmt\Unset_ $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_InlineHTML</methodName>
<methodSignature>pStmt_InlineHTML(PhpParser\Node\Stmt\InlineHTML $node)</methodSignature>
<fullMethod>pStmt_InlineHTML(PhpParser\Node\Stmt\InlineHTML $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_HaltCompiler</methodName>
<methodSignature>pStmt_HaltCompiler(PhpParser\Node\Stmt\HaltCompiler $node)</methodSignature>
<fullMethod>pStmt_HaltCompiler(PhpParser\Node\Stmt\HaltCompiler $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pStmt_Nop</methodName>
<methodSignature>pStmt_Nop(PhpParser\Node\Stmt\Nop $node)</methodSignature>
<fullMethod>pStmt_Nop(PhpParser\Node\Stmt\Nop $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pClassCommon</methodName>
<methodSignature>pClassCommon(PhpParser\Node\Stmt\Class_ $node, $afterClassToken)</methodSignature>
<fullMethod>pClassCommon(PhpParser\Node\Stmt\Class_ $node, $afterClassToken)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pObjectProperty</methodName>
<methodSignature>pObjectProperty($node)</methodSignature>
<fullMethod>pObjectProperty($node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pEncapsList</methodName>
<methodSignature>pEncapsList(array $encapsList, $quote)</methodSignature>
<fullMethod>pEncapsList(array $encapsList, $quote)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pSingleQuotedString</methodName>
<methodSignature>pSingleQuotedString(string $string)</methodSignature>
<fullMethod>pSingleQuotedString(string $string)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>escapeString</methodName>
<methodSignature>escapeString($string, $quote)</methodSignature>
<fullMethod>escapeString($string, $quote)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>containsEndLabel</methodName>
<methodSignature>containsEndLabel($string, $label, $atStart, $atEnd)</methodSignature>
<fullMethod>containsEndLabel($string, $label, $atStart, $atEnd)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>encapsedContainsEndLabel</methodName>
<methodSignature>encapsedContainsEndLabel(array $parts, $label)</methodSignature>
<fullMethod>encapsedContainsEndLabel(array $parts, $label)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pDereferenceLhs</methodName>
<methodSignature>pDereferenceLhs(PhpParser\Node $node)</methodSignature>
<fullMethod>pDereferenceLhs(PhpParser\Node $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pCallLhs</methodName>
<methodSignature>pCallLhs(PhpParser\Node $node)</methodSignature>
<fullMethod>pCallLhs(PhpParser\Node $node)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pNewVariable</methodName>
<methodSignature>pNewVariable(PhpParser\Node $node)</methodSignature>
<fullMethod>pNewVariable(PhpParser\Node $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>hasNodeWithComments</methodName>
<methodSignature>hasNodeWithComments(array $nodes)</methodSignature>
<fullMethod>hasNodeWithComments(array $nodes)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pMaybeMultiline</methodName>
<methodSignature>pMaybeMultiline(array $nodes, bool $trailingComma)</methodSignature>
<fullMethod>pMaybeMultiline(array $nodes, bool $trailingComma)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PhpParser\PrettyPrinter</package>
<className>PhpParser\PrettyPrinter\Standard</className>
<methodName>pAttrGroups</methodName>
<methodSignature>pAttrGroups(array $nodes, bool $inline): string</methodSignature>
<fullMethod>pAttrGroups(array $nodes, bool $inline): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>map</methodName>
<methodSignature>map(PharIo\Manifest\ManifestDocument $document): PharIo\Manifest\Manifest</methodSignature>
<fullMethod>map(PharIo\Manifest\ManifestDocument $document): PharIo\Manifest\Manifest</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>mapType</methodName>
<methodSignature>mapType(PharIo\Manifest\ContainsElement $contains): PharIo\Manifest\Type</methodSignature>
<fullMethod>mapType(PharIo\Manifest\ContainsElement $contains): PharIo\Manifest\Type</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>mapCopyright</methodName>
<methodSignature>mapCopyright(PharIo\Manifest\CopyrightElement $copyright): PharIo\Manifest\CopyrightInformation</methodSignature>
<fullMethod>mapCopyright(PharIo\Manifest\CopyrightElement $copyright): PharIo\Manifest\CopyrightInformation</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>mapRequirements</methodName>
<methodSignature>mapRequirements(PharIo\Manifest\RequiresElement $requires): PharIo\Manifest\RequirementCollection</methodSignature>
<fullMethod>mapRequirements(PharIo\Manifest\RequiresElement $requires): PharIo\Manifest\RequirementCollection</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>mapBundledComponents</methodName>
<methodSignature>mapBundledComponents(PharIo\Manifest\ManifestDocument $document): PharIo\Manifest\BundledComponentCollection</methodSignature>
<fullMethod>mapBundledComponents(PharIo\Manifest\ManifestDocument $document): PharIo\Manifest\BundledComponentCollection</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentMapper</className>
<methodName>mapExtension</methodName>
<methodSignature>mapExtension(PharIo\Manifest\ExtensionElement $extension): PharIo\Manifest\Extension</methodSignature>
<fullMethod>mapExtension(PharIo\Manifest\ExtensionElement $extension): PharIo\Manifest\Extension</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestLoader</className>
<methodName>fromFile</methodName>
<methodSignature>fromFile(string $filename): PharIo\Manifest\Manifest</methodSignature>
<fullMethod>fromFile(string $filename): PharIo\Manifest\Manifest</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestLoader</className>
<methodName>fromPhar</methodName>
<methodSignature>fromPhar(string $filename): PharIo\Manifest\Manifest</methodSignature>
<fullMethod>fromPhar(string $filename): PharIo\Manifest\Manifest</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestLoader</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $manifest): PharIo\Manifest\Manifest</methodSignature>
<fullMethod>fromString(string $manifest): PharIo\Manifest\Manifest</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>serializeToFile</methodName>
<methodSignature>serializeToFile(PharIo\Manifest\Manifest $manifest, string $filename): void</methodSignature>
<fullMethod>serializeToFile(PharIo\Manifest\Manifest $manifest, string $filename): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>serializeToString</methodName>
<methodSignature>serializeToString(PharIo\Manifest\Manifest $manifest): string</methodSignature>
<fullMethod>serializeToString(PharIo\Manifest\Manifest $manifest): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>startDocument</methodName>
<methodSignature>startDocument(): void</methodSignature>
<fullMethod>startDocument(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>finishDocument</methodName>
<methodSignature>finishDocument(): string</methodSignature>
<fullMethod>finishDocument(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>addContains</methodName>
<methodSignature>addContains(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version, PharIo\Manifest\Type $type): void</methodSignature>
<fullMethod>addContains(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version, PharIo\Manifest\Type $type): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>addCopyright</methodName>
<methodSignature>addCopyright(PharIo\Manifest\CopyrightInformation $copyrightInformation): void</methodSignature>
<fullMethod>addCopyright(PharIo\Manifest\CopyrightInformation $copyrightInformation): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>addRequirements</methodName>
<methodSignature>addRequirements(PharIo\Manifest\RequirementCollection $requirementCollection): void</methodSignature>
<fullMethod>addRequirements(PharIo\Manifest\RequirementCollection $requirementCollection): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>addBundles</methodName>
<methodSignature>addBundles(PharIo\Manifest\BundledComponentCollection $bundledComponentCollection): void</methodSignature>
<fullMethod>addBundles(PharIo\Manifest\BundledComponentCollection $bundledComponentCollection): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestSerializer</className>
<methodName>addExtension</methodName>
<methodSignature>addExtension(PharIo\Manifest\ApplicationName $applicationName, PharIo\Version\VersionConstraint $versionConstraint): void</methodSignature>
<fullMethod>addExtension(PharIo\Manifest\ApplicationName $applicationName, PharIo\Version\VersionConstraint $versionConstraint): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentLoadingException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $libxmlErrors)</methodSignature>
<fullMethod>__construct(array $libxmlErrors)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocumentLoadingException</className>
<methodName>getLibxmlErrors</methodName>
<methodSignature>getLibxmlErrors(): array</methodSignature>
<fullMethod>getLibxmlErrors(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Application</className>
<methodName>isApplication</methodName>
<methodSignature>isApplication(): bool</methodSignature>
<fullMethod>isApplication(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ApplicationName</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ApplicationName</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ApplicationName</className>
<methodName>isEqual</methodName>
<methodSignature>isEqual(PharIo\Manifest\ApplicationName $name): bool</methodSignature>
<fullMethod>isEqual(PharIo\Manifest\ApplicationName $name): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ApplicationName</className>
<methodName>ensureValidFormat</methodName>
<methodSignature>ensureValidFormat(string $name): void</methodSignature>
<fullMethod>ensureValidFormat(string $name): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Author</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, PharIo\Manifest\Email $email)</methodSignature>
<fullMethod>__construct(string $name, PharIo\Manifest\Email $email)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Author</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Author</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Author</className>
<methodName>getEmail</methodName>
<methodSignature>getEmail(): PharIo\Manifest\Email</methodSignature>
<fullMethod>getEmail(): PharIo\Manifest\Email</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollection</className>
<methodName>add</methodName>
<methodSignature>add(PharIo\Manifest\Author $author): void</methodSignature>
<fullMethod>add(PharIo\Manifest\Author $author): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollection</className>
<methodName>getAuthors</methodName>
<methodSignature>getAuthors(): array</methodSignature>
<fullMethod>getAuthors(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PharIo\Manifest\AuthorCollectionIterator</methodSignature>
<fullMethod>getIterator(): PharIo\Manifest\AuthorCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\AuthorCollection $authors)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\AuthorCollection $authors)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\Author</methodSignature>
<fullMethod>current(): PharIo\Manifest\Author</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponent</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, PharIo\Version\Version $version)</methodSignature>
<fullMethod>__construct(string $name, PharIo\Version\Version $version)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponent</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponent</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): PharIo\Version\Version</methodSignature>
<fullMethod>getVersion(): PharIo\Version\Version</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollection</className>
<methodName>add</methodName>
<methodSignature>add(PharIo\Manifest\BundledComponent $bundledComponent): void</methodSignature>
<fullMethod>add(PharIo\Manifest\BundledComponent $bundledComponent): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollection</className>
<methodName>getBundledComponents</methodName>
<methodSignature>getBundledComponents(): array</methodSignature>
<fullMethod>getBundledComponents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PharIo\Manifest\BundledComponentCollectionIterator</methodSignature>
<fullMethod>getIterator(): PharIo\Manifest\BundledComponentCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\BundledComponentCollection $bundledComponents)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\BundledComponentCollection $bundledComponents)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\BundledComponent</methodSignature>
<fullMethod>current(): PharIo\Manifest\BundledComponent</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundledComponentCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\CopyrightInformation</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\AuthorCollection $authors, PharIo\Manifest\License $license)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\AuthorCollection $authors, PharIo\Manifest\License $license)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\CopyrightInformation</className>
<methodName>getAuthors</methodName>
<methodSignature>getAuthors(): PharIo\Manifest\AuthorCollection</methodSignature>
<fullMethod>getAuthors(): PharIo\Manifest\AuthorCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\CopyrightInformation</className>
<methodName>getLicense</methodName>
<methodSignature>getLicense(): PharIo\Manifest\License</methodSignature>
<fullMethod>getLicense(): PharIo\Manifest\License</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Email</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $email)</methodSignature>
<fullMethod>__construct(string $email)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Email</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Email</className>
<methodName>ensureEmailIsValid</methodName>
<methodSignature>ensureEmailIsValid(string $url): void</methodSignature>
<fullMethod>ensureEmailIsValid(string $url): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\ApplicationName $application, PharIo\Version\VersionConstraint $versionConstraint)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\ApplicationName $application, PharIo\Version\VersionConstraint $versionConstraint)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>getApplicationName</methodName>
<methodSignature>getApplicationName(): PharIo\Manifest\ApplicationName</methodSignature>
<fullMethod>getApplicationName(): PharIo\Manifest\ApplicationName</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>getVersionConstraint</methodName>
<methodSignature>getVersionConstraint(): PharIo\Version\VersionConstraint</methodSignature>
<fullMethod>getVersionConstraint(): PharIo\Version\VersionConstraint</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>isExtension</methodName>
<methodSignature>isExtension(): bool</methodSignature>
<fullMethod>isExtension(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>isExtensionFor</methodName>
<methodSignature>isExtensionFor(PharIo\Manifest\ApplicationName $name): bool</methodSignature>
<fullMethod>isExtensionFor(PharIo\Manifest\ApplicationName $name): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Extension</className>
<methodName>isCompatibleWith</methodName>
<methodSignature>isCompatibleWith(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>isCompatibleWith(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Library</className>
<methodName>isLibrary</methodName>
<methodSignature>isLibrary(): bool</methodSignature>
<fullMethod>isLibrary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\License</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, PharIo\Manifest\Url $url)</methodSignature>
<fullMethod>__construct(string $name, PharIo\Manifest\Url $url)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\License</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\License</className>
<methodName>getUrl</methodName>
<methodSignature>getUrl(): PharIo\Manifest\Url</methodSignature>
<fullMethod>getUrl(): PharIo\Manifest\Url</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version, PharIo\Manifest\Type $type, PharIo\Manifest\CopyrightInformation $copyrightInformation, PharIo\Manifest\RequirementCollection $requirements, PharIo\Manifest\BundledComponentCollection $bundledComponents)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\ApplicationName $name, PharIo\Version\Version $version, PharIo\Manifest\Type $type, PharIo\Manifest\CopyrightInformation $copyrightInformation, PharIo\Manifest\RequirementCollection $requirements, PharIo\Manifest\BundledComponentCollection $bundledComponents)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getName</methodName>
<methodSignature>getName(): PharIo\Manifest\ApplicationName</methodSignature>
<fullMethod>getName(): PharIo\Manifest\ApplicationName</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): PharIo\Version\Version</methodSignature>
<fullMethod>getVersion(): PharIo\Version\Version</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getType</methodName>
<methodSignature>getType(): PharIo\Manifest\Type</methodSignature>
<fullMethod>getType(): PharIo\Manifest\Type</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getCopyrightInformation</methodName>
<methodSignature>getCopyrightInformation(): PharIo\Manifest\CopyrightInformation</methodSignature>
<fullMethod>getCopyrightInformation(): PharIo\Manifest\CopyrightInformation</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getRequirements</methodName>
<methodSignature>getRequirements(): PharIo\Manifest\RequirementCollection</methodSignature>
<fullMethod>getRequirements(): PharIo\Manifest\RequirementCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>getBundledComponents</methodName>
<methodSignature>getBundledComponents(): PharIo\Manifest\BundledComponentCollection</methodSignature>
<fullMethod>getBundledComponents(): PharIo\Manifest\BundledComponentCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>isApplication</methodName>
<methodSignature>isApplication(): bool</methodSignature>
<fullMethod>isApplication(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>isLibrary</methodName>
<methodSignature>isLibrary(): bool</methodSignature>
<fullMethod>isLibrary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>isExtension</methodName>
<methodSignature>isExtension(): bool</methodSignature>
<fullMethod>isExtension(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Manifest</className>
<methodName>isExtensionFor</methodName>
<methodSignature>isExtensionFor(PharIo\Manifest\ApplicationName $application, PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>isExtensionFor(PharIo\Manifest\ApplicationName $application, PharIo\Version\Version $version): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpExtensionRequirement</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $extension)</methodSignature>
<fullMethod>__construct(string $extension)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpExtensionRequirement</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpVersionRequirement</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Version\VersionConstraint $versionConstraint)</methodSignature>
<fullMethod>__construct(PharIo\Version\VersionConstraint $versionConstraint)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpVersionRequirement</className>
<methodName>getVersionConstraint</methodName>
<methodSignature>getVersionConstraint(): PharIo\Version\VersionConstraint</methodSignature>
<fullMethod>getVersionConstraint(): PharIo\Version\VersionConstraint</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollection</className>
<methodName>add</methodName>
<methodSignature>add(PharIo\Manifest\Requirement $requirement): void</methodSignature>
<fullMethod>add(PharIo\Manifest\Requirement $requirement): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollection</className>
<methodName>getRequirements</methodName>
<methodSignature>getRequirements(): array</methodSignature>
<fullMethod>getRequirements(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PharIo\Manifest\RequirementCollectionIterator</methodSignature>
<fullMethod>getIterator(): PharIo\Manifest\RequirementCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Manifest\RequirementCollection $requirements)</methodSignature>
<fullMethod>__construct(PharIo\Manifest\RequirementCollection $requirements)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\Requirement</methodSignature>
<fullMethod>current(): PharIo\Manifest\Requirement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequirementCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>application</methodName>
<methodSignature>application(): PharIo\Manifest\Application</methodSignature>
<fullMethod>application(): PharIo\Manifest\Application</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>library</methodName>
<methodSignature>library(): PharIo\Manifest\Library</methodSignature>
<fullMethod>library(): PharIo\Manifest\Library</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>extension</methodName>
<methodSignature>extension(PharIo\Manifest\ApplicationName $application, PharIo\Version\VersionConstraint $versionConstraint): PharIo\Manifest\Extension</methodSignature>
<fullMethod>extension(PharIo\Manifest\ApplicationName $application, PharIo\Version\VersionConstraint $versionConstraint): PharIo\Manifest\Extension</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>isApplication</methodName>
<methodSignature>isApplication(): bool</methodSignature>
<fullMethod>isApplication(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>isLibrary</methodName>
<methodSignature>isLibrary(): bool</methodSignature>
<fullMethod>isLibrary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Type</className>
<methodName>isExtension</methodName>
<methodSignature>isExtension(): bool</methodSignature>
<fullMethod>isExtension(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Url</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $url)</methodSignature>
<fullMethod>__construct(string $url)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Url</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\Url</className>
<methodName>ensureUrlIsValid</methodName>
<methodSignature>ensureUrlIsValid($url): void</methodSignature>
<fullMethod>ensureUrlIsValid($url): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorElement</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorElement</className>
<methodName>getEmail</methodName>
<methodSignature>getEmail(): string</methodSignature>
<fullMethod>getEmail(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\AuthorElementCollection</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\AuthorElement</methodSignature>
<fullMethod>current(): PharIo\Manifest\AuthorElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\BundlesElement</className>
<methodName>getComponentElements</methodName>
<methodSignature>getComponentElements(): PharIo\Manifest\ComponentElementCollection</methodSignature>
<fullMethod>getComponentElements(): PharIo\Manifest\ComponentElementCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ComponentElement</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ComponentElement</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): string</methodSignature>
<fullMethod>getVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ComponentElementCollection</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\ComponentElement</methodSignature>
<fullMethod>current(): PharIo\Manifest\ComponentElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ContainsElement</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ContainsElement</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): string</methodSignature>
<fullMethod>getVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ContainsElement</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ContainsElement</className>
<methodName>getExtensionElement</methodName>
<methodSignature>getExtensionElement(): PharIo\Manifest\ExtensionElement</methodSignature>
<fullMethod>getExtensionElement(): PharIo\Manifest\ExtensionElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\CopyrightElement</className>
<methodName>getAuthorElements</methodName>
<methodSignature>getAuthorElements(): PharIo\Manifest\AuthorElementCollection</methodSignature>
<fullMethod>getAuthorElements(): PharIo\Manifest\AuthorElementCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\CopyrightElement</className>
<methodName>getLicenseElement</methodName>
<methodSignature>getLicenseElement(): PharIo\Manifest\LicenseElement</methodSignature>
<fullMethod>getLicenseElement(): PharIo\Manifest\LicenseElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMNodeList $nodeList)</methodSignature>
<fullMethod>__construct(DOMNodeList $nodeList)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>current</methodName>
<methodSignature>current()</methodSignature>
<fullMethod>current()</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>getCurrentElement</methodName>
<methodSignature>getCurrentElement(): DOMElement</methodSignature>
<fullMethod>getCurrentElement(): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ElementCollection</className>
<methodName>importNodes</methodName>
<methodSignature>importNodes(DOMNodeList $nodeList): void</methodSignature>
<fullMethod>importNodes(DOMNodeList $nodeList): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ExtElement</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ExtElementCollection</className>
<methodName>current</methodName>
<methodSignature>current(): PharIo\Manifest\ExtElement</methodSignature>
<fullMethod>current(): PharIo\Manifest\ExtElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ExtensionElement</className>
<methodName>getFor</methodName>
<methodSignature>getFor(): string</methodSignature>
<fullMethod>getFor(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ExtensionElement</className>
<methodName>getCompatible</methodName>
<methodSignature>getCompatible(): string</methodSignature>
<fullMethod>getCompatible(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\LicenseElement</className>
<methodName>getType</methodName>
<methodSignature>getType(): string</methodSignature>
<fullMethod>getType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\LicenseElement</className>
<methodName>getUrl</methodName>
<methodSignature>getUrl(): string</methodSignature>
<fullMethod>getUrl(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>fromFile</methodName>
<methodSignature>fromFile(string $filename): PharIo\Manifest\ManifestDocument</methodSignature>
<fullMethod>fromFile(string $filename): PharIo\Manifest\ManifestDocument</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>fromString</methodName>
<methodSignature>fromString(string $xmlString): PharIo\Manifest\ManifestDocument</methodSignature>
<fullMethod>fromString(string $xmlString): PharIo\Manifest\ManifestDocument</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMDocument $dom)</methodSignature>
<fullMethod>__construct(DOMDocument $dom)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>getContainsElement</methodName>
<methodSignature>getContainsElement(): PharIo\Manifest\ContainsElement</methodSignature>
<fullMethod>getContainsElement(): PharIo\Manifest\ContainsElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>getCopyrightElement</methodName>
<methodSignature>getCopyrightElement(): PharIo\Manifest\CopyrightElement</methodSignature>
<fullMethod>getCopyrightElement(): PharIo\Manifest\CopyrightElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>getRequiresElement</methodName>
<methodSignature>getRequiresElement(): PharIo\Manifest\RequiresElement</methodSignature>
<fullMethod>getRequiresElement(): PharIo\Manifest\RequiresElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>hasBundlesElement</methodName>
<methodSignature>hasBundlesElement(): bool</methodSignature>
<fullMethod>hasBundlesElement(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>getBundlesElement</methodName>
<methodSignature>getBundlesElement(): PharIo\Manifest\BundlesElement</methodSignature>
<fullMethod>getBundlesElement(): PharIo\Manifest\BundlesElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>ensureCorrectDocumentType</methodName>
<methodSignature>ensureCorrectDocumentType(DOMDocument $dom): void</methodSignature>
<fullMethod>ensureCorrectDocumentType(DOMDocument $dom): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestDocument</className>
<methodName>fetchElementByName</methodName>
<methodSignature>fetchElementByName(string $elementName): DOMElement</methodSignature>
<fullMethod>fetchElementByName(string $elementName): DOMElement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestElement</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $element)</methodSignature>
<fullMethod>__construct(DOMElement $element)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestElement</className>
<methodName>getAttributeValue</methodName>
<methodSignature>getAttributeValue(string $name): string</methodSignature>
<fullMethod>getAttributeValue(string $name): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestElement</className>
<methodName>getChildByName</methodName>
<methodSignature>getChildByName(string $elementName): DOMElement</methodSignature>
<fullMethod>getChildByName(string $elementName): DOMElement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestElement</className>
<methodName>getChildrenByName</methodName>
<methodSignature>getChildrenByName(string $elementName): DOMNodeList</methodSignature>
<fullMethod>getChildrenByName(string $elementName): DOMNodeList</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\ManifestElement</className>
<methodName>hasChild</methodName>
<methodSignature>hasChild(string $elementName): bool</methodSignature>
<fullMethod>hasChild(string $elementName): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpElement</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): string</methodSignature>
<fullMethod>getVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpElement</className>
<methodName>hasExtElements</methodName>
<methodSignature>hasExtElements(): bool</methodSignature>
<fullMethod>hasExtElements(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\PhpElement</className>
<methodName>getExtElements</methodName>
<methodSignature>getExtElements(): PharIo\Manifest\ExtElementCollection</methodSignature>
<fullMethod>getExtElements(): PharIo\Manifest\ExtElementCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Manifest</package>
<className>PharIo\Manifest\RequiresElement</className>
<methodName>getPHPElement</methodName>
<methodSignature>getPHPElement(): PharIo\Manifest\PhpElement</methodSignature>
<fullMethod>getPHPElement(): PharIo\Manifest\PhpElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\BuildMetaData</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value)</methodSignature>
<fullMethod>__construct(string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\BuildMetaData</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\BuildMetaData</className>
<methodName>equals</methodName>
<methodSignature>equals(PharIo\Version\BuildMetaData $other): bool</methodSignature>
<fullMethod>equals(PharIo\Version\BuildMetaData $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value)</methodSignature>
<fullMethod>__construct(string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>getValue</methodName>
<methodSignature>getValue(): string</methodSignature>
<fullMethod>getValue(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>getNumber</methodName>
<methodSignature>getNumber(): ?int</methodSignature>
<fullMethod>getNumber(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(PharIo\Version\PreReleaseSuffix $suffix): bool</methodSignature>
<fullMethod>isGreaterThan(PharIo\Version\PreReleaseSuffix $suffix): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>mapValueToScore</methodName>
<methodSignature>mapValueToScore(string $value): int</methodSignature>
<fullMethod>mapValueToScore(string $value): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\PreReleaseSuffix</className>
<methodName>parseValue</methodName>
<methodSignature>parseValue(string $value): void</methodSignature>
<fullMethod>parseValue(string $value): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $versionString)</methodSignature>
<fullMethod>__construct(string $versionString)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getPreReleaseSuffix</methodName>
<methodSignature>getPreReleaseSuffix(): PharIo\Version\PreReleaseSuffix</methodSignature>
<fullMethod>getPreReleaseSuffix(): PharIo\Version\PreReleaseSuffix</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getOriginalString</methodName>
<methodSignature>getOriginalString(): string</methodSignature>
<fullMethod>getOriginalString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getVersionString</methodName>
<methodSignature>getVersionString(): string</methodSignature>
<fullMethod>getVersionString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>hasPreReleaseSuffix</methodName>
<methodSignature>hasPreReleaseSuffix(): bool</methodSignature>
<fullMethod>hasPreReleaseSuffix(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>equals</methodName>
<methodSignature>equals(PharIo\Version\Version $other): bool</methodSignature>
<fullMethod>equals(PharIo\Version\Version $other): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>isGreaterThan(PharIo\Version\Version $version): bool</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getMajor</methodName>
<methodSignature>getMajor(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getMajor(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getMinor</methodName>
<methodSignature>getMinor(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getMinor(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getPatch</methodName>
<methodSignature>getPatch(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getPatch(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>hasBuildMetaData</methodName>
<methodSignature>hasBuildMetaData(): bool</methodSignature>
<fullMethod>hasBuildMetaData(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>getBuildMetaData</methodName>
<methodSignature>getBuildMetaData(): PharIo\Version\BuildMetaData</methodSignature>
<fullMethod>getBuildMetaData(): PharIo\Version\BuildMetaData</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>parseVersion</methodName>
<methodSignature>parseVersion(array $matches): void</methodSignature>
<fullMethod>parseVersion(array $matches): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\Version</className>
<methodName>ensureVersionStringIsValid</methodName>
<methodSignature>ensureVersionStringIsValid($version): void</methodSignature>
<fullMethod>ensureVersionStringIsValid($version): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintParser</className>
<methodName>parse</methodName>
<methodSignature>parse(string $value): PharIo\Version\VersionConstraint</methodSignature>
<fullMethod>parse(string $value): PharIo\Version\VersionConstraint</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintParser</className>
<methodName>handleOrGroup</methodName>
<methodSignature>handleOrGroup(string $value): PharIo\Version\OrVersionConstraintGroup</methodSignature>
<fullMethod>handleOrGroup(string $value): PharIo\Version\OrVersionConstraintGroup</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintParser</className>
<methodName>handleTildeOperator</methodName>
<methodSignature>handleTildeOperator(string $value): PharIo\Version\AndVersionConstraintGroup</methodSignature>
<fullMethod>handleTildeOperator(string $value): PharIo\Version\AndVersionConstraintGroup</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintParser</className>
<methodName>handleCaretOperator</methodName>
<methodSignature>handleCaretOperator(string $value): PharIo\Version\AndVersionConstraintGroup</methodSignature>
<fullMethod>handleCaretOperator(string $value): PharIo\Version\AndVersionConstraintGroup</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $versionString)</methodSignature>
<fullMethod>__construct(string $versionString)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getLabel</methodName>
<methodSignature>getLabel(): string</methodSignature>
<fullMethod>getLabel(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getBuildMetaData</methodName>
<methodSignature>getBuildMetaData(): string</methodSignature>
<fullMethod>getBuildMetaData(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getVersionString</methodName>
<methodSignature>getVersionString(): string</methodSignature>
<fullMethod>getVersionString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getMajor</methodName>
<methodSignature>getMajor(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getMajor(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getMinor</methodName>
<methodSignature>getMinor(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getMinor(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>getPatch</methodName>
<methodSignature>getPatch(): PharIo\Version\VersionNumber</methodSignature>
<fullMethod>getPatch(): PharIo\Version\VersionNumber</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>parseVersion</methodName>
<methodSignature>parseVersion(string $versionString): void</methodSignature>
<fullMethod>parseVersion(string $versionString): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>extractBuildMetaData</methodName>
<methodSignature>extractBuildMetaData(string $versionString): void</methodSignature>
<fullMethod>extractBuildMetaData(string $versionString): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>extractLabel</methodName>
<methodSignature>extractLabel(string $versionString): void</methodSignature>
<fullMethod>extractLabel(string $versionString): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionConstraintValue</className>
<methodName>stripPotentialVPrefix</methodName>
<methodSignature>stripPotentialVPrefix(string $versionString): void</methodSignature>
<fullMethod>stripPotentialVPrefix(string $versionString): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionNumber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?int $value)</methodSignature>
<fullMethod>__construct(?int $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionNumber</className>
<methodName>isAny</methodName>
<methodSignature>isAny(): bool</methodSignature>
<fullMethod>isAny(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\VersionNumber</className>
<methodName>getValue</methodName>
<methodSignature>getValue(): ?int</methodSignature>
<fullMethod>getValue(): ?int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AbstractVersionConstraint</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $originalValue)</methodSignature>
<fullMethod>__construct(string $originalValue)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AbstractVersionConstraint</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AndVersionConstraintGroup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $originalValue, array $constraints)</methodSignature>
<fullMethod>__construct(string $originalValue, array $constraints)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AndVersionConstraintGroup</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AnyVersionConstraint</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\AnyVersionConstraint</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\ExactVersionConstraint</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\GreaterThanOrEqualToVersionConstraint</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $originalValue, PharIo\Version\Version $minimalVersion)</methodSignature>
<fullMethod>__construct(string $originalValue, PharIo\Version\Version $minimalVersion)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\GreaterThanOrEqualToVersionConstraint</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\OrVersionConstraintGroup</className>
<methodName>__construct</methodName>
<methodSignature>__construct($originalValue, array $constraints)</methodSignature>
<fullMethod>__construct($originalValue, array $constraints)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\OrVersionConstraintGroup</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\SpecificMajorAndMinorVersionConstraint</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $originalValue, int $major, int $minor)</methodSignature>
<fullMethod>__construct(string $originalValue, int $major, int $minor)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\SpecificMajorAndMinorVersionConstraint</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\SpecificMajorVersionConstraint</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $originalValue, int $major)</methodSignature>
<fullMethod>__construct(string $originalValue, int $major)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PharIo\Version</package>
<className>PharIo\Version\SpecificMajorVersionConstraint</className>
<methodName>complies</methodName>
<methodSignature>complies(PharIo\Version\Version $version): bool</methodSignature>
<fullMethod>complies(PharIo\Version\Version $version): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\Driver\Driver $driver, SebastianBergmann\CodeCoverage\Filter $filter)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\Driver\Driver $driver, SebastianBergmann\CodeCoverage\Filter $filter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>getReport</methodName>
<methodSignature>getReport(): SebastianBergmann\CodeCoverage\Node\Directory</methodSignature>
<fullMethod>getReport(): SebastianBergmann\CodeCoverage\Node\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>clear</methodName>
<methodSignature>clear(): void</methodSignature>
<fullMethod>clear(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>filter</methodName>
<methodSignature>filter(): SebastianBergmann\CodeCoverage\Filter</methodSignature>
<fullMethod>filter(): SebastianBergmann\CodeCoverage\Filter</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>getData</methodName>
<methodSignature>getData(bool $raw): SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</methodSignature>
<fullMethod>getData(bool $raw): SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>setData</methodName>
<methodSignature>setData(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $data): void</methodSignature>
<fullMethod>setData(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $data): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>getTests</methodName>
<methodSignature>getTests(): array</methodSignature>
<fullMethod>getTests(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>setTests</methodName>
<methodSignature>setTests(array $tests): void</methodSignature>
<fullMethod>setTests(array $tests): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>start</methodName>
<methodSignature>start(string $id, SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $size, bool $clear): void</methodSignature>
<fullMethod>start(string $id, SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $size, bool $clear): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>stop</methodName>
<methodSignature>stop(bool $append, SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus $status, array|false $linesToBeCovered, array $linesToBeUsed): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</methodSignature>
<fullMethod>stop(bool $append, SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus $status, array|false $linesToBeCovered, array $linesToBeUsed): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>append</methodName>
<methodSignature>append(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData, string $id, bool $append, SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus $status, array|false $linesToBeCovered, array $linesToBeUsed): void</methodSignature>
<fullMethod>append(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData, string $id, bool $append, SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus $status, array|false $linesToBeCovered, array $linesToBeUsed): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>merge</methodName>
<methodSignature>merge(self $that): void</methodSignature>
<fullMethod>merge(self $that): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>enableCheckForUnintentionallyCoveredCode</methodName>
<methodSignature>enableCheckForUnintentionallyCoveredCode(): void</methodSignature>
<fullMethod>enableCheckForUnintentionallyCoveredCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>disableCheckForUnintentionallyCoveredCode</methodName>
<methodSignature>disableCheckForUnintentionallyCoveredCode(): void</methodSignature>
<fullMethod>disableCheckForUnintentionallyCoveredCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>includeUncoveredFiles</methodName>
<methodSignature>includeUncoveredFiles(): void</methodSignature>
<fullMethod>includeUncoveredFiles(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>excludeUncoveredFiles</methodName>
<methodSignature>excludeUncoveredFiles(): void</methodSignature>
<fullMethod>excludeUncoveredFiles(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>enableAnnotationsForIgnoringCode</methodName>
<methodSignature>enableAnnotationsForIgnoringCode(): void</methodSignature>
<fullMethod>enableAnnotationsForIgnoringCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>disableAnnotationsForIgnoringCode</methodName>
<methodSignature>disableAnnotationsForIgnoringCode(): void</methodSignature>
<fullMethod>disableAnnotationsForIgnoringCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>ignoreDeprecatedCode</methodName>
<methodSignature>ignoreDeprecatedCode(): void</methodSignature>
<fullMethod>ignoreDeprecatedCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>doNotIgnoreDeprecatedCode</methodName>
<methodSignature>doNotIgnoreDeprecatedCode(): void</methodSignature>
<fullMethod>doNotIgnoreDeprecatedCode(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>cachesStaticAnalysis</methodName>
<methodSignature>cachesStaticAnalysis(): bool</methodSignature>
<fullMethod>cachesStaticAnalysis(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>cacheStaticAnalysis</methodName>
<methodSignature>cacheStaticAnalysis(string $directory): void</methodSignature>
<fullMethod>cacheStaticAnalysis(string $directory): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>doNotCacheStaticAnalysis</methodName>
<methodSignature>doNotCacheStaticAnalysis(): void</methodSignature>
<fullMethod>doNotCacheStaticAnalysis(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>cacheDirectory</methodName>
<methodSignature>cacheDirectory(): string</methodSignature>
<fullMethod>cacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck</methodName>
<methodSignature>excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck(string $className): void</methodSignature>
<fullMethod>excludeSubclassesOfThisClassFromUnintentionallyCoveredCodeCheck(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>enableBranchAndPathCoverage</methodName>
<methodSignature>enableBranchAndPathCoverage(): void</methodSignature>
<fullMethod>enableBranchAndPathCoverage(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>disableBranchAndPathCoverage</methodName>
<methodSignature>disableBranchAndPathCoverage(): void</methodSignature>
<fullMethod>disableBranchAndPathCoverage(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>collectsBranchAndPathCoverage</methodName>
<methodSignature>collectsBranchAndPathCoverage(): bool</methodSignature>
<fullMethod>collectsBranchAndPathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>detectsDeadCode</methodName>
<methodSignature>detectsDeadCode(): bool</methodSignature>
<fullMethod>detectsDeadCode(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>applyCoversAndUsesFilter</methodName>
<methodSignature>applyCoversAndUsesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData, array|false $linesToBeCovered, array $linesToBeUsed, SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $size): void</methodSignature>
<fullMethod>applyCoversAndUsesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData, array|false $linesToBeCovered, array $linesToBeUsed, SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $size): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>applyFilter</methodName>
<methodSignature>applyFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</methodSignature>
<fullMethod>applyFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>applyExecutableLinesFilter</methodName>
<methodSignature>applyExecutableLinesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</methodSignature>
<fullMethod>applyExecutableLinesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>applyIgnoredLinesFilter</methodName>
<methodSignature>applyIgnoredLinesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</methodSignature>
<fullMethod>applyIgnoredLinesFilter(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>addUncoveredFilesFromFilter</methodName>
<methodSignature>addUncoveredFilesFromFilter(): void</methodSignature>
<fullMethod>addUncoveredFilesFromFilter(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>performUnintentionallyCoveredCodeCheck</methodName>
<methodSignature>performUnintentionallyCoveredCodeCheck(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data, array $linesToBeCovered, array $linesToBeUsed): void</methodSignature>
<fullMethod>performUnintentionallyCoveredCodeCheck(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $data, array $linesToBeCovered, array $linesToBeUsed): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>getAllowedLines</methodName>
<methodSignature>getAllowedLines(array $linesToBeCovered, array $linesToBeUsed): array</methodSignature>
<fullMethod>getAllowedLines(array $linesToBeCovered, array $linesToBeUsed): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>processUnintentionallyCoveredUnits</methodName>
<methodSignature>processUnintentionallyCoveredUnits(array $unintentionallyCoveredUnits): array</methodSignature>
<fullMethod>processUnintentionallyCoveredUnits(array $unintentionallyCoveredUnits): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\CodeCoverage</className>
<methodName>analyser</methodName>
<methodSignature>analyser(): SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser</methodSignature>
<fullMethod>analyser(): SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>initializeUnseenData</methodName>
<methodSignature>initializeUnseenData(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData): void</methodSignature>
<fullMethod>initializeUnseenData(SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $rawData): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>markCodeAsExecutedByTestCase</methodName>
<methodSignature>markCodeAsExecutedByTestCase(string $testCaseId, SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $executedCode): void</methodSignature>
<fullMethod>markCodeAsExecutedByTestCase(string $testCaseId, SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData $executedCode): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>setLineCoverage</methodName>
<methodSignature>setLineCoverage(array $lineCoverage): void</methodSignature>
<fullMethod>setLineCoverage(array $lineCoverage): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>lineCoverage</methodName>
<methodSignature>lineCoverage(): array</methodSignature>
<fullMethod>lineCoverage(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>setFunctionCoverage</methodName>
<methodSignature>setFunctionCoverage(array $functionCoverage): void</methodSignature>
<fullMethod>setFunctionCoverage(array $functionCoverage): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>functionCoverage</methodName>
<methodSignature>functionCoverage(): array</methodSignature>
<fullMethod>functionCoverage(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>coveredFiles</methodName>
<methodSignature>coveredFiles(): array</methodSignature>
<fullMethod>coveredFiles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>renameFile</methodName>
<methodSignature>renameFile(string $oldFile, string $newFile): void</methodSignature>
<fullMethod>renameFile(string $oldFile, string $newFile): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>merge</methodName>
<methodSignature>merge(self $newData): void</methodSignature>
<fullMethod>merge(self $newData): void</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>priorityForLine</methodName>
<methodSignature>priorityForLine(array $data, int $line): int</methodSignature>
<fullMethod>priorityForLine(array $data, int $line): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>initPreviouslyUnseenFunction</methodName>
<methodSignature>initPreviouslyUnseenFunction(string $file, string $functionName, array $functionData): void</methodSignature>
<fullMethod>initPreviouslyUnseenFunction(string $file, string $functionName, array $functionData): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData</className>
<methodName>initPreviouslySeenFunction</methodName>
<methodSignature>initPreviouslySeenFunction(string $file, string $functionName, array $functionData): void</methodSignature>
<fullMethod>initPreviouslySeenFunction(string $file, string $functionName, array $functionData): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>fromXdebugWithoutPathCoverage</methodName>
<methodSignature>fromXdebugWithoutPathCoverage(array $rawCoverage): self</methodSignature>
<fullMethod>fromXdebugWithoutPathCoverage(array $rawCoverage): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>fromXdebugWithPathCoverage</methodName>
<methodSignature>fromXdebugWithPathCoverage(array $rawCoverage): self</methodSignature>
<fullMethod>fromXdebugWithPathCoverage(array $rawCoverage): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>fromUncoveredFile</methodName>
<methodSignature>fromUncoveredFile(string $filename, SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser): self</methodSignature>
<fullMethod>fromUncoveredFile(string $filename, SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $lineCoverage, array $functionCoverage)</methodSignature>
<fullMethod>__construct(array $lineCoverage, array $functionCoverage)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>clear</methodName>
<methodSignature>clear(): void</methodSignature>
<fullMethod>clear(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>lineCoverage</methodName>
<methodSignature>lineCoverage(): array</methodSignature>
<fullMethod>lineCoverage(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>functionCoverage</methodName>
<methodSignature>functionCoverage(): array</methodSignature>
<fullMethod>functionCoverage(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>removeCoverageDataForFile</methodName>
<methodSignature>removeCoverageDataForFile(string $filename): void</methodSignature>
<fullMethod>removeCoverageDataForFile(string $filename): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>keepLineCoverageDataOnlyForLines</methodName>
<methodSignature>keepLineCoverageDataOnlyForLines(string $filename, array $lines): void</methodSignature>
<fullMethod>keepLineCoverageDataOnlyForLines(string $filename, array $lines): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>markExecutableLineByBranch</methodName>
<methodSignature>markExecutableLineByBranch(string $filename, array $linesToBranchMap): void</methodSignature>
<fullMethod>markExecutableLineByBranch(string $filename, array $linesToBranchMap): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>keepFunctionCoverageDataOnlyForLines</methodName>
<methodSignature>keepFunctionCoverageDataOnlyForLines(string $filename, array $lines): void</methodSignature>
<fullMethod>keepFunctionCoverageDataOnlyForLines(string $filename, array $lines): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>removeCoverageDataForLines</methodName>
<methodSignature>removeCoverageDataForLines(string $filename, array $lines): void</methodSignature>
<fullMethod>removeCoverageDataForLines(string $filename, array $lines): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>skipEmptyLines</methodName>
<methodSignature>skipEmptyLines(): void</methodSignature>
<fullMethod>skipEmptyLines(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Data</package>
<className>SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</className>
<methodName>getEmptyLinesForFile</methodName>
<methodSignature>getEmptyLinesForFile(string $filename): array</methodSignature>
<fullMethod>getEmptyLinesForFile(string $filename): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>canCollectBranchAndPathCoverage</methodName>
<methodSignature>canCollectBranchAndPathCoverage(): bool</methodSignature>
<fullMethod>canCollectBranchAndPathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>collectsBranchAndPathCoverage</methodName>
<methodSignature>collectsBranchAndPathCoverage(): bool</methodSignature>
<fullMethod>collectsBranchAndPathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>enableBranchAndPathCoverage</methodName>
<methodSignature>enableBranchAndPathCoverage(): void</methodSignature>
<fullMethod>enableBranchAndPathCoverage(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>disableBranchAndPathCoverage</methodName>
<methodSignature>disableBranchAndPathCoverage(): void</methodSignature>
<fullMethod>disableBranchAndPathCoverage(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>canDetectDeadCode</methodName>
<methodSignature>canDetectDeadCode(): bool</methodSignature>
<fullMethod>canDetectDeadCode(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>detectsDeadCode</methodName>
<methodSignature>detectsDeadCode(): bool</methodSignature>
<fullMethod>detectsDeadCode(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>enableDeadCodeDetection</methodName>
<methodSignature>enableDeadCodeDetection(): void</methodSignature>
<fullMethod>enableDeadCodeDetection(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>disableDeadCodeDetection</methodName>
<methodSignature>disableDeadCodeDetection(): void</methodSignature>
<fullMethod>disableDeadCodeDetection(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>nameAndVersion</methodName>
<methodSignature>nameAndVersion(): string</methodSignature>
<fullMethod>nameAndVersion(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>start</methodName>
<methodSignature>start(): void</methodSignature>
<fullMethod>start(): void</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Driver</className>
<methodName>stop</methodName>
<methodSignature>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</methodSignature>
<fullMethod>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovDriver</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\Filter $filter)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\Filter $filter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovDriver</className>
<methodName>start</methodName>
<methodSignature>start(): void</methodSignature>
<fullMethod>start(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovDriver</className>
<methodName>stop</methodName>
<methodSignature>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</methodSignature>
<fullMethod>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovDriver</className>
<methodName>nameAndVersion</methodName>
<methodSignature>nameAndVersion(): string</methodSignature>
<fullMethod>nameAndVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovDriver</className>
<methodName>ensurePcovIsAvailable</methodName>
<methodSignature>ensurePcovIsAvailable(): void</methodSignature>
<fullMethod>ensurePcovIsAvailable(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Selector</className>
<methodName>forLineCoverage</methodName>
<methodSignature>forLineCoverage(SebastianBergmann\CodeCoverage\Filter $filter): SebastianBergmann\CodeCoverage\Driver\Driver</methodSignature>
<fullMethod>forLineCoverage(SebastianBergmann\CodeCoverage\Filter $filter): SebastianBergmann\CodeCoverage\Driver\Driver</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\Selector</className>
<methodName>forLineAndPathCoverage</methodName>
<methodSignature>forLineAndPathCoverage(SebastianBergmann\CodeCoverage\Filter $filter): SebastianBergmann\CodeCoverage\Driver\Driver</methodSignature>
<fullMethod>forLineAndPathCoverage(SebastianBergmann\CodeCoverage\Filter $filter): SebastianBergmann\CodeCoverage\Driver\Driver</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\Filter $filter)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\Filter $filter)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>canCollectBranchAndPathCoverage</methodName>
<methodSignature>canCollectBranchAndPathCoverage(): bool</methodSignature>
<fullMethod>canCollectBranchAndPathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>canDetectDeadCode</methodName>
<methodSignature>canDetectDeadCode(): bool</methodSignature>
<fullMethod>canDetectDeadCode(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>start</methodName>
<methodSignature>start(): void</methodSignature>
<fullMethod>start(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>stop</methodName>
<methodSignature>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</methodSignature>
<fullMethod>stop(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>nameAndVersion</methodName>
<methodSignature>nameAndVersion(): string</methodSignature>
<fullMethod>nameAndVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>ensureXdebugIsAvailable</methodName>
<methodSignature>ensureXdebugIsAvailable(): void</methodSignature>
<fullMethod>ensureXdebugIsAvailable(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugDriver</className>
<methodName>ensureXdebugCodeCoverageFeatureIsEnabled</methodName>
<methodSignature>ensureXdebugCodeCoverageFeatureIsEnabled(): void</methodSignature>
<fullMethod>ensureXdebugCodeCoverageFeatureIsEnabled(): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\NoCodeCoverageDriverAvailableException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PathExistsButIsNotDirectoryException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\PcovNotAvailableException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\ReportAlreadyFinalizedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\TestIdMissingException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $unintentionallyCoveredUnits)</methodSignature>
<fullMethod>__construct(array $unintentionallyCoveredUnits)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException</className>
<methodName>getUnintentionallyCoveredUnits</methodName>
<methodSignature>getUnintentionallyCoveredUnits(): array</methodSignature>
<fullMethod>getUnintentionallyCoveredUnits(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\UnintentionallyCoveredCodeException</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\WriteOperationFailedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugNotAvailableException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Driver</package>
<className>SebastianBergmann\CodeCoverage\Driver\XdebugNotEnabledException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>includeDirectory</methodName>
<methodSignature>includeDirectory(string $directory, string $suffix, string $prefix): void</methodSignature>
<fullMethod>includeDirectory(string $directory, string $suffix, string $prefix): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>includeFiles</methodName>
<methodSignature>includeFiles(array $filenames): void</methodSignature>
<fullMethod>includeFiles(array $filenames): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>includeFile</methodName>
<methodSignature>includeFile(string $filename): void</methodSignature>
<fullMethod>includeFile(string $filename): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>excludeDirectory</methodName>
<methodSignature>excludeDirectory(string $directory, string $suffix, string $prefix): void</methodSignature>
<fullMethod>excludeDirectory(string $directory, string $suffix, string $prefix): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>excludeFile</methodName>
<methodSignature>excludeFile(string $filename): void</methodSignature>
<fullMethod>excludeFile(string $filename): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>isFile</methodName>
<methodSignature>isFile(string $filename): bool</methodSignature>
<fullMethod>isFile(string $filename): bool</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>isExcluded</methodName>
<methodSignature>isExcluded(string $filename): bool</methodSignature>
<fullMethod>isExcluded(string $filename): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>files</methodName>
<methodSignature>files(): array</methodSignature>
<fullMethod>files(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Filter</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, self $parent)</methodSignature>
<fullMethod>__construct(string $name, self $parent)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>pathAsString</methodName>
<methodSignature>pathAsString(): string</methodSignature>
<fullMethod>pathAsString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>pathAsArray</methodName>
<methodSignature>pathAsArray(): array</methodSignature>
<fullMethod>pathAsArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>parent</methodName>
<methodSignature>parent(): ?self</methodSignature>
<fullMethod>parent(): ?self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedClasses</methodName>
<methodSignature>percentageOfTestedClasses(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedClasses(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedTraits</methodName>
<methodSignature>percentageOfTestedTraits(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedTraits(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedClassesAndTraits</methodName>
<methodSignature>percentageOfTestedClassesAndTraits(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedClassesAndTraits(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedFunctions</methodName>
<methodSignature>percentageOfTestedFunctions(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedFunctions(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedMethods</methodName>
<methodSignature>percentageOfTestedMethods(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedMethods(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfTestedFunctionsAndMethods</methodName>
<methodSignature>percentageOfTestedFunctionsAndMethods(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfTestedFunctionsAndMethods(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfExecutedLines</methodName>
<methodSignature>percentageOfExecutedLines(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfExecutedLines(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfExecutedBranches</methodName>
<methodSignature>percentageOfExecutedBranches(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfExecutedBranches(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>percentageOfExecutedPaths</methodName>
<methodSignature>percentageOfExecutedPaths(): SebastianBergmann\CodeCoverage\Util\Percentage</methodSignature>
<fullMethod>percentageOfExecutedPaths(): SebastianBergmann\CodeCoverage\Util\Percentage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfClassesAndTraits</methodName>
<methodSignature>numberOfClassesAndTraits(): int</methodSignature>
<fullMethod>numberOfClassesAndTraits(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedClassesAndTraits</methodName>
<methodSignature>numberOfTestedClassesAndTraits(): int</methodSignature>
<fullMethod>numberOfTestedClassesAndTraits(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>classesAndTraits</methodName>
<methodSignature>classesAndTraits(): array</methodSignature>
<fullMethod>classesAndTraits(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfFunctionsAndMethods</methodName>
<methodSignature>numberOfFunctionsAndMethods(): int</methodSignature>
<fullMethod>numberOfFunctionsAndMethods(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedFunctionsAndMethods</methodName>
<methodSignature>numberOfTestedFunctionsAndMethods(): int</methodSignature>
<fullMethod>numberOfTestedFunctionsAndMethods(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>classes</methodName>
<methodSignature>classes(): array</methodSignature>
<fullMethod>classes(): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>traits</methodName>
<methodSignature>traits(): array</methodSignature>
<fullMethod>traits(): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>functions</methodName>
<methodSignature>functions(): array</methodSignature>
<fullMethod>functions(): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>linesOfCode</methodName>
<methodSignature>linesOfCode(): array</methodSignature>
<fullMethod>linesOfCode(): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutableLines</methodName>
<methodSignature>numberOfExecutableLines(): int</methodSignature>
<fullMethod>numberOfExecutableLines(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutedLines</methodName>
<methodSignature>numberOfExecutedLines(): int</methodSignature>
<fullMethod>numberOfExecutedLines(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutableBranches</methodName>
<methodSignature>numberOfExecutableBranches(): int</methodSignature>
<fullMethod>numberOfExecutableBranches(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutedBranches</methodName>
<methodSignature>numberOfExecutedBranches(): int</methodSignature>
<fullMethod>numberOfExecutedBranches(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutablePaths</methodName>
<methodSignature>numberOfExecutablePaths(): int</methodSignature>
<fullMethod>numberOfExecutablePaths(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfExecutedPaths</methodName>
<methodSignature>numberOfExecutedPaths(): int</methodSignature>
<fullMethod>numberOfExecutedPaths(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfClasses</methodName>
<methodSignature>numberOfClasses(): int</methodSignature>
<fullMethod>numberOfClasses(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedClasses</methodName>
<methodSignature>numberOfTestedClasses(): int</methodSignature>
<fullMethod>numberOfTestedClasses(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTraits</methodName>
<methodSignature>numberOfTraits(): int</methodSignature>
<fullMethod>numberOfTraits(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedTraits</methodName>
<methodSignature>numberOfTestedTraits(): int</methodSignature>
<fullMethod>numberOfTestedTraits(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfMethods</methodName>
<methodSignature>numberOfMethods(): int</methodSignature>
<fullMethod>numberOfMethods(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedMethods</methodName>
<methodSignature>numberOfTestedMethods(): int</methodSignature>
<fullMethod>numberOfTestedMethods(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfFunctions</methodName>
<methodSignature>numberOfFunctions(): int</methodSignature>
<fullMethod>numberOfFunctions(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>numberOfTestedFunctions</methodName>
<methodSignature>numberOfTestedFunctions(): int</methodSignature>
<fullMethod>numberOfTestedFunctions(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>processId</methodName>
<methodSignature>processId(): void</methodSignature>
<fullMethod>processId(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\AbstractNode</className>
<methodName>processPath</methodName>
<methodSignature>processPath(): void</methodSignature>
<fullMethod>processPath(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Builder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Builder</className>
<methodName>build</methodName>
<methodSignature>build(SebastianBergmann\CodeCoverage\CodeCoverage $coverage): SebastianBergmann\CodeCoverage\Node\Directory</methodSignature>
<fullMethod>build(SebastianBergmann\CodeCoverage\CodeCoverage $coverage): SebastianBergmann\CodeCoverage\Node\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Builder</className>
<methodName>addItems</methodName>
<methodSignature>addItems(SebastianBergmann\CodeCoverage\Node\Directory $root, array $items, array $tests): void</methodSignature>
<fullMethod>addItems(SebastianBergmann\CodeCoverage\Node\Directory $root, array $items, array $tests): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Builder</className>
<methodName>buildDirectoryStructure</methodName>
<methodSignature>buildDirectoryStructure(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $data): array</methodSignature>
<fullMethod>buildDirectoryStructure(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $data): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Builder</className>
<methodName>reducePaths</methodName>
<methodSignature>reducePaths(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $coverage): string</methodSignature>
<fullMethod>reducePaths(SebastianBergmann\CodeCoverage\Data\ProcessedCodeCoverageData $coverage): string</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\CrapIndex</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $cyclomaticComplexity, float $codeCoverage)</methodSignature>
<fullMethod>__construct(int $cyclomaticComplexity, float $codeCoverage)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\CrapIndex</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): RecursiveIteratorIterator</methodSignature>
<fullMethod>getIterator(): RecursiveIteratorIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>addDirectory</methodName>
<methodSignature>addDirectory(string $name): self</methodSignature>
<fullMethod>addDirectory(string $name): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>addFile</methodName>
<methodSignature>addFile(SebastianBergmann\CodeCoverage\Node\File $file): void</methodSignature>
<fullMethod>addFile(SebastianBergmann\CodeCoverage\Node\File $file): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>directories</methodName>
<methodSignature>directories(): array</methodSignature>
<fullMethod>directories(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>files</methodName>
<methodSignature>files(): array</methodSignature>
<fullMethod>files(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>children</methodName>
<methodSignature>children(): array</methodSignature>
<fullMethod>children(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>classes</methodName>
<methodSignature>classes(): array</methodSignature>
<fullMethod>classes(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>traits</methodName>
<methodSignature>traits(): array</methodSignature>
<fullMethod>traits(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>functions</methodName>
<methodSignature>functions(): array</methodSignature>
<fullMethod>functions(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>linesOfCode</methodName>
<methodSignature>linesOfCode(): array</methodSignature>
<fullMethod>linesOfCode(): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutableLines</methodName>
<methodSignature>numberOfExecutableLines(): int</methodSignature>
<fullMethod>numberOfExecutableLines(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutedLines</methodName>
<methodSignature>numberOfExecutedLines(): int</methodSignature>
<fullMethod>numberOfExecutedLines(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutableBranches</methodName>
<methodSignature>numberOfExecutableBranches(): int</methodSignature>
<fullMethod>numberOfExecutableBranches(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutedBranches</methodName>
<methodSignature>numberOfExecutedBranches(): int</methodSignature>
<fullMethod>numberOfExecutedBranches(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutablePaths</methodName>
<methodSignature>numberOfExecutablePaths(): int</methodSignature>
<fullMethod>numberOfExecutablePaths(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfExecutedPaths</methodName>
<methodSignature>numberOfExecutedPaths(): int</methodSignature>
<fullMethod>numberOfExecutedPaths(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfClasses</methodName>
<methodSignature>numberOfClasses(): int</methodSignature>
<fullMethod>numberOfClasses(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfTestedClasses</methodName>
<methodSignature>numberOfTestedClasses(): int</methodSignature>
<fullMethod>numberOfTestedClasses(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfTraits</methodName>
<methodSignature>numberOfTraits(): int</methodSignature>
<fullMethod>numberOfTraits(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfTestedTraits</methodName>
<methodSignature>numberOfTestedTraits(): int</methodSignature>
<fullMethod>numberOfTestedTraits(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfMethods</methodName>
<methodSignature>numberOfMethods(): int</methodSignature>
<fullMethod>numberOfMethods(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfTestedMethods</methodName>
<methodSignature>numberOfTestedMethods(): int</methodSignature>
<fullMethod>numberOfTestedMethods(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfFunctions</methodName>
<methodSignature>numberOfFunctions(): int</methodSignature>
<fullMethod>numberOfFunctions(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Directory</className>
<methodName>numberOfTestedFunctions</methodName>
<methodSignature>numberOfTestedFunctions(): int</methodSignature>
<fullMethod>numberOfTestedFunctions(): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, SebastianBergmann\CodeCoverage\Node\AbstractNode $parent, array $lineCoverageData, array $functionCoverageData, array $testData, array $classes, array $traits, array $functions, array $linesOfCode)</methodSignature>
<fullMethod>__construct(string $name, SebastianBergmann\CodeCoverage\Node\AbstractNode $parent, array $lineCoverageData, array $functionCoverageData, array $testData, array $classes, array $traits, array $functions, array $linesOfCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>lineCoverageData</methodName>
<methodSignature>lineCoverageData(): array</methodSignature>
<fullMethod>lineCoverageData(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>functionCoverageData</methodName>
<methodSignature>functionCoverageData(): array</methodSignature>
<fullMethod>functionCoverageData(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>testData</methodName>
<methodSignature>testData(): array</methodSignature>
<fullMethod>testData(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>classes</methodName>
<methodSignature>classes(): array</methodSignature>
<fullMethod>classes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>traits</methodName>
<methodSignature>traits(): array</methodSignature>
<fullMethod>traits(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>functions</methodName>
<methodSignature>functions(): array</methodSignature>
<fullMethod>functions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>linesOfCode</methodName>
<methodSignature>linesOfCode(): array</methodSignature>
<fullMethod>linesOfCode(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutableLines</methodName>
<methodSignature>numberOfExecutableLines(): int</methodSignature>
<fullMethod>numberOfExecutableLines(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutedLines</methodName>
<methodSignature>numberOfExecutedLines(): int</methodSignature>
<fullMethod>numberOfExecutedLines(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutableBranches</methodName>
<methodSignature>numberOfExecutableBranches(): int</methodSignature>
<fullMethod>numberOfExecutableBranches(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutedBranches</methodName>
<methodSignature>numberOfExecutedBranches(): int</methodSignature>
<fullMethod>numberOfExecutedBranches(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutablePaths</methodName>
<methodSignature>numberOfExecutablePaths(): int</methodSignature>
<fullMethod>numberOfExecutablePaths(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfExecutedPaths</methodName>
<methodSignature>numberOfExecutedPaths(): int</methodSignature>
<fullMethod>numberOfExecutedPaths(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfClasses</methodName>
<methodSignature>numberOfClasses(): int</methodSignature>
<fullMethod>numberOfClasses(): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfTestedClasses</methodName>
<methodSignature>numberOfTestedClasses(): int</methodSignature>
<fullMethod>numberOfTestedClasses(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfTraits</methodName>
<methodSignature>numberOfTraits(): int</methodSignature>
<fullMethod>numberOfTraits(): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfTestedTraits</methodName>
<methodSignature>numberOfTestedTraits(): int</methodSignature>
<fullMethod>numberOfTestedTraits(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfMethods</methodName>
<methodSignature>numberOfMethods(): int</methodSignature>
<fullMethod>numberOfMethods(): int</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfTestedMethods</methodName>
<methodSignature>numberOfTestedMethods(): int</methodSignature>
<fullMethod>numberOfTestedMethods(): int</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfFunctions</methodName>
<methodSignature>numberOfFunctions(): int</methodSignature>
<fullMethod>numberOfFunctions(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>numberOfTestedFunctions</methodName>
<methodSignature>numberOfTestedFunctions(): int</methodSignature>
<fullMethod>numberOfTestedFunctions(): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>calculateStatistics</methodName>
<methodSignature>calculateStatistics(array $classes, array $traits, array $functions): void</methodSignature>
<fullMethod>calculateStatistics(array $classes, array $traits, array $functions): void</fullMethod>
<crap>1806</crap>
<complexity>42</complexity>
<coverage>0</coverage>
<crapLoad>43</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>processClasses</methodName>
<methodSignature>processClasses(array $classes): void</methodSignature>
<fullMethod>processClasses(array $classes): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>processTraits</methodName>
<methodSignature>processTraits(array $traits): void</methodSignature>
<fullMethod>processTraits(array $traits): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>processFunctions</methodName>
<methodSignature>processFunctions(array $functions): void</methodSignature>
<fullMethod>processFunctions(array $functions): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\File</className>
<methodName>newMethod</methodName>
<methodSignature>newMethod(string $className, string $methodName, array $method, string $link): array</methodSignature>
<fullMethod>newMethod(string $className, string $methodName, array $method, string $link): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\Node\Directory $node)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\Node\Directory $node)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>current</methodName>
<methodSignature>current(): ?SebastianBergmann\CodeCoverage\Node\AbstractNode</methodSignature>
<fullMethod>current(): ?SebastianBergmann\CodeCoverage\Node\AbstractNode</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>getChildren</methodName>
<methodSignature>getChildren(): self</methodSignature>
<fullMethod>getChildren(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Node</package>
<className>SebastianBergmann\CodeCoverage\Node\Iterator</className>
<methodName>hasChildren</methodName>
<methodSignature>hasChildren(): bool</methodSignature>
<fullMethod>hasChildren(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Clover</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target, ?string $name): string</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target, ?string $name): string</fullMethod>
<crap>812</crap>
<complexity>28</complexity>
<coverage>0</coverage>
<crapLoad>29</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Cobertura</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target): string</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target): string</fullMethod>
<crap>930</crap>
<complexity>30</complexity>
<coverage>0</coverage>
<crapLoad>31</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Crap4j</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $threshold)</methodSignature>
<fullMethod>__construct(int $threshold)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Crap4j</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target, ?string $name): string</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target, ?string $name): string</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Crap4j</className>
<methodName>crapLoad</methodName>
<methodSignature>crapLoad(float $crapValue, int $cyclomaticComplexity, float $coveragePercent): float</methodSignature>
<fullMethod>crapLoad(float $crapValue, int $cyclomaticComplexity, float $coveragePercent): float</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Crap4j</className>
<methodName>roundValue</methodName>
<methodSignature>roundValue(float $value): float</methodSignature>
<fullMethod>roundValue(float $value): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>default</methodName>
<methodSignature>default(): self</methodSignature>
<fullMethod>default(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>from</methodName>
<methodSignature>from(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger): self</methodSignature>
<fullMethod>from(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger)</methodSignature>
<fullMethod>__construct(string $successLow, string $successMedium, string $successHigh, string $warning, string $danger)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>successLow</methodName>
<methodSignature>successLow(): string</methodSignature>
<fullMethod>successLow(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>successMedium</methodName>
<methodSignature>successMedium(): string</methodSignature>
<fullMethod>successMedium(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>successHigh</methodName>
<methodSignature>successHigh(): string</methodSignature>
<fullMethod>successHigh(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>warning</methodName>
<methodSignature>warning(): string</methodSignature>
<fullMethod>warning(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Colors</className>
<methodName>danger</methodName>
<methodSignature>danger(): string</methodSignature>
<fullMethod>danger(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile</className>
<methodName>default</methodName>
<methodSignature>default(): self</methodSignature>
<fullMethod>default(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile</className>
<methodName>from</methodName>
<methodSignature>from(string $path): self</methodSignature>
<fullMethod>from(string $path): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Facade</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $generator, ?SebastianBergmann\CodeCoverage\Report\Html\Colors $colors, ?SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, ?SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile $customCssFile)</methodSignature>
<fullMethod>__construct(string $generator, ?SebastianBergmann\CodeCoverage\Report\Html\Colors $colors, ?SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, ?SebastianBergmann\CodeCoverage\Report\Html\CustomCssFile $customCssFile)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Facade</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, string $target): void</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, string $target): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Facade</className>
<methodName>copyFiles</methodName>
<methodSignature>copyFiles(string $target): void</methodSignature>
<fullMethod>copyFiles(string $target): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Facade</className>
<methodName>renderCss</methodName>
<methodSignature>renderCss(string $target): void</methodSignature>
<fullMethod>renderCss(string $target): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Facade</className>
<methodName>directory</methodName>
<methodSignature>directory(string $directory): string</methodSignature>
<fullMethod>directory(string $directory): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $templatePath, string $generator, string $date, SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, bool $hasBranchCoverage)</methodSignature>
<fullMethod>__construct(string $templatePath, string $generator, string $date, SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, bool $hasBranchCoverage)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>renderItemTemplate</methodName>
<methodSignature>renderItemTemplate(SebastianBergmann\Template\Template $template, array $data): string</methodSignature>
<fullMethod>renderItemTemplate(SebastianBergmann\Template\Template $template, array $data): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>setCommonTemplateVariables</methodName>
<methodSignature>setCommonTemplateVariables(SebastianBergmann\Template\Template $template, SebastianBergmann\CodeCoverage\Node\AbstractNode $node): void</methodSignature>
<fullMethod>setCommonTemplateVariables(SebastianBergmann\Template\Template $template, SebastianBergmann\CodeCoverage\Node\AbstractNode $node): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>breadcrumbs</methodName>
<methodSignature>breadcrumbs(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</methodSignature>
<fullMethod>breadcrumbs(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>activeBreadcrumb</methodName>
<methodSignature>activeBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</methodSignature>
<fullMethod>activeBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>inactiveBreadcrumb</methodName>
<methodSignature>inactiveBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, string $pathToRoot): string</methodSignature>
<fullMethod>inactiveBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, string $pathToRoot): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>pathToRoot</methodName>
<methodSignature>pathToRoot(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</methodSignature>
<fullMethod>pathToRoot(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>coverageBar</methodName>
<methodSignature>coverageBar(float $percent): string</methodSignature>
<fullMethod>coverageBar(float $percent): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>colorLevel</methodName>
<methodSignature>colorLevel(float $percent): string</methodSignature>
<fullMethod>colorLevel(float $percent): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Renderer</className>
<methodName>runtimeString</methodName>
<methodSignature>runtimeString(): string</methodSignature>
<fullMethod>runtimeString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>render</methodName>
<methodSignature>render(SebastianBergmann\CodeCoverage\Node\Directory $node, string $file): void</methodSignature>
<fullMethod>render(SebastianBergmann\CodeCoverage\Node\Directory $node, string $file): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>activeBreadcrumb</methodName>
<methodSignature>activeBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</methodSignature>
<fullMethod>activeBreadcrumb(SebastianBergmann\CodeCoverage\Node\AbstractNode $node): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>complexity</methodName>
<methodSignature>complexity(array $classes, string $baseLink): array</methodSignature>
<fullMethod>complexity(array $classes, string $baseLink): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>coverageDistribution</methodName>
<methodSignature>coverageDistribution(array $classes): array</methodSignature>
<fullMethod>coverageDistribution(array $classes): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>insufficientCoverage</methodName>
<methodSignature>insufficientCoverage(array $classes, string $baseLink): array</methodSignature>
<fullMethod>insufficientCoverage(array $classes, string $baseLink): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Dashboard</className>
<methodName>projectRisks</methodName>
<methodSignature>projectRisks(array $classes, string $baseLink): array</methodSignature>
<fullMethod>projectRisks(array $classes, string $baseLink): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Directory</className>
<methodName>render</methodName>
<methodSignature>render(SebastianBergmann\CodeCoverage\Node\Directory $node, string $file): void</methodSignature>
<fullMethod>render(SebastianBergmann\CodeCoverage\Node\Directory $node, string $file): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\Directory</className>
<methodName>renderItem</methodName>
<methodSignature>renderItem(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, bool $total): string</methodSignature>
<fullMethod>renderItem(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, bool $total): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>render</methodName>
<methodSignature>render(SebastianBergmann\CodeCoverage\Node\File $node, string $file): void</methodSignature>
<fullMethod>render(SebastianBergmann\CodeCoverage\Node\File $node, string $file): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderItems</methodName>
<methodSignature>renderItems(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderItems(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderTraitOrClassItems</methodName>
<methodSignature>renderTraitOrClassItems(array $items, SebastianBergmann\Template\Template $template, SebastianBergmann\Template\Template $methodItemTemplate): string</methodSignature>
<fullMethod>renderTraitOrClassItems(array $items, SebastianBergmann\Template\Template $template, SebastianBergmann\Template\Template $methodItemTemplate): string</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderFunctionItems</methodName>
<methodSignature>renderFunctionItems(array $functions, SebastianBergmann\Template\Template $template): string</methodSignature>
<fullMethod>renderFunctionItems(array $functions, SebastianBergmann\Template\Template $template): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderFunctionOrMethodItem</methodName>
<methodSignature>renderFunctionOrMethodItem(SebastianBergmann\Template\Template $template, array $item, string $indent): string</methodSignature>
<fullMethod>renderFunctionOrMethodItem(SebastianBergmann\Template\Template $template, array $item, string $indent): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderSourceWithLineCoverage</methodName>
<methodSignature>renderSourceWithLineCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderSourceWithLineCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderSourceWithBranchCoverage</methodName>
<methodSignature>renderSourceWithBranchCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderSourceWithBranchCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderSourceWithPathCoverage</methodName>
<methodSignature>renderSourceWithPathCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderSourceWithPathCoverage(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderBranchStructure</methodName>
<methodSignature>renderBranchStructure(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderBranchStructure(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderBranchLines</methodName>
<methodSignature>renderBranchLines(array $branch, array $codeLines, array $testData): string</methodSignature>
<fullMethod>renderBranchLines(array $branch, array $codeLines, array $testData): string</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderPathStructure</methodName>
<methodSignature>renderPathStructure(SebastianBergmann\CodeCoverage\Node\File $node): string</methodSignature>
<fullMethod>renderPathStructure(SebastianBergmann\CodeCoverage\Node\File $node): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderPathLines</methodName>
<methodSignature>renderPathLines(array $path, array $branches, array $codeLines, array $testData): string</methodSignature>
<fullMethod>renderPathLines(array $path, array $branches, array $codeLines, array $testData): string</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>renderLine</methodName>
<methodSignature>renderLine(SebastianBergmann\Template\Template $template, int $lineNumber, string $lineContent, string $class, string $popover): string</methodSignature>
<fullMethod>renderLine(SebastianBergmann\Template\Template $template, int $lineNumber, string $lineContent, string $class, string $popover): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>loadFile</methodName>
<methodSignature>loadFile(string $file): array</methodSignature>
<fullMethod>loadFile(string $file): array</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>abbreviateClassName</methodName>
<methodSignature>abbreviateClassName(string $className): string</methodSignature>
<fullMethod>abbreviateClassName(string $className): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>abbreviateMethodName</methodName>
<methodSignature>abbreviateMethodName(string $methodName): string</methodSignature>
<fullMethod>abbreviateMethodName(string $methodName): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>createPopoverContentForTest</methodName>
<methodSignature>createPopoverContentForTest(string $test, array $testData): string</methodSignature>
<fullMethod>createPopoverContentForTest(string $test, array $testData): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>isComment</methodName>
<methodSignature>isComment(int $token): bool</methodSignature>
<fullMethod>isComment(int $token): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>isInlineHtml</methodName>
<methodSignature>isInlineHtml(int $token): bool</methodSignature>
<fullMethod>isInlineHtml(int $token): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>isKeyword</methodName>
<methodSignature>isKeyword(int $token): bool</methodSignature>
<fullMethod>isKeyword(int $token): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Html</package>
<className>SebastianBergmann\CodeCoverage\Report\Html\File</className>
<methodName>keywordTokens</methodName>
<methodSignature>keywordTokens(): array</methodSignature>
<fullMethod>keywordTokens(): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\PHP</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target): string</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, ?string $target): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Text</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, bool $showUncoveredFiles, bool $showOnlySummary)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeCoverage\Report\Thresholds $thresholds, bool $showUncoveredFiles, bool $showOnlySummary)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Text</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, bool $showColors): string</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, bool $showColors): string</fullMethod>
<crap>306</crap>
<complexity>17</complexity>
<coverage>0</coverage>
<crapLoad>18</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Text</className>
<methodName>coverageColor</methodName>
<methodSignature>coverageColor(int $numberOfCoveredElements, int $totalNumberOfElements): string</methodSignature>
<fullMethod>coverageColor(int $numberOfCoveredElements, int $totalNumberOfElements): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Text</className>
<methodName>printCoverageCounts</methodName>
<methodSignature>printCoverageCounts(int $numberOfCoveredElements, int $totalNumberOfElements, int $precision): string</methodSignature>
<fullMethod>printCoverageCounts(int $numberOfCoveredElements, int $totalNumberOfElements, int $precision): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Text</className>
<methodName>format</methodName>
<methodSignature>format(string $color, int $padding, string|false $string): string</methodSignature>
<fullMethod>format(string $color, int $padding, string|false $string): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Thresholds</className>
<methodName>default</methodName>
<methodSignature>default(): self</methodSignature>
<fullMethod>default(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Thresholds</className>
<methodName>from</methodName>
<methodSignature>from(int $lowUpperBound, int $highLowerBound): self</methodSignature>
<fullMethod>from(int $lowUpperBound, int $highLowerBound): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Thresholds</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $lowUpperBound, int $highLowerBound)</methodSignature>
<fullMethod>__construct(int $lowUpperBound, int $highLowerBound)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Thresholds</className>
<methodName>lowUpperBound</methodName>
<methodSignature>lowUpperBound(): int</methodSignature>
<fullMethod>lowUpperBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report</package>
<className>SebastianBergmann\CodeCoverage\Report\Thresholds</className>
<methodName>highLowerBound</methodName>
<methodSignature>highLowerBound(): int</methodSignature>
<fullMethod>highLowerBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $contextNode)</methodSignature>
<fullMethod>__construct(DOMElement $contextNode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</className>
<methodName>setRuntimeInformation</methodName>
<methodSignature>setRuntimeInformation(SebastianBergmann\Environment\Runtime $runtime): void</methodSignature>
<fullMethod>setRuntimeInformation(SebastianBergmann\Environment\Runtime $runtime): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</className>
<methodName>setBuildTime</methodName>
<methodSignature>setBuildTime(DateTimeImmutable $date): void</methodSignature>
<fullMethod>setBuildTime(DateTimeImmutable $date): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</className>
<methodName>setGeneratorVersions</methodName>
<methodSignature>setGeneratorVersions(string $phpUnitVersion, string $coverageVersion): void</methodSignature>
<fullMethod>setGeneratorVersions(string $phpUnitVersion, string $coverageVersion): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</className>
<methodName>nodeByName</methodName>
<methodSignature>nodeByName(string $name): DOMElement</methodSignature>
<fullMethod>nodeByName(string $name): DOMElement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Coverage</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context, string $line)</methodSignature>
<fullMethod>__construct(DOMElement $context, string $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Coverage</className>
<methodName>addTest</methodName>
<methodSignature>addTest(string $test): void</methodSignature>
<fullMethod>addTest(string $test): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Coverage</className>
<methodName>finalize</methodName>
<methodSignature>finalize(): void</methodSignature>
<fullMethod>finalize(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $version)</methodSignature>
<fullMethod>__construct(string $version)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>process</methodName>
<methodSignature>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, string $target): void</methodSignature>
<fullMethod>process(SebastianBergmann\CodeCoverage\CodeCoverage $coverage, string $target): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>setBuildInformation</methodName>
<methodSignature>setBuildInformation(): void</methodSignature>
<fullMethod>setBuildInformation(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>initTargetDirectory</methodName>
<methodSignature>initTargetDirectory(string $directory): void</methodSignature>
<fullMethod>initTargetDirectory(string $directory): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>processDirectory</methodName>
<methodSignature>processDirectory(SebastianBergmann\CodeCoverage\Node\Directory $directory, SebastianBergmann\CodeCoverage\Report\Xml\Node $context): void</methodSignature>
<fullMethod>processDirectory(SebastianBergmann\CodeCoverage\Node\Directory $directory, SebastianBergmann\CodeCoverage\Report\Xml\Node $context): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>processFile</methodName>
<methodSignature>processFile(SebastianBergmann\CodeCoverage\Node\File $file, SebastianBergmann\CodeCoverage\Report\Xml\Directory $context): void</methodSignature>
<fullMethod>processFile(SebastianBergmann\CodeCoverage\Node\File $file, SebastianBergmann\CodeCoverage\Report\Xml\Directory $context): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>processUnit</methodName>
<methodSignature>processUnit(array $unit, SebastianBergmann\CodeCoverage\Report\Xml\Report $report): void</methodSignature>
<fullMethod>processUnit(array $unit, SebastianBergmann\CodeCoverage\Report\Xml\Report $report): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>processFunction</methodName>
<methodSignature>processFunction(array $function, SebastianBergmann\CodeCoverage\Report\Xml\Report $report): void</methodSignature>
<fullMethod>processFunction(array $function, SebastianBergmann\CodeCoverage\Report\Xml\Report $report): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>processTests</methodName>
<methodSignature>processTests(array $tests): void</methodSignature>
<fullMethod>processTests(array $tests): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>setTotals</methodName>
<methodSignature>setTotals(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, SebastianBergmann\CodeCoverage\Report\Xml\Totals $totals): void</methodSignature>
<fullMethod>setTotals(SebastianBergmann\CodeCoverage\Node\AbstractNode $node, SebastianBergmann\CodeCoverage\Report\Xml\Totals $totals): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>targetDirectory</methodName>
<methodSignature>targetDirectory(): string</methodSignature>
<fullMethod>targetDirectory(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>saveDocument</methodName>
<methodSignature>saveDocument(DOMDocument $document, string $name): void</methodSignature>
<fullMethod>saveDocument(DOMDocument $document, string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Facade</className>
<methodName>documentAsString</methodName>
<methodSignature>documentAsString(DOMDocument $document): string</methodSignature>
<fullMethod>documentAsString(DOMDocument $document): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\File</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context)</methodSignature>
<fullMethod>__construct(DOMElement $context)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\File</className>
<methodName>totals</methodName>
<methodSignature>totals(): SebastianBergmann\CodeCoverage\Report\Xml\Totals</methodSignature>
<fullMethod>totals(): SebastianBergmann\CodeCoverage\Report\Xml\Totals</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\File</className>
<methodName>lineCoverage</methodName>
<methodSignature>lineCoverage(string $line): SebastianBergmann\CodeCoverage\Report\Xml\Coverage</methodSignature>
<fullMethod>lineCoverage(string $line): SebastianBergmann\CodeCoverage\Report\Xml\Coverage</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\File</className>
<methodName>contextNode</methodName>
<methodSignature>contextNode(): DOMElement</methodSignature>
<fullMethod>contextNode(): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\File</className>
<methodName>dom</methodName>
<methodSignature>dom(): DOMDocument</methodSignature>
<fullMethod>dom(): DOMDocument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context, string $name)</methodSignature>
<fullMethod>__construct(DOMElement $context, string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>setSignature</methodName>
<methodSignature>setSignature(string $signature): void</methodSignature>
<fullMethod>setSignature(string $signature): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>setLines</methodName>
<methodSignature>setLines(string $start, ?string $end): void</methodSignature>
<fullMethod>setLines(string $start, ?string $end): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>setTotals</methodName>
<methodSignature>setTotals(string $executable, string $executed, string $coverage): void</methodSignature>
<fullMethod>setTotals(string $executable, string $executed, string $coverage): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>setCrap</methodName>
<methodSignature>setCrap(string $crap): void</methodSignature>
<fullMethod>setCrap(string $crap): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Method</className>
<methodName>setName</methodName>
<methodSignature>setName(string $name): void</methodSignature>
<fullMethod>setName(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context)</methodSignature>
<fullMethod>__construct(DOMElement $context)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>dom</methodName>
<methodSignature>dom(): DOMDocument</methodSignature>
<fullMethod>dom(): DOMDocument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>totals</methodName>
<methodSignature>totals(): SebastianBergmann\CodeCoverage\Report\Xml\Totals</methodSignature>
<fullMethod>totals(): SebastianBergmann\CodeCoverage\Report\Xml\Totals</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>addDirectory</methodName>
<methodSignature>addDirectory(string $name): SebastianBergmann\CodeCoverage\Report\Xml\Directory</methodSignature>
<fullMethod>addDirectory(string $name): SebastianBergmann\CodeCoverage\Report\Xml\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>addFile</methodName>
<methodSignature>addFile(string $name, string $href): SebastianBergmann\CodeCoverage\Report\Xml\File</methodSignature>
<fullMethod>addFile(string $name, string $href): SebastianBergmann\CodeCoverage\Report\Xml\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>setContextNode</methodName>
<methodSignature>setContextNode(DOMElement $context): void</methodSignature>
<fullMethod>setContextNode(DOMElement $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Node</className>
<methodName>contextNode</methodName>
<methodSignature>contextNode(): DOMElement</methodSignature>
<fullMethod>contextNode(): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $directory)</methodSignature>
<fullMethod>__construct(string $directory)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>projectSourceDirectory</methodName>
<methodSignature>projectSourceDirectory(): string</methodSignature>
<fullMethod>projectSourceDirectory(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>buildInformation</methodName>
<methodSignature>buildInformation(): SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</methodSignature>
<fullMethod>buildInformation(): SebastianBergmann\CodeCoverage\Report\Xml\BuildInformation</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>tests</methodName>
<methodSignature>tests(): SebastianBergmann\CodeCoverage\Report\Xml\Tests</methodSignature>
<fullMethod>tests(): SebastianBergmann\CodeCoverage\Report\Xml\Tests</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>asDom</methodName>
<methodSignature>asDom(): DOMDocument</methodSignature>
<fullMethod>asDom(): DOMDocument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>init</methodName>
<methodSignature>init(): void</methodSignature>
<fullMethod>init(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Project</className>
<methodName>setProjectSourceDirectory</methodName>
<methodSignature>setProjectSourceDirectory(string $name): void</methodSignature>
<fullMethod>setProjectSourceDirectory(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>asDom</methodName>
<methodSignature>asDom(): DOMDocument</methodSignature>
<fullMethod>asDom(): DOMDocument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>functionObject</methodName>
<methodSignature>functionObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Method</methodSignature>
<fullMethod>functionObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Method</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>classObject</methodName>
<methodSignature>classObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</methodSignature>
<fullMethod>classObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>traitObject</methodName>
<methodSignature>traitObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</methodSignature>
<fullMethod>traitObject($name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>source</methodName>
<methodSignature>source(): SebastianBergmann\CodeCoverage\Report\Xml\Source</methodSignature>
<fullMethod>source(): SebastianBergmann\CodeCoverage\Report\Xml\Source</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>setName</methodName>
<methodSignature>setName(string $name): void</methodSignature>
<fullMethod>setName(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Report</className>
<methodName>unitObject</methodName>
<methodSignature>unitObject(string $tagName, $name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</methodSignature>
<fullMethod>unitObject(string $tagName, $name): SebastianBergmann\CodeCoverage\Report\Xml\Unit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Source</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context)</methodSignature>
<fullMethod>__construct(DOMElement $context)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Source</className>
<methodName>setSourceCode</methodName>
<methodSignature>setSourceCode(string $source): void</methodSignature>
<fullMethod>setSourceCode(string $source): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Tests</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context)</methodSignature>
<fullMethod>__construct(DOMElement $context)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Tests</className>
<methodName>addTest</methodName>
<methodSignature>addTest(string $test, array $result): void</methodSignature>
<fullMethod>addTest(string $test, array $result): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $container)</methodSignature>
<fullMethod>__construct(DOMElement $container)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>container</methodName>
<methodSignature>container(): DOMNode</methodSignature>
<fullMethod>container(): DOMNode</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>setNumLines</methodName>
<methodSignature>setNumLines(int $loc, int $cloc, int $ncloc, int $executable, int $executed): void</methodSignature>
<fullMethod>setNumLines(int $loc, int $cloc, int $ncloc, int $executable, int $executed): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>setNumClasses</methodName>
<methodSignature>setNumClasses(int $count, int $tested): void</methodSignature>
<fullMethod>setNumClasses(int $count, int $tested): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>setNumTraits</methodName>
<methodSignature>setNumTraits(int $count, int $tested): void</methodSignature>
<fullMethod>setNumTraits(int $count, int $tested): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>setNumMethods</methodName>
<methodSignature>setNumMethods(int $count, int $tested): void</methodSignature>
<fullMethod>setNumMethods(int $count, int $tested): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Totals</className>
<methodName>setNumFunctions</methodName>
<methodSignature>setNumFunctions(int $count, int $tested): void</methodSignature>
<fullMethod>setNumFunctions(int $count, int $tested): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(DOMElement $context, string $name)</methodSignature>
<fullMethod>__construct(DOMElement $context, string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>setLines</methodName>
<methodSignature>setLines(int $start, int $executable, int $executed): void</methodSignature>
<fullMethod>setLines(int $start, int $executable, int $executed): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>setCrap</methodName>
<methodSignature>setCrap(float $crap): void</methodSignature>
<fullMethod>setCrap(float $crap): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>setNamespace</methodName>
<methodSignature>setNamespace(string $namespace): void</methodSignature>
<fullMethod>setNamespace(string $namespace): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>addMethod</methodName>
<methodSignature>addMethod(string $name): SebastianBergmann\CodeCoverage\Report\Xml\Method</methodSignature>
<fullMethod>addMethod(string $name): SebastianBergmann\CodeCoverage\Report\Xml\Method</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Report\Xml</package>
<className>SebastianBergmann\CodeCoverage\Report\Xml\Unit</className>
<methodName>setName</methodName>
<methodSignature>setName(string $name): void</methodSignature>
<fullMethod>setName(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CacheWarmer</className>
<methodName>warmCache</methodName>
<methodSignature>warmCache(string $cacheDirectory, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode, SebastianBergmann\CodeCoverage\Filter $filter): void</methodSignature>
<fullMethod>warmCache(string $cacheDirectory, bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode, SebastianBergmann\CodeCoverage\Filter $filter): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $directory, SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser)</methodSignature>
<fullMethod>__construct(string $directory, SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser $analyser)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>classesIn</methodName>
<methodSignature>classesIn(string $filename): array</methodSignature>
<fullMethod>classesIn(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>traitsIn</methodName>
<methodSignature>traitsIn(string $filename): array</methodSignature>
<fullMethod>traitsIn(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>functionsIn</methodName>
<methodSignature>functionsIn(string $filename): array</methodSignature>
<fullMethod>functionsIn(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>linesOfCodeFor</methodName>
<methodSignature>linesOfCodeFor(string $filename): array</methodSignature>
<fullMethod>linesOfCodeFor(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>executableLinesIn</methodName>
<methodSignature>executableLinesIn(string $filename): array</methodSignature>
<fullMethod>executableLinesIn(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>ignoredLinesFor</methodName>
<methodSignature>ignoredLinesFor(string $filename): array</methodSignature>
<fullMethod>ignoredLinesFor(string $filename): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>process</methodName>
<methodSignature>process(string $filename): void</methodSignature>
<fullMethod>process(string $filename): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>read</methodName>
<methodSignature>read(string $filename): array|false</methodSignature>
<fullMethod>read(string $filename): array|false</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>write</methodName>
<methodSignature>write(string $filename, array $data): void</methodSignature>
<fullMethod>write(string $filename, array $data): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>cacheFile</methodName>
<methodSignature>cacheFile(string $filename): string</methodSignature>
<fullMethod>cacheFile(string $filename): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser</className>
<methodName>cacheVersion</methodName>
<methodSignature>cacheVersion(): string</methodSignature>
<fullMethod>cacheVersion(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): void</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>classes</methodName>
<methodSignature>classes(): array</methodSignature>
<fullMethod>classes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>traits</methodName>
<methodSignature>traits(): array</methodSignature>
<fullMethod>traits(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>functions</methodName>
<methodSignature>functions(): array</methodSignature>
<fullMethod>functions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>cyclomaticComplexity</methodName>
<methodSignature>cyclomaticComplexity(\PhpParser\Node\Stmt\ClassMethod|\PhpParser\Node\Stmt\Function_ $node): int</methodSignature>
<fullMethod>cyclomaticComplexity(\PhpParser\Node\Stmt\ClassMethod|\PhpParser\Node\Stmt\Function_ $node): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>signature</methodName>
<methodSignature>signature(\PhpParser\Node\Stmt\ClassMethod|\PhpParser\Node\Stmt\Function_ $node): string</methodSignature>
<fullMethod>signature(\PhpParser\Node\Stmt\ClassMethod|\PhpParser\Node\Stmt\Function_ $node): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>type</methodName>
<methodSignature>type(\PhpParser\Node\Identifier|\PhpParser\Node\Name|\PhpParser\Node\ComplexType $type): string</methodSignature>
<fullMethod>type(\PhpParser\Node\Identifier|\PhpParser\Node\Name|\PhpParser\Node\ComplexType $type): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>visibility</methodName>
<methodSignature>visibility(PhpParser\Node\Stmt\ClassMethod $node): string</methodSignature>
<fullMethod>visibility(PhpParser\Node\Stmt\ClassMethod $node): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>processClass</methodName>
<methodSignature>processClass(PhpParser\Node\Stmt\Class_ $node): void</methodSignature>
<fullMethod>processClass(PhpParser\Node\Stmt\Class_ $node): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>processTrait</methodName>
<methodSignature>processTrait(PhpParser\Node\Stmt\Trait_ $node): void</methodSignature>
<fullMethod>processTrait(PhpParser\Node\Stmt\Trait_ $node): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>processMethod</methodName>
<methodSignature>processMethod(PhpParser\Node\Stmt\ClassMethod $node): void</methodSignature>
<fullMethod>processMethod(PhpParser\Node\Stmt\ClassMethod $node): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>processFunction</methodName>
<methodSignature>processFunction(PhpParser\Node\Stmt\Function_ $node): void</methodSignature>
<fullMethod>processFunction(PhpParser\Node\Stmt\Function_ $node): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>namespace</methodName>
<methodSignature>namespace(string $namespacedName, string $name): string</methodSignature>
<fullMethod>namespace(string $namespacedName, string $name): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>unionTypeAsString</methodName>
<methodSignature>unionTypeAsString(PhpParser\Node\UnionType $node): string</methodSignature>
<fullMethod>unionTypeAsString(PhpParser\Node\UnionType $node): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>intersectionTypeAsString</methodName>
<methodSignature>intersectionTypeAsString(PhpParser\Node\IntersectionType $node): string</methodSignature>
<fullMethod>intersectionTypeAsString(PhpParser\Node\IntersectionType $node): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor</className>
<methodName>typeAsString</methodName>
<methodSignature>typeAsString(\PhpParser\Node\Identifier|\PhpParser\Node\Name $node): string</methodSignature>
<fullMethod>typeAsString(\PhpParser\Node\Identifier|\PhpParser\Node\Name $node): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $source)</methodSignature>
<fullMethod>__construct(string $source)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): void</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): void</fullMethod>
<crap>6320</crap>
<complexity>79</complexity>
<coverage>0</coverage>
<crapLoad>82</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor</className>
<methodName>afterTraverse</methodName>
<methodSignature>afterTraverse(array $nodes): void</methodSignature>
<fullMethod>afterTraverse(array $nodes): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor</className>
<methodName>executableLinesGroupedByBranch</methodName>
<methodSignature>executableLinesGroupedByBranch(): array</methodSignature>
<fullMethod>executableLinesGroupedByBranch(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ExecutableLinesFindingVisitor</className>
<methodName>setLineBranch</methodName>
<methodSignature>setLineBranch(int $start, int $end, int $branch): void</methodSignature>
<fullMethod>setLineBranch(int $start, int $end, int $branch): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\IgnoredLinesFindingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecated)</methodSignature>
<fullMethod>__construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecated)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\IgnoredLinesFindingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): void</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): void</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\IgnoredLinesFindingVisitor</className>
<methodName>ignoredLines</methodName>
<methodSignature>ignoredLines(): array</methodSignature>
<fullMethod>ignoredLines(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\IgnoredLinesFindingVisitor</className>
<methodName>processDocComment</methodName>
<methodSignature>processDocComment(PhpParser\Node $node): void</methodSignature>
<fullMethod>processDocComment(PhpParser\Node $node): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode)</methodSignature>
<fullMethod>__construct(bool $useAnnotationsForIgnoringCode, bool $ignoreDeprecatedCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>classesIn</methodName>
<methodSignature>classesIn(string $filename): array</methodSignature>
<fullMethod>classesIn(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>traitsIn</methodName>
<methodSignature>traitsIn(string $filename): array</methodSignature>
<fullMethod>traitsIn(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>functionsIn</methodName>
<methodSignature>functionsIn(string $filename): array</methodSignature>
<fullMethod>functionsIn(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>linesOfCodeFor</methodName>
<methodSignature>linesOfCodeFor(string $filename): array</methodSignature>
<fullMethod>linesOfCodeFor(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>executableLinesIn</methodName>
<methodSignature>executableLinesIn(string $filename): array</methodSignature>
<fullMethod>executableLinesIn(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>ignoredLinesFor</methodName>
<methodSignature>ignoredLinesFor(string $filename): array</methodSignature>
<fullMethod>ignoredLinesFor(string $filename): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>analyse</methodName>
<methodSignature>analyse(string $filename): void</methodSignature>
<fullMethod>analyse(string $filename): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\StaticAnalysis</package>
<className>SebastianBergmann\CodeCoverage\StaticAnalysis\ParsingFileAnalyser</className>
<methodName>findLinesIgnoredByLineBasedAnnotations</methodName>
<methodSignature>findLinesIgnoredByLineBasedAnnotations(string $filename, string $source, bool $useAnnotationsForIgnoringCode): void</methodSignature>
<fullMethod>findLinesIgnoredByLineBasedAnnotations(string $filename, string $source, bool $useAnnotationsForIgnoringCode): void</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Known</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Known</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(self $other): bool</methodSignature>
<fullMethod>isGreaterThan(self $other): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Large</className>
<methodName>isLarge</methodName>
<methodSignature>isLarge(): bool</methodSignature>
<fullMethod>isLarge(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Large</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Large</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Medium</className>
<methodName>isMedium</methodName>
<methodSignature>isMedium(): bool</methodSignature>
<fullMethod>isMedium(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Medium</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Medium</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Small</className>
<methodName>isSmall</methodName>
<methodSignature>isSmall(): bool</methodSignature>
<fullMethod>isSmall(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Small</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(SebastianBergmann\CodeCoverage\Test\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Small</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>unknown</methodName>
<methodSignature>unknown(): self</methodSignature>
<fullMethod>unknown(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>small</methodName>
<methodSignature>small(): self</methodSignature>
<fullMethod>small(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>medium</methodName>
<methodSignature>medium(): self</methodSignature>
<fullMethod>medium(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>large</methodName>
<methodSignature>large(): self</methodSignature>
<fullMethod>large(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>isSmall</methodName>
<methodSignature>isSmall(): bool</methodSignature>
<fullMethod>isSmall(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>isMedium</methodName>
<methodSignature>isMedium(): bool</methodSignature>
<fullMethod>isMedium(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>isLarge</methodName>
<methodSignature>isLarge(): bool</methodSignature>
<fullMethod>isLarge(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\TestSize</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Unknown</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestSize</package>
<className>SebastianBergmann\CodeCoverage\Test\TestSize\Unknown</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Failure</className>
<methodName>isFailure</methodName>
<methodSignature>isFailure(): bool</methodSignature>
<fullMethod>isFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Failure</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Known</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Success</className>
<methodName>isSuccess</methodName>
<methodSignature>isSuccess(): bool</methodSignature>
<fullMethod>isSuccess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Success</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>unknown</methodName>
<methodSignature>unknown(): self</methodSignature>
<fullMethod>unknown(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>success</methodName>
<methodSignature>success(): self</methodSignature>
<fullMethod>success(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>failure</methodName>
<methodSignature>failure(): self</methodSignature>
<fullMethod>failure(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>isSuccess</methodName>
<methodSignature>isSuccess(): bool</methodSignature>
<fullMethod>isSuccess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>isFailure</methodName>
<methodSignature>isFailure(): bool</methodSignature>
<fullMethod>isFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\TestStatus</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Unknown</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Test\TestStatus</package>
<className>SebastianBergmann\CodeCoverage\Test\TestStatus\Unknown</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Filesystem</className>
<methodName>createDirectory</methodName>
<methodSignature>createDirectory(string $directory): void</methodSignature>
<fullMethod>createDirectory(string $directory): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Percentage</className>
<methodName>fromFractionAndTotal</methodName>
<methodSignature>fromFractionAndTotal(float $fraction, float $total): self</methodSignature>
<fullMethod>fromFractionAndTotal(float $fraction, float $total): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Percentage</className>
<methodName>__construct</methodName>
<methodSignature>__construct(float $fraction, float $total)</methodSignature>
<fullMethod>__construct(float $fraction, float $total)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Percentage</className>
<methodName>asFloat</methodName>
<methodSignature>asFloat(): float</methodSignature>
<fullMethod>asFloat(): float</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Percentage</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage\Util</package>
<className>SebastianBergmann\CodeCoverage\Util\Percentage</className>
<methodName>asFixedWidthString</methodName>
<methodSignature>asFixedWidthString(): string</methodSignature>
<fullMethod>asFixedWidthString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeCoverage</package>
<className>SebastianBergmann\CodeCoverage\Version</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\ExcludeIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(RecursiveDirectoryIterator $iterator, array $exclude)</methodSignature>
<fullMethod>__construct(RecursiveDirectoryIterator $iterator, array $exclude)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\ExcludeIterator</className>
<methodName>accept</methodName>
<methodSignature>accept(): bool</methodSignature>
<fullMethod>accept(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\ExcludeIterator</className>
<methodName>hasChildren</methodName>
<methodSignature>hasChildren(): bool</methodSignature>
<fullMethod>hasChildren(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\ExcludeIterator</className>
<methodName>getChildren</methodName>
<methodSignature>getChildren(): self</methodSignature>
<fullMethod>getChildren(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\ExcludeIterator</className>
<methodName>getInnerIterator</methodName>
<methodSignature>getInnerIterator(): RecursiveDirectoryIterator</methodSignature>
<fullMethod>getInnerIterator(): RecursiveDirectoryIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Facade</className>
<methodName>getFilesAsArray</methodName>
<methodSignature>getFilesAsArray(string $path, array|string $suffixes, array|string $prefixes, array $exclude): array</methodSignature>
<fullMethod>getFilesAsArray(string $path, array|string $suffixes, array|string $prefixes, array $exclude): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Factory</className>
<methodName>getFileIterator</methodName>
<methodSignature>getFileIterator(array|string $paths, array|string $suffixes, array|string $prefixes, array $exclude): AppendIterator</methodSignature>
<fullMethod>getFileIterator(array|string $paths, array|string $suffixes, array|string $prefixes, array $exclude): AppendIterator</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Factory</className>
<methodName>resolveWildcards</methodName>
<methodSignature>resolveWildcards(array $paths): array</methodSignature>
<fullMethod>resolveWildcards(array $paths): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $basePath, Iterator $iterator, array $suffixes, array $prefixes)</methodSignature>
<fullMethod>__construct(string $basePath, Iterator $iterator, array $suffixes, array $prefixes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>accept</methodName>
<methodSignature>accept(): bool</methodSignature>
<fullMethod>accept(): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>acceptPath</methodName>
<methodSignature>acceptPath(string $path): bool</methodSignature>
<fullMethod>acceptPath(string $path): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>acceptPrefix</methodName>
<methodSignature>acceptPrefix(string $filename): bool</methodSignature>
<fullMethod>acceptPrefix(string $filename): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>acceptSuffix</methodName>
<methodSignature>acceptSuffix(string $filename): bool</methodSignature>
<fullMethod>acceptSuffix(string $filename): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\FileIterator</package>
<className>SebastianBergmann\FileIterator\Iterator</className>
<methodName>acceptSubString</methodName>
<methodSignature>acceptSubString(string $filename, array $subStrings, int $type): bool</methodSignature>
<fullMethod>acceptSubString(string $filename, array $subStrings, int $type): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Invoker</package>
<className>SebastianBergmann\Invoker\Invoker</className>
<methodName>invoke</methodName>
<methodSignature>invoke(callable $callable, array $arguments, int $timeout): mixed</methodSignature>
<fullMethod>invoke(callable $callable, array $arguments, int $timeout): mixed</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Invoker</package>
<className>SebastianBergmann\Invoker\Invoker</className>
<methodName>canInvokeWithTimeout</methodName>
<methodSignature>canInvokeWithTimeout(): bool</methodSignature>
<fullMethod>canInvokeWithTimeout(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Template</package>
<className>SebastianBergmann\Template\Template</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $file, string $openDelimiter, string $closeDelimiter)</methodSignature>
<fullMethod>__construct(string $file, string $openDelimiter, string $closeDelimiter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Template</package>
<className>SebastianBergmann\Template\Template</className>
<methodName>setFile</methodName>
<methodSignature>setFile(string $file): void</methodSignature>
<fullMethod>setFile(string $file): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Template</package>
<className>SebastianBergmann\Template\Template</className>
<methodName>setVar</methodName>
<methodSignature>setVar(array $values, bool $merge): void</methodSignature>
<fullMethod>setVar(array $values, bool $merge): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Template</package>
<className>SebastianBergmann\Template\Template</className>
<methodName>render</methodName>
<methodSignature>render(): string</methodSignature>
<fullMethod>render(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Template</package>
<className>SebastianBergmann\Template\Template</className>
<methodName>renderTo</methodName>
<methodSignature>renderTo(string $target): void</methodSignature>
<fullMethod>renderTo(string $target): void</fullMethod>
<crap>2</crap>
<complexity>2</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>fromMicroseconds</methodName>
<methodSignature>fromMicroseconds(float $microseconds): self</methodSignature>
<fullMethod>fromMicroseconds(float $microseconds): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>fromNanoseconds</methodName>
<methodSignature>fromNanoseconds(float $nanoseconds): self</methodSignature>
<fullMethod>fromNanoseconds(float $nanoseconds): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(float $nanoseconds)</methodSignature>
<fullMethod>__construct(float $nanoseconds)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>asNanoseconds</methodName>
<methodSignature>asNanoseconds(): float</methodSignature>
<fullMethod>asNanoseconds(): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>asMicroseconds</methodName>
<methodSignature>asMicroseconds(): float</methodSignature>
<fullMethod>asMicroseconds(): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>asMilliseconds</methodName>
<methodSignature>asMilliseconds(): float</methodSignature>
<fullMethod>asMilliseconds(): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>asSeconds</methodName>
<methodSignature>asSeconds(): float</methodSignature>
<fullMethod>asSeconds(): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Duration</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\ResourceUsageFormatter</className>
<methodName>resourceUsage</methodName>
<methodSignature>resourceUsage(SebastianBergmann\Timer\Duration $duration): string</methodSignature>
<fullMethod>resourceUsage(SebastianBergmann\Timer\Duration $duration): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\ResourceUsageFormatter</className>
<methodName>resourceUsageSinceStartOfRequest</methodName>
<methodSignature>resourceUsageSinceStartOfRequest(): string</methodSignature>
<fullMethod>resourceUsageSinceStartOfRequest(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\ResourceUsageFormatter</className>
<methodName>bytesToString</methodName>
<methodSignature>bytesToString(int $bytes): string</methodSignature>
<fullMethod>bytesToString(int $bytes): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Timer</className>
<methodName>start</methodName>
<methodSignature>start(): void</methodSignature>
<fullMethod>start(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Timer</package>
<className>SebastianBergmann\Timer\Timer</className>
<methodName>stop</methodName>
<methodSignature>stop(): SebastianBergmann\Timer\Duration</methodSignature>
<fullMethod>stop(): SebastianBergmann\Timer\Duration</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\CollectingDispatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\CollectingDispatcher</className>
<methodName>dispatch</methodName>
<methodSignature>dispatch(PHPUnit\Event\Event $event): void</methodSignature>
<fullMethod>dispatch(PHPUnit\Event\Event $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\CollectingDispatcher</className>
<methodName>flush</methodName>
<methodSignature>flush(): PHPUnit\Event\EventCollection</methodSignature>
<fullMethod>flush(): PHPUnit\Event\EventCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\SubscribableDispatcher $dispatcher)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\SubscribableDispatcher $dispatcher)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>registerTracer</methodName>
<methodSignature>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</methodSignature>
<fullMethod>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>registerSubscriber</methodName>
<methodSignature>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</methodSignature>
<fullMethod>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>hasSubscriberFor</methodName>
<methodSignature>hasSubscriberFor(string $className): bool</methodSignature>
<fullMethod>hasSubscriberFor(string $className): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>dispatch</methodName>
<methodSignature>dispatch(PHPUnit\Event\Event $event): void</methodSignature>
<fullMethod>dispatch(PHPUnit\Event\Event $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DeferringDispatcher</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\TypeMap $map)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\TypeMap $map)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>registerTracer</methodName>
<methodSignature>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</methodSignature>
<fullMethod>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>registerSubscriber</methodName>
<methodSignature>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</methodSignature>
<fullMethod>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>hasSubscriberFor</methodName>
<methodSignature>hasSubscriberFor(string $className): bool</methodSignature>
<fullMethod>hasSubscriberFor(string $className): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>dispatch</methodName>
<methodSignature>dispatch(PHPUnit\Event\Event $event): void</methodSignature>
<fullMethod>dispatch(PHPUnit\Event\Event $event): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DirectDispatcher</className>
<methodName>ignoreThrowablesFromThirdPartySubscribers</methodName>
<methodSignature>ignoreThrowablesFromThirdPartySubscribers(Throwable $t): void</methodSignature>
<fullMethod>ignoreThrowablesFromThirdPartySubscribers(Throwable $t): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Dispatcher $dispatcher, PHPUnit\Event\Telemetry\System $system)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Dispatcher $dispatcher, PHPUnit\Event\Telemetry\System $system)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>applicationStarted</methodName>
<methodSignature>applicationStarted(): void</methodSignature>
<fullMethod>applicationStarted(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerStarted</methodName>
<methodSignature>testRunnerStarted(): void</methodSignature>
<fullMethod>testRunnerStarted(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerConfigured</methodName>
<methodSignature>testRunnerConfigured(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>testRunnerConfigured(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerBootstrapFinished</methodName>
<methodSignature>testRunnerBootstrapFinished(string $filename): void</methodSignature>
<fullMethod>testRunnerBootstrapFinished(string $filename): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerLoadedExtensionFromPhar</methodName>
<methodSignature>testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version): void</methodSignature>
<fullMethod>testRunnerLoadedExtensionFromPhar(string $filename, string $name, string $version): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerBootstrappedExtension</methodName>
<methodSignature>testRunnerBootstrappedExtension(string $className, array $parameters): void</methodSignature>
<fullMethod>testRunnerBootstrappedExtension(string $className, array $parameters): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteLoaded</methodName>
<methodSignature>testSuiteLoaded(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</methodSignature>
<fullMethod>testSuiteLoaded(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteFiltered</methodName>
<methodSignature>testSuiteFiltered(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</methodSignature>
<fullMethod>testSuiteFiltered(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteSorted</methodName>
<methodSignature>testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies): void</methodSignature>
<fullMethod>testSuiteSorted(int $executionOrder, int $executionOrderDefects, bool $resolveDependencies): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerEventFacadeSealed</methodName>
<methodSignature>testRunnerEventFacadeSealed(): void</methodSignature>
<fullMethod>testRunnerEventFacadeSealed(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerExecutionStarted</methodName>
<methodSignature>testRunnerExecutionStarted(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</methodSignature>
<fullMethod>testRunnerExecutionStarted(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteSkipped</methodName>
<methodSignature>testSuiteSkipped(PHPUnit\Event\TestSuite\TestSuite $testSuite, string $message): void</methodSignature>
<fullMethod>testSuiteSkipped(PHPUnit\Event\TestSuite\TestSuite $testSuite, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteStarted</methodName>
<methodSignature>testSuiteStarted(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</methodSignature>
<fullMethod>testSuiteStarted(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPreparationStarted</methodName>
<methodSignature>testPreparationStarted(PHPUnit\Event\Code\Test $test): void</methodSignature>
<fullMethod>testPreparationStarted(PHPUnit\Event\Code\Test $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testBeforeFirstTestMethodCalled</methodName>
<methodSignature>testBeforeFirstTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testBeforeFirstTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testBeforeFirstTestMethodErrored</methodName>
<methodSignature>testBeforeFirstTestMethodErrored(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod, PHPUnit\Event\Code\Throwable $throwable): void</methodSignature>
<fullMethod>testBeforeFirstTestMethodErrored(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod, PHPUnit\Event\Code\Throwable $throwable): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testBeforeFirstTestMethodFinished</methodName>
<methodSignature>testBeforeFirstTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testBeforeFirstTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testBeforeTestMethodCalled</methodName>
<methodSignature>testBeforeTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testBeforeTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testBeforeTestMethodFinished</methodName>
<methodSignature>testBeforeTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testBeforeTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPreConditionCalled</methodName>
<methodSignature>testPreConditionCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testPreConditionCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPreConditionFinished</methodName>
<methodSignature>testPreConditionFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testPreConditionFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(PHPUnit\Event\Code\Test $test): void</methodSignature>
<fullMethod>testPrepared(PHPUnit\Event\Code\Test $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRegisteredComparator</methodName>
<methodSignature>testRegisteredComparator(string $className): void</methodSignature>
<fullMethod>testRegisteredComparator(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAssertionSucceeded</methodName>
<methodSignature>testAssertionSucceeded(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</methodSignature>
<fullMethod>testAssertionSucceeded(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAssertionFailed</methodName>
<methodSignature>testAssertionFailed(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</methodSignature>
<fullMethod>testAssertionFailed(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedMockObject</methodName>
<methodSignature>testCreatedMockObject(string $className): void</methodSignature>
<fullMethod>testCreatedMockObject(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedMockObjectForIntersectionOfInterfaces</methodName>
<methodSignature>testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces): void</methodSignature>
<fullMethod>testCreatedMockObjectForIntersectionOfInterfaces(array $interfaces): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedMockObjectForTrait</methodName>
<methodSignature>testCreatedMockObjectForTrait(string $traitName): void</methodSignature>
<fullMethod>testCreatedMockObjectForTrait(string $traitName): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedMockObjectForAbstractClass</methodName>
<methodSignature>testCreatedMockObjectForAbstractClass(string $className): void</methodSignature>
<fullMethod>testCreatedMockObjectForAbstractClass(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedMockObjectFromWsdl</methodName>
<methodSignature>testCreatedMockObjectFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): void</methodSignature>
<fullMethod>testCreatedMockObjectFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedPartialMockObject</methodName>
<methodSignature>testCreatedPartialMockObject(string $className, string $methodNames): void</methodSignature>
<fullMethod>testCreatedPartialMockObject(string $className, string $methodNames): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedTestProxy</methodName>
<methodSignature>testCreatedTestProxy(string $className, array $constructorArguments): void</methodSignature>
<fullMethod>testCreatedTestProxy(string $className, array $constructorArguments): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedStub</methodName>
<methodSignature>testCreatedStub(string $className): void</methodSignature>
<fullMethod>testCreatedStub(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testCreatedStubForIntersectionOfInterfaces</methodName>
<methodSignature>testCreatedStubForIntersectionOfInterfaces(array $interfaces): void</methodSignature>
<fullMethod>testCreatedStubForIntersectionOfInterfaces(array $interfaces): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable, ?PHPUnit\Event\Code\ComparisonFailure $comparisonFailure): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable, ?PHPUnit\Event\Code\ComparisonFailure $comparisonFailure): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPassed</methodName>
<methodSignature>testPassed(PHPUnit\Event\Code\Test $test): void</methodSignature>
<fullMethod>testPassed(PHPUnit\Event\Code\Test $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(PHPUnit\Event\Code\Test $test, string $message): void</methodSignature>
<fullMethod>testConsideredRisky(PHPUnit\Event\Code\Test $test, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testMarkedAsIncomplete</methodName>
<methodSignature>testMarkedAsIncomplete(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable): void</methodSignature>
<fullMethod>testMarkedAsIncomplete(PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Code\Test $test, string $message): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Code\Test $test, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpunitDeprecation</methodName>
<methodSignature>testTriggeredPhpunitDeprecation(PHPUnit\Event\Code\Test $test, string $message): void</methodSignature>
<fullMethod>testTriggeredPhpunitDeprecation(PHPUnit\Event\Code\Test $test, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpDeprecation</methodName>
<methodSignature>testTriggeredPhpDeprecation(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredPhpDeprecation(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredDeprecation</methodName>
<methodSignature>testTriggeredDeprecation(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredDeprecation(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredError</methodName>
<methodSignature>testTriggeredError(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredError(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredNotice</methodName>
<methodSignature>testTriggeredNotice(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredNotice(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpNotice</methodName>
<methodSignature>testTriggeredPhpNotice(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredPhpNotice(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredWarning</methodName>
<methodSignature>testTriggeredWarning(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredWarning(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpWarning</methodName>
<methodSignature>testTriggeredPhpWarning(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</methodSignature>
<fullMethod>testTriggeredPhpWarning(PHPUnit\Event\Code\Test $test, string $message, string $file, int $line): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpunitError</methodName>
<methodSignature>testTriggeredPhpunitError(PHPUnit\Event\Code\Test $test, string $message): void</methodSignature>
<fullMethod>testTriggeredPhpunitError(PHPUnit\Event\Code\Test $test, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testTriggeredPhpunitWarning</methodName>
<methodSignature>testTriggeredPhpunitWarning(PHPUnit\Event\Code\Test $test, string $message): void</methodSignature>
<fullMethod>testTriggeredPhpunitWarning(PHPUnit\Event\Code\Test $test, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPrintedUnexpectedOutput</methodName>
<methodSignature>testPrintedUnexpectedOutput(string $output): void</methodSignature>
<fullMethod>testPrintedUnexpectedOutput(string $output): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Code\Test $test, int $numberOfAssertionsPerformed): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Code\Test $test, int $numberOfAssertionsPerformed): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPostConditionCalled</methodName>
<methodSignature>testPostConditionCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testPostConditionCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testPostConditionFinished</methodName>
<methodSignature>testPostConditionFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testPostConditionFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAfterTestMethodCalled</methodName>
<methodSignature>testAfterTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testAfterTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAfterTestMethodFinished</methodName>
<methodSignature>testAfterTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testAfterTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAfterLastTestMethodCalled</methodName>
<methodSignature>testAfterLastTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</methodSignature>
<fullMethod>testAfterLastTestMethodCalled(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testAfterLastTestMethodFinished</methodName>
<methodSignature>testAfterLastTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</methodSignature>
<fullMethod>testAfterLastTestMethodFinished(string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testSuiteFinished</methodName>
<methodSignature>testSuiteFinished(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</methodSignature>
<fullMethod>testSuiteFinished(PHPUnit\Event\TestSuite\TestSuite $testSuite): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerTriggeredDeprecation</methodName>
<methodSignature>testRunnerTriggeredDeprecation(string $message): void</methodSignature>
<fullMethod>testRunnerTriggeredDeprecation(string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerTriggeredWarning</methodName>
<methodSignature>testRunnerTriggeredWarning(string $message): void</methodSignature>
<fullMethod>testRunnerTriggeredWarning(string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerExecutionFinished</methodName>
<methodSignature>testRunnerExecutionFinished(): void</methodSignature>
<fullMethod>testRunnerExecutionFinished(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>testRunnerFinished</methodName>
<methodSignature>testRunnerFinished(): void</methodSignature>
<fullMethod>testRunnerFinished(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>applicationFinished</methodName>
<methodSignature>applicationFinished(int $shellExitCode): void</methodSignature>
<fullMethod>applicationFinished(int $shellExitCode): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\DispatchingEmitter</className>
<methodName>hasSubscriberFor</methodName>
<methodSignature>hasSubscriberFor(string $className): bool</methodSignature>
<fullMethod>hasSubscriberFor(string $className): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Finished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $shellExitCode)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $shellExitCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Finished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Finished</className>
<methodName>shellExitCode</methodName>
<methodSignature>shellExitCode(): int</methodSignature>
<fullMethod>shellExitCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Finished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Started</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Runtime\Runtime $runtime)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Runtime\Runtime $runtime)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Started</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Started</className>
<methodName>runtime</methodName>
<methodSignature>runtime(): PHPUnit\Event\Runtime\Runtime</methodSignature>
<fullMethod>runtime(): PHPUnit\Event\Runtime\Runtime</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Application</package>
<className>PHPUnit\Event\Application\Started</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>add</methodName>
<methodSignature>add(PHPUnit\Event\Event $events): void</methodSignature>
<fullMethod>add(PHPUnit\Event\Event $events): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>isNotEmpty</methodName>
<methodSignature>isNotEmpty(): bool</methodSignature>
<fullMethod>isNotEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\Event\EventCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\Event\EventCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\EventCollection $events)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\EventCollection $events)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Event\Event</methodSignature>
<fullMethod>current(): PHPUnit\Event\Event</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\EventCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\BootstrapFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $filename)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $filename)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\BootstrapFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\BootstrapFinished</className>
<methodName>filename</methodName>
<methodSignature>filename(): string</methodSignature>
<fullMethod>filename(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\BootstrapFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Configured</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\TextUI\Configuration\Configuration $configuration)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\TextUI\Configuration\Configuration $configuration)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Configured</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Configured</className>
<methodName>configuration</methodName>
<methodSignature>configuration(): PHPUnit\TextUI\Configuration\Configuration</methodSignature>
<fullMethod>configuration(): PHPUnit\TextUI\Configuration\Configuration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Configured</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\DeprecationTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\DeprecationTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\DeprecationTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\DeprecationTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\EventFacadeSealed</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\EventFacadeSealed</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\EventFacadeSealed</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionStarted</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionStarted</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionStarted</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExecutionStarted</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionBootstrapped</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, array $parameters)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, array $parameters)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionBootstrapped</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionBootstrapped</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionBootstrapped</className>
<methodName>parameters</methodName>
<methodSignature>parameters(): array</methodSignature>
<fullMethod>parameters(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionBootstrapped</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $filename, string $name, string $version)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $filename, string $name, string $version)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>filename</methodName>
<methodSignature>filename(): string</methodSignature>
<fullMethod>filename(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>version</methodName>
<methodSignature>version(): string</methodSignature>
<fullMethod>version(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\ExtensionLoadedFromPhar</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Finished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Finished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Finished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Started</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Started</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\Started</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\WarningTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\WarningTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\WarningTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestRunner</package>
<className>PHPUnit\Event\TestRunner\WarningTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Filtered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Filtered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Filtered</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Filtered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Finished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Finished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Finished</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Finished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Loaded</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Loaded</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Loaded</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Loaded</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Skipped</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Skipped</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Skipped</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Skipped</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Skipped</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>executionOrder</methodName>
<methodSignature>executionOrder(): int</methodSignature>
<fullMethod>executionOrder(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>executionOrderDefects</methodName>
<methodSignature>executionOrderDefects(): int</methodSignature>
<fullMethod>executionOrderDefects(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>resolveDependencies</methodName>
<methodSignature>resolveDependencies(): bool</methodSignature>
<fullMethod>resolveDependencies(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Sorted</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Started</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\TestSuite\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Started</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Started</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>testSuite(): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\Started</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>value</methodName>
<methodSignature>value(): string</methodSignature>
<fullMethod>value(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionFailed</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $value, string $constraint, int $count, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>value</methodName>
<methodSignature>value(): string</methodSignature>
<fullMethod>value(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AssertionSucceeded</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ComparatorRegistered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ComparatorRegistered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ComparatorRegistered</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ComparatorRegistered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterLastTestMethodFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\AfterTestMethodFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod, PHPUnit\Event\Code\Throwable $throwable)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod, PHPUnit\Event\Code\Throwable $throwable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>throwable</methodName>
<methodSignature>throwable(): PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>throwable(): PHPUnit\Event\Code\Throwable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodErrored</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeFirstTestMethodFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\BeforeTestMethodFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PostConditionFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionCalled</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethod)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionCalled</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionCalled</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionCalled</className>
<methodName>calledMethod</methodName>
<methodSignature>calledMethod(): PHPUnit\Event\Code\ClassMethod</methodSignature>
<fullMethod>calledMethod(): PHPUnit\Event\Code\ClassMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionCalled</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionFinished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $testClassName, PHPUnit\Event\Code\ClassMethod $calledMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionFinished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionFinished</className>
<methodName>testClassName</methodName>
<methodSignature>testClassName(): string</methodSignature>
<fullMethod>testClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionFinished</className>
<methodName>calledMethods</methodName>
<methodSignature>calledMethods(): array</methodSignature>
<fullMethod>calledMethods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreConditionFinished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ConsideredRisky</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ConsideredRisky</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ConsideredRisky</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ConsideredRisky</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ConsideredRisky</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\DeprecationTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\ErrorTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\NoticeTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpDeprecationTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpNoticeTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpWarningTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitDeprecationTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitDeprecationTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitDeprecationTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitDeprecationTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitDeprecationTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitErrorTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitErrorTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitErrorTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitErrorTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitErrorTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitWarningTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitWarningTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitWarningTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitWarningTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PhpunitWarningTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\WarningTriggered</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Finished</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, int $numberOfAssertionsPerformed)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, int $numberOfAssertionsPerformed)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Finished</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Finished</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Finished</className>
<methodName>numberOfAssertionsPerformed</methodName>
<methodSignature>numberOfAssertionsPerformed(): int</methodSignature>
<fullMethod>numberOfAssertionsPerformed(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Finished</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreparationStarted</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreparationStarted</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreparationStarted</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PreparationStarted</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Prepared</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Prepared</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Prepared</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Prepared</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Errored</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Errored</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Errored</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Errored</className>
<methodName>throwable</methodName>
<methodSignature>throwable(): PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>throwable(): PHPUnit\Event\Code\Throwable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Errored</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable, ?PHPUnit\Event\Code\ComparisonFailure $comparisonFailure)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable, ?PHPUnit\Event\Code\ComparisonFailure $comparisonFailure)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>throwable</methodName>
<methodSignature>throwable(): PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>throwable(): PHPUnit\Event\Code\Throwable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>hasComparisonFailure</methodName>
<methodSignature>hasComparisonFailure(): bool</methodSignature>
<fullMethod>hasComparisonFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>comparisonFailure</methodName>
<methodSignature>comparisonFailure(): PHPUnit\Event\Code\ComparisonFailure</methodSignature>
<fullMethod>comparisonFailure(): PHPUnit\Event\Code\ComparisonFailure</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Failed</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MarkedIncomplete</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, PHPUnit\Event\Code\Throwable $throwable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MarkedIncomplete</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MarkedIncomplete</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MarkedIncomplete</className>
<methodName>throwable</methodName>
<methodSignature>throwable(): PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>throwable(): PHPUnit\Event\Code\Throwable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MarkedIncomplete</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Passed</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Passed</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Passed</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Passed</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Skipped</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, PHPUnit\Event\Code\Test $test, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Skipped</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Skipped</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Skipped</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\Skipped</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PrintedUnexpectedOutput</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $output)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $output)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PrintedUnexpectedOutput</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PrintedUnexpectedOutput</className>
<methodName>output</methodName>
<methodSignature>output(): string</methodSignature>
<fullMethod>output(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PrintedUnexpectedOutput</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectCreated</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForAbstractClassCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForAbstractClassCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForAbstractClassCreated</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForAbstractClassCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForIntersectionOfInterfacesCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, array $interfaces)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, array $interfaces)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForIntersectionOfInterfacesCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForIntersectionOfInterfacesCreated</className>
<methodName>interfaces</methodName>
<methodSignature>interfaces(): array</methodSignature>
<fullMethod>interfaces(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForIntersectionOfInterfacesCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForTraitCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $traitName)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $traitName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForTraitCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForTraitCreated</className>
<methodName>traitName</methodName>
<methodSignature>traitName(): string</methodSignature>
<fullMethod>traitName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectForTraitCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>wsdlFile</methodName>
<methodSignature>wsdlFile(): string</methodSignature>
<fullMethod>wsdlFile(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>originalClassName</methodName>
<methodSignature>originalClassName(): string</methodSignature>
<fullMethod>originalClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>mockClassName</methodName>
<methodSignature>mockClassName(): string</methodSignature>
<fullMethod>mockClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>methods</methodName>
<methodSignature>methods(): array</methodSignature>
<fullMethod>methods(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>callOriginalConstructor</methodName>
<methodSignature>callOriginalConstructor(): bool</methodSignature>
<fullMethod>callOriginalConstructor(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>options</methodName>
<methodSignature>options(): array</methodSignature>
<fullMethod>options(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\MockObjectFromWsdlCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PartialMockObjectCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, string $methodNames)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, string $methodNames)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PartialMockObjectCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PartialMockObjectCreated</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PartialMockObjectCreated</className>
<methodName>methodNames</methodName>
<methodSignature>methodNames(): array</methodSignature>
<fullMethod>methodNames(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\PartialMockObjectCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestProxyCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, string $constructorArguments)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className, string $constructorArguments)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestProxyCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestProxyCreated</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestProxyCreated</className>
<methodName>constructorArguments</methodName>
<methodSignature>constructorArguments(): string</methodSignature>
<fullMethod>constructorArguments(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestProxyCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubCreated</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubForIntersectionOfInterfacesCreated</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, array $interfaces)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Info $telemetryInfo, array $interfaces)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubForIntersectionOfInterfacesCreated</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(): PHPUnit\Event\Telemetry\Info</methodSignature>
<fullMethod>telemetryInfo(): PHPUnit\Event\Telemetry\Info</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubForIntersectionOfInterfacesCreated</className>
<methodName>interfaces</methodName>
<methodSignature>interfaces(): array</methodSignature>
<fullMethod>interfaces(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Test</package>
<className>PHPUnit\Event\Test\TestStubForIntersectionOfInterfacesCreated</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(PHPUnit\Event\Subscriber $subscribers): void</methodSignature>
<fullMethod>registerSubscribers(PHPUnit\Event\Subscriber $subscribers): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>registerSubscriber</methodName>
<methodSignature>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</methodSignature>
<fullMethod>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>registerTracer</methodName>
<methodSignature>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</methodSignature>
<fullMethod>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>emitter</methodName>
<methodSignature>emitter(): PHPUnit\Event\Emitter</methodSignature>
<fullMethod>emitter(): PHPUnit\Event\Emitter</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>initForIsolation</methodName>
<methodSignature>initForIsolation(PHPUnit\Event\Telemetry\HRTime $offset): PHPUnit\Event\CollectingDispatcher</methodSignature>
<fullMethod>initForIsolation(PHPUnit\Event\Telemetry\HRTime $offset): PHPUnit\Event\CollectingDispatcher</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>forward</methodName>
<methodSignature>forward(PHPUnit\Event\EventCollection $events): void</methodSignature>
<fullMethod>forward(PHPUnit\Event\EventCollection $events): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>seal</methodName>
<methodSignature>seal(): void</methodSignature>
<fullMethod>seal(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>createDispatchingEmitter</methodName>
<methodSignature>createDispatchingEmitter(): PHPUnit\Event\DispatchingEmitter</methodSignature>
<fullMethod>createDispatchingEmitter(): PHPUnit\Event\DispatchingEmitter</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>createTelemetrySystem</methodName>
<methodSignature>createTelemetrySystem(): PHPUnit\Event\Telemetry\System</methodSignature>
<fullMethod>createTelemetrySystem(): PHPUnit\Event\Telemetry\System</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>deferredDispatcher</methodName>
<methodSignature>deferredDispatcher(): PHPUnit\Event\DeferringDispatcher</methodSignature>
<fullMethod>deferredDispatcher(): PHPUnit\Event\DeferringDispatcher</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>typeMap</methodName>
<methodSignature>typeMap(): PHPUnit\Event\TypeMap</methodSignature>
<fullMethod>typeMap(): PHPUnit\Event\TypeMap</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\Facade</className>
<methodName>registerDefaultTypes</methodName>
<methodSignature>registerDefaultTypes(PHPUnit\Event\TypeMap $typeMap): void</methodSignature>
<fullMethod>registerDefaultTypes(PHPUnit\Event\TypeMap $typeMap): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\TypeMap</className>
<methodName>addMapping</methodName>
<methodSignature>addMapping(string $subscriberInterface, string $eventClass): void</methodSignature>
<fullMethod>addMapping(string $subscriberInterface, string $eventClass): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\TypeMap</className>
<methodName>isKnownSubscriberType</methodName>
<methodSignature>isKnownSubscriberType(PHPUnit\Event\Subscriber $subscriber): bool</methodSignature>
<fullMethod>isKnownSubscriberType(PHPUnit\Event\Subscriber $subscriber): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\TypeMap</className>
<methodName>isKnownEventType</methodName>
<methodSignature>isKnownEventType(PHPUnit\Event\Event $event): bool</methodSignature>
<fullMethod>isKnownEventType(PHPUnit\Event\Event $event): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event</package>
<className>PHPUnit\Event\TypeMap</className>
<methodName>map</methodName>
<methodSignature>map(PHPUnit\Event\Subscriber $subscriber): string</methodSignature>
<fullMethod>map(PHPUnit\Event\Subscriber $subscriber): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ClassMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ClassMethod</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ClassMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailure</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $expected, string $actual, string $diff)</methodSignature>
<fullMethod>__construct(string $expected, string $actual, string $diff)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailure</className>
<methodName>expected</methodName>
<methodSignature>expected(): string</methodSignature>
<fullMethod>expected(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailure</className>
<methodName>actual</methodName>
<methodSignature>actual(): string</methodSignature>
<fullMethod>actual(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailure</className>
<methodName>diff</methodName>
<methodSignature>diff(): string</methodSignature>
<fullMethod>diff(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailureBuilder</className>
<methodName>from</methodName>
<methodSignature>from(Throwable $t): ?PHPUnit\Event\Code\ComparisonFailure</methodSignature>
<fullMethod>from(Throwable $t): ?PHPUnit\Event\Code\ComparisonFailure</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ComparisonFailureBuilder</className>
<methodName>mapScalarValueToString</methodName>
<methodSignature>mapScalarValueToString(mixed $value): string</methodSignature>
<fullMethod>mapScalarValueToString(mixed $value): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\OperatingSystem</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\OperatingSystem</className>
<methodName>operatingSystem</methodName>
<methodSignature>operatingSystem(): string</methodSignature>
<fullMethod>operatingSystem(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\OperatingSystem</className>
<methodName>operatingSystemFamily</methodName>
<methodSignature>operatingSystemFamily(): string</methodSignature>
<fullMethod>operatingSystemFamily(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>version</methodName>
<methodSignature>version(): string</methodSignature>
<fullMethod>version(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>sapi</methodName>
<methodSignature>sapi(): string</methodSignature>
<fullMethod>sapi(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>majorVersion</methodName>
<methodSignature>majorVersion(): int</methodSignature>
<fullMethod>majorVersion(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>minorVersion</methodName>
<methodSignature>minorVersion(): int</methodSignature>
<fullMethod>minorVersion(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>releaseVersion</methodName>
<methodSignature>releaseVersion(): int</methodSignature>
<fullMethod>releaseVersion(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>extraVersion</methodName>
<methodSignature>extraVersion(): string</methodSignature>
<fullMethod>extraVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>versionId</methodName>
<methodSignature>versionId(): int</methodSignature>
<fullMethod>versionId(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHP</className>
<methodName>extensions</methodName>
<methodSignature>extensions(): array</methodSignature>
<fullMethod>extensions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHPUnit</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHPUnit</className>
<methodName>versionId</methodName>
<methodSignature>versionId(): string</methodSignature>
<fullMethod>versionId(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\PHPUnit</className>
<methodName>releaseSeries</methodName>
<methodSignature>releaseSeries(): string</methodSignature>
<fullMethod>releaseSeries(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\Runtime</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\Runtime</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\Runtime</className>
<methodName>operatingSystem</methodName>
<methodSignature>operatingSystem(): PHPUnit\Event\Runtime\OperatingSystem</methodSignature>
<fullMethod>operatingSystem(): PHPUnit\Event\Runtime\OperatingSystem</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\Runtime</className>
<methodName>php</methodName>
<methodSignature>php(): PHPUnit\Event\Runtime\PHP</methodSignature>
<fullMethod>php(): PHPUnit\Event\Runtime\PHP</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Runtime</package>
<className>PHPUnit\Event\Runtime\Runtime</className>
<methodName>phpunit</methodName>
<methodSignature>phpunit(): PHPUnit\Event\Runtime\PHPUnit</methodSignature>
<fullMethod>phpunit(): PHPUnit\Event\Runtime\PHPUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>fromSecondsAndNanoseconds</methodName>
<methodSignature>fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self</methodSignature>
<fullMethod>fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $seconds, int $nanoseconds)</methodSignature>
<fullMethod>__construct(int $seconds, int $nanoseconds)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>seconds</methodName>
<methodSignature>seconds(): int</methodSignature>
<fullMethod>seconds(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>nanoseconds</methodName>
<methodSignature>nanoseconds(): int</methodSignature>
<fullMethod>nanoseconds(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>asFloat</methodName>
<methodSignature>asFloat(): float</methodSignature>
<fullMethod>asFloat(): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>equals</methodName>
<methodSignature>equals(self $other): bool</methodSignature>
<fullMethod>equals(self $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>isLessThan</methodName>
<methodSignature>isLessThan(self $other): bool</methodSignature>
<fullMethod>isLessThan(self $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(self $other): bool</methodSignature>
<fullMethod>isGreaterThan(self $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>ensureNotNegative</methodName>
<methodSignature>ensureNotNegative(int $value, string $type): void</methodSignature>
<fullMethod>ensureNotNegative(int $value, string $type): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Duration</className>
<methodName>ensureNanoSecondsInRange</methodName>
<methodSignature>ensureNanoSecondsInRange(int $nanoseconds): void</methodSignature>
<fullMethod>ensureNanoSecondsInRange(int $nanoseconds): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>fromSecondsAndNanoseconds</methodName>
<methodSignature>fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self</methodSignature>
<fullMethod>fromSecondsAndNanoseconds(int $seconds, int $nanoseconds): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $seconds, int $nanoseconds)</methodSignature>
<fullMethod>__construct(int $seconds, int $nanoseconds)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>seconds</methodName>
<methodSignature>seconds(): int</methodSignature>
<fullMethod>seconds(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>nanoseconds</methodName>
<methodSignature>nanoseconds(): int</methodSignature>
<fullMethod>nanoseconds(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>duration</methodName>
<methodSignature>duration(self $start): PHPUnit\Event\Telemetry\Duration</methodSignature>
<fullMethod>duration(self $start): PHPUnit\Event\Telemetry\Duration</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>ensureNotNegative</methodName>
<methodSignature>ensureNotNegative(int $value, string $type): void</methodSignature>
<fullMethod>ensureNotNegative(int $value, string $type): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\HRTime</className>
<methodName>ensureNanoSecondsInRange</methodName>
<methodSignature>ensureNanoSecondsInRange(int $nanoseconds): void</methodSignature>
<fullMethod>ensureNanoSecondsInRange(int $nanoseconds): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\Snapshot $current, PHPUnit\Event\Telemetry\Duration $durationSinceStart, PHPUnit\Event\Telemetry\MemoryUsage $memorySinceStart, PHPUnit\Event\Telemetry\Duration $durationSincePrevious, PHPUnit\Event\Telemetry\MemoryUsage $memorySincePrevious)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\Snapshot $current, PHPUnit\Event\Telemetry\Duration $durationSinceStart, PHPUnit\Event\Telemetry\MemoryUsage $memorySinceStart, PHPUnit\Event\Telemetry\Duration $durationSincePrevious, PHPUnit\Event\Telemetry\MemoryUsage $memorySincePrevious)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>time</methodName>
<methodSignature>time(): PHPUnit\Event\Telemetry\HRTime</methodSignature>
<fullMethod>time(): PHPUnit\Event\Telemetry\HRTime</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>memoryUsage</methodName>
<methodSignature>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>peakMemoryUsage</methodName>
<methodSignature>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>durationSinceStart</methodName>
<methodSignature>durationSinceStart(): PHPUnit\Event\Telemetry\Duration</methodSignature>
<fullMethod>durationSinceStart(): PHPUnit\Event\Telemetry\Duration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>memoryUsageSinceStart</methodName>
<methodSignature>memoryUsageSinceStart(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>memoryUsageSinceStart(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>durationSincePrevious</methodName>
<methodSignature>durationSincePrevious(): PHPUnit\Event\Telemetry\Duration</methodSignature>
<fullMethod>durationSincePrevious(): PHPUnit\Event\Telemetry\Duration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>memoryUsageSincePrevious</methodName>
<methodSignature>memoryUsageSincePrevious(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>memoryUsageSincePrevious(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Info</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\MemoryUsage</className>
<methodName>fromBytes</methodName>
<methodSignature>fromBytes(int $bytes): self</methodSignature>
<fullMethod>fromBytes(int $bytes): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\MemoryUsage</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $bytes)</methodSignature>
<fullMethod>__construct(int $bytes)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\MemoryUsage</className>
<methodName>bytes</methodName>
<methodSignature>bytes(): int</methodSignature>
<fullMethod>bytes(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\MemoryUsage</className>
<methodName>diff</methodName>
<methodSignature>diff(self $other): self</methodSignature>
<fullMethod>diff(self $other): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Snapshot</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\HRTime $time, PHPUnit\Event\Telemetry\MemoryUsage $memoryUsage, PHPUnit\Event\Telemetry\MemoryUsage $peakMemoryUsage)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\HRTime $time, PHPUnit\Event\Telemetry\MemoryUsage $memoryUsage, PHPUnit\Event\Telemetry\MemoryUsage $peakMemoryUsage)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Snapshot</className>
<methodName>time</methodName>
<methodSignature>time(): PHPUnit\Event\Telemetry\HRTime</methodSignature>
<fullMethod>time(): PHPUnit\Event\Telemetry\HRTime</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Snapshot</className>
<methodName>memoryUsage</methodName>
<methodSignature>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\Snapshot</className>
<methodName>peakMemoryUsage</methodName>
<methodSignature>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\System</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\StopWatch $stopWatch, PHPUnit\Event\Telemetry\MemoryMeter $memoryMeter)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\StopWatch $stopWatch, PHPUnit\Event\Telemetry\MemoryMeter $memoryMeter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\System</className>
<methodName>snapshot</methodName>
<methodSignature>snapshot(): PHPUnit\Event\Telemetry\Snapshot</methodSignature>
<fullMethod>snapshot(): PHPUnit\Event\Telemetry\Snapshot</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\SystemMemoryMeter</className>
<methodName>memoryUsage</methodName>
<methodSignature>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>memoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\SystemMemoryMeter</className>
<methodName>peakMemoryUsage</methodName>
<methodSignature>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</methodSignature>
<fullMethod>peakMemoryUsage(): PHPUnit\Event\Telemetry\MemoryUsage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\SystemStopWatch</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Event\Telemetry\HRTime</methodSignature>
<fullMethod>current(): PHPUnit\Event\Telemetry\HRTime</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\SystemStopWatchWithOffset</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Telemetry\HRTime $offset)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Telemetry\HRTime $offset)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Telemetry</package>
<className>PHPUnit\Event\Telemetry\SystemStopWatchWithOffset</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Event\Telemetry\HRTime</methodSignature>
<fullMethod>current(): PHPUnit\Event\Telemetry\HRTime</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests)</methodSignature>
<fullMethod>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>tests</methodName>
<methodSignature>tests(): PHPUnit\Event\Code\TestCollection</methodSignature>
<fullMethod>tests(): PHPUnit\Event\Code\TestCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>isWithName</methodName>
<methodSignature>isWithName(): bool</methodSignature>
<fullMethod>isWithName(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>isForTestClass</methodName>
<methodSignature>isForTestClass(): bool</methodSignature>
<fullMethod>isForTestClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuite</className>
<methodName>isForTestMethodWithDataProvider</methodName>
<methodSignature>isForTestMethodWithDataProvider(): bool</methodSignature>
<fullMethod>isForTestMethodWithDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteBuilder</className>
<methodName>from</methodName>
<methodSignature>from(PHPUnit\Framework\TestSuite $testSuite): PHPUnit\Event\TestSuite\TestSuite</methodSignature>
<fullMethod>from(PHPUnit\Framework\TestSuite $testSuite): PHPUnit\Event\TestSuite\TestSuite</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests, string $file, int $line)</methodSignature>
<fullMethod>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestClass</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestClass</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestClass</className>
<methodName>isForTestClass</methodName>
<methodSignature>isForTestClass(): bool</methodSignature>
<fullMethod>isForTestClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests, string $className, string $methodName, string $file, int $line)</methodSignature>
<fullMethod>__construct(string $name, int $size, PHPUnit\Event\Code\TestCollection $tests, string $className, string $methodName, string $file, int $line)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteForTestMethodWithDataProvider</className>
<methodName>isForTestMethodWithDataProvider</methodName>
<methodSignature>isForTestMethodWithDataProvider(): bool</methodSignature>
<fullMethod>isForTestMethodWithDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestSuite</package>
<className>PHPUnit\Event\TestSuite\TestSuiteWithName</className>
<methodName>isWithName</methodName>
<methodSignature>isWithName(): bool</methodSignature>
<fullMethod>isWithName(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Phpt</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $file)</methodSignature>
<fullMethod>__construct(string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Phpt</className>
<methodName>isPhpt</methodName>
<methodSignature>isPhpt(): bool</methodSignature>
<fullMethod>isPhpt(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Phpt</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Phpt</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $file)</methodSignature>
<fullMethod>__construct(string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>file</methodName>
<methodSignature>file(): string</methodSignature>
<fullMethod>file(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>isTestMethod</methodName>
<methodSignature>isTestMethod(): bool</methodSignature>
<fullMethod>isTestMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>isPhpt</methodName>
<methodSignature>isPhpt(): bool</methodSignature>
<fullMethod>isPhpt(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Test</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $tests): self</methodSignature>
<fullMethod>fromArray(array $tests): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Code\Test $tests)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Code\Test $tests)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\Event\Code\TestCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\Event\Code\TestCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Code\TestCollection $tests)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Code\TestCollection $tests)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>current(): PHPUnit\Event\Code\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromDataProvider</className>
<methodName>from</methodName>
<methodSignature>from(int|string $dataSetName, string $data): self</methodSignature>
<fullMethod>from(int|string $dataSetName, string $data): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromDataProvider</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int|string $dataSetName, string $data)</methodSignature>
<fullMethod>__construct(int|string $dataSetName, string $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromDataProvider</className>
<methodName>dataSetName</methodName>
<methodSignature>dataSetName(): int|string</methodSignature>
<fullMethod>dataSetName(): int|string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromDataProvider</className>
<methodName>isFromDataProvider</methodName>
<methodSignature>isFromDataProvider(): bool</methodSignature>
<fullMethod>isFromDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromTestDependency</className>
<methodName>from</methodName>
<methodSignature>from(string $data): self</methodSignature>
<fullMethod>from(string $data): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\DataFromTestDependency</className>
<methodName>isFromTestDependency</methodName>
<methodSignature>isFromTestDependency(): bool</methodSignature>
<fullMethod>isFromTestDependency(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestData</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $data)</methodSignature>
<fullMethod>__construct(string $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestData</className>
<methodName>data</methodName>
<methodSignature>data(): string</methodSignature>
<fullMethod>data(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestData</className>
<methodName>isFromDataProvider</methodName>
<methodSignature>isFromDataProvider(): bool</methodSignature>
<fullMethod>isFromDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestData</className>
<methodName>isFromTestDependency</methodName>
<methodSignature>isFromTestDependency(): bool</methodSignature>
<fullMethod>isFromTestDependency(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $data): self</methodSignature>
<fullMethod>fromArray(array $data): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\TestData\TestData $data)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\TestData\TestData $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>hasDataFromDataProvider</methodName>
<methodSignature>hasDataFromDataProvider(): bool</methodSignature>
<fullMethod>hasDataFromDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>dataFromDataProvider</methodName>
<methodSignature>dataFromDataProvider(): PHPUnit\Event\TestData\DataFromDataProvider</methodSignature>
<fullMethod>dataFromDataProvider(): PHPUnit\Event\TestData\DataFromDataProvider</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\Event\TestData\TestDataCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\Event\TestData\TestDataCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollection</className>
<methodName>ensureNoMoreThanOneDataFromDataProvider</methodName>
<methodSignature>ensureNoMoreThanOneDataFromDataProvider(array $data): void</methodSignature>
<fullMethod>ensureNoMoreThanOneDataFromDataProvider(array $data): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\TestData\TestDataCollection $data)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\TestData\TestDataCollection $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Event\TestData\TestData</methodSignature>
<fullMethod>current(): PHPUnit\Event\TestData\TestData</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\TestData</package>
<className>PHPUnit\Event\TestData\TestDataCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestDox</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $prettifiedClassName, string $prettifiedMethodName, string $prettifiedAndColorizedMethodName)</methodSignature>
<fullMethod>__construct(string $prettifiedClassName, string $prettifiedMethodName, string $prettifiedAndColorizedMethodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestDox</className>
<methodName>prettifiedClassName</methodName>
<methodSignature>prettifiedClassName(): string</methodSignature>
<fullMethod>prettifiedClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestDox</className>
<methodName>prettifiedMethodName</methodName>
<methodSignature>prettifiedMethodName(bool $colorize): string</methodSignature>
<fullMethod>prettifiedMethodName(bool $colorize): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestDoxBuilder</className>
<methodName>fromTestCase</methodName>
<methodSignature>fromTestCase(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\Code\TestDox</methodSignature>
<fullMethod>fromTestCase(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\Code\TestDox</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestDoxBuilder</className>
<methodName>fromClassNameAndMethodName</methodName>
<methodSignature>fromClassNameAndMethodName(string $className, string $methodName): PHPUnit\Event\Code\TestDox</methodSignature>
<fullMethod>fromClassNameAndMethodName(string $className, string $methodName): PHPUnit\Event\Code\TestDox</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName, string $file, int $line, PHPUnit\Event\Code\TestDox $testDox, PHPUnit\Metadata\MetadataCollection $metadata, PHPUnit\Event\TestData\TestDataCollection $testData)</methodSignature>
<fullMethod>__construct(string $className, string $methodName, string $file, int $line, PHPUnit\Event\Code\TestDox $testDox, PHPUnit\Metadata\MetadataCollection $metadata, PHPUnit\Event\TestData\TestDataCollection $testData)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>line</methodName>
<methodSignature>line(): int</methodSignature>
<fullMethod>line(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>testDox</methodName>
<methodSignature>testDox(): PHPUnit\Event\Code\TestDox</methodSignature>
<fullMethod>testDox(): PHPUnit\Event\Code\TestDox</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>metadata</methodName>
<methodSignature>metadata(): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>metadata(): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>testData</methodName>
<methodSignature>testData(): PHPUnit\Event\TestData\TestDataCollection</methodSignature>
<fullMethod>testData(): PHPUnit\Event\TestData\TestDataCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>isTestMethod</methodName>
<methodSignature>isTestMethod(): bool</methodSignature>
<fullMethod>isTestMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>nameWithClass</methodName>
<methodSignature>nameWithClass(): string</methodSignature>
<fullMethod>nameWithClass(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethod</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethodBuilder</className>
<methodName>fromTestCase</methodName>
<methodSignature>fromTestCase(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\Code\TestMethod</methodSignature>
<fullMethod>fromTestCase(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\Code\TestMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\TestMethodBuilder</className>
<methodName>dataFor</methodName>
<methodSignature>dataFor(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\TestData\TestDataCollection</methodSignature>
<fullMethod>dataFor(PHPUnit\Framework\TestCase $testCase): PHPUnit\Event\TestData\TestDataCollection</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $message, string $description, string $stackTrace, ?self $previous)</methodSignature>
<fullMethod>__construct(string $className, string $message, string $description, string $stackTrace, ?self $previous)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>description</methodName>
<methodSignature>description(): string</methodSignature>
<fullMethod>description(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>stackTrace</methodName>
<methodSignature>stackTrace(): string</methodSignature>
<fullMethod>stackTrace(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>hasPrevious</methodName>
<methodSignature>hasPrevious(): bool</methodSignature>
<fullMethod>hasPrevious(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\Throwable</className>
<methodName>previous</methodName>
<methodSignature>previous(): self</methodSignature>
<fullMethod>previous(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Event\Code</package>
<className>PHPUnit\Event\Code\ThrowableBuilder</className>
<methodName>from</methodName>
<methodSignature>from(Throwable $t): PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>from(Throwable $t): PHPUnit\Event\Code\Throwable</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertArrayHasKey</methodName>
<methodSignature>assertArrayHasKey(int|string $key, array|\ArrayAccess $array, string $message): void</methodSignature>
<fullMethod>assertArrayHasKey(int|string $key, array|\ArrayAccess $array, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertArrayNotHasKey</methodName>
<methodSignature>assertArrayNotHasKey(int|string $key, array|\ArrayAccess $array, string $message): void</methodSignature>
<fullMethod>assertArrayNotHasKey(int|string $key, array|\ArrayAccess $array, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsList</methodName>
<methodSignature>assertIsList(mixed $array, string $message): void</methodSignature>
<fullMethod>assertIsList(mixed $array, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertContains</methodName>
<methodSignature>assertContains(mixed $needle, iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertContains(mixed $needle, iterable $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertContainsEquals</methodName>
<methodSignature>assertContainsEquals(mixed $needle, iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertContainsEquals(mixed $needle, iterable $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotContains</methodName>
<methodSignature>assertNotContains(mixed $needle, iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertNotContains(mixed $needle, iterable $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotContainsEquals</methodName>
<methodSignature>assertNotContainsEquals(mixed $needle, iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertNotContainsEquals(mixed $needle, iterable $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertContainsOnly</methodName>
<methodSignature>assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType, string $message): void</methodSignature>
<fullMethod>assertContainsOnly(string $type, iterable $haystack, ?bool $isNativeType, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertContainsOnlyInstancesOf</methodName>
<methodSignature>assertContainsOnlyInstancesOf(string $className, iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertContainsOnlyInstancesOf(string $className, iterable $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotContainsOnly</methodName>
<methodSignature>assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType, string $message): void</methodSignature>
<fullMethod>assertNotContainsOnly(string $type, iterable $haystack, ?bool $isNativeType, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertCount</methodName>
<methodSignature>assertCount(int $expectedCount, \Countable|iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertCount(int $expectedCount, \Countable|iterable $haystack, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotCount</methodName>
<methodSignature>assertNotCount(int $expectedCount, \Countable|iterable $haystack, string $message): void</methodSignature>
<fullMethod>assertNotCount(int $expectedCount, \Countable|iterable $haystack, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertEqualsCanonicalizing</methodName>
<methodSignature>assertEqualsCanonicalizing(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertEqualsCanonicalizing(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertEqualsIgnoringCase</methodName>
<methodSignature>assertEqualsIgnoringCase(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertEqualsIgnoringCase(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertEqualsWithDelta</methodName>
<methodSignature>assertEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message): void</methodSignature>
<fullMethod>assertEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotEquals</methodName>
<methodSignature>assertNotEquals(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotEquals(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotEqualsCanonicalizing</methodName>
<methodSignature>assertNotEqualsCanonicalizing(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotEqualsCanonicalizing(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotEqualsIgnoringCase</methodName>
<methodSignature>assertNotEqualsIgnoringCase(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotEqualsIgnoringCase(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotEqualsWithDelta</methodName>
<methodSignature>assertNotEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message): void</methodSignature>
<fullMethod>assertNotEqualsWithDelta(mixed $expected, mixed $actual, float $delta, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertObjectEquals</methodName>
<methodSignature>assertObjectEquals(object $expected, object $actual, string $method, string $message): void</methodSignature>
<fullMethod>assertObjectEquals(object $expected, object $actual, string $method, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertEmpty</methodName>
<methodSignature>assertEmpty(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertEmpty(mixed $actual, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotEmpty</methodName>
<methodSignature>assertNotEmpty(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotEmpty(mixed $actual, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertGreaterThan</methodName>
<methodSignature>assertGreaterThan(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertGreaterThan(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertGreaterThanOrEqual</methodName>
<methodSignature>assertGreaterThanOrEqual(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertGreaterThanOrEqual(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertLessThan</methodName>
<methodSignature>assertLessThan(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertLessThan(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertLessThanOrEqual</methodName>
<methodSignature>assertLessThanOrEqual(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertLessThanOrEqual(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileEquals</methodName>
<methodSignature>assertFileEquals(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileEquals(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileEqualsCanonicalizing</methodName>
<methodSignature>assertFileEqualsCanonicalizing(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileEqualsCanonicalizing(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileEqualsIgnoringCase</methodName>
<methodSignature>assertFileEqualsIgnoringCase(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileEqualsIgnoringCase(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileNotEquals</methodName>
<methodSignature>assertFileNotEquals(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileNotEquals(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileNotEqualsCanonicalizing</methodName>
<methodSignature>assertFileNotEqualsCanonicalizing(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileNotEqualsCanonicalizing(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileNotEqualsIgnoringCase</methodName>
<methodSignature>assertFileNotEqualsIgnoringCase(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertFileNotEqualsIgnoringCase(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEqualsFile</methodName>
<methodSignature>assertStringEqualsFile(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringEqualsFile(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEqualsFileCanonicalizing</methodName>
<methodSignature>assertStringEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEqualsFileIgnoringCase</methodName>
<methodSignature>assertStringEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotEqualsFile</methodName>
<methodSignature>assertStringNotEqualsFile(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringNotEqualsFile(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotEqualsFileCanonicalizing</methodName>
<methodSignature>assertStringNotEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringNotEqualsFileCanonicalizing(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotEqualsFileIgnoringCase</methodName>
<methodSignature>assertStringNotEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message): void</methodSignature>
<fullMethod>assertStringNotEqualsFileIgnoringCase(string $expectedFile, string $actualString, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsReadable</methodName>
<methodSignature>assertIsReadable(string $filename, string $message): void</methodSignature>
<fullMethod>assertIsReadable(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotReadable</methodName>
<methodSignature>assertIsNotReadable(string $filename, string $message): void</methodSignature>
<fullMethod>assertIsNotReadable(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsWritable</methodName>
<methodSignature>assertIsWritable(string $filename, string $message): void</methodSignature>
<fullMethod>assertIsWritable(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotWritable</methodName>
<methodSignature>assertIsNotWritable(string $filename, string $message): void</methodSignature>
<fullMethod>assertIsNotWritable(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryExists</methodName>
<methodSignature>assertDirectoryExists(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryExists(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryDoesNotExist</methodName>
<methodSignature>assertDirectoryDoesNotExist(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryDoesNotExist(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryIsReadable</methodName>
<methodSignature>assertDirectoryIsReadable(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryIsReadable(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryIsNotReadable</methodName>
<methodSignature>assertDirectoryIsNotReadable(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryIsNotReadable(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryIsWritable</methodName>
<methodSignature>assertDirectoryIsWritable(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryIsWritable(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDirectoryIsNotWritable</methodName>
<methodSignature>assertDirectoryIsNotWritable(string $directory, string $message): void</methodSignature>
<fullMethod>assertDirectoryIsNotWritable(string $directory, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileExists</methodName>
<methodSignature>assertFileExists(string $filename, string $message): void</methodSignature>
<fullMethod>assertFileExists(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileDoesNotExist</methodName>
<methodSignature>assertFileDoesNotExist(string $filename, string $message): void</methodSignature>
<fullMethod>assertFileDoesNotExist(string $filename, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileIsReadable</methodName>
<methodSignature>assertFileIsReadable(string $file, string $message): void</methodSignature>
<fullMethod>assertFileIsReadable(string $file, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileIsNotReadable</methodName>
<methodSignature>assertFileIsNotReadable(string $file, string $message): void</methodSignature>
<fullMethod>assertFileIsNotReadable(string $file, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileIsWritable</methodName>
<methodSignature>assertFileIsWritable(string $file, string $message): void</methodSignature>
<fullMethod>assertFileIsWritable(string $file, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFileIsNotWritable</methodName>
<methodSignature>assertFileIsNotWritable(string $file, string $message): void</methodSignature>
<fullMethod>assertFileIsNotWritable(string $file, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertTrue</methodName>
<methodSignature>assertTrue(mixed $condition, string $message): void</methodSignature>
<fullMethod>assertTrue(mixed $condition, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotTrue</methodName>
<methodSignature>assertNotTrue(mixed $condition, string $message): void</methodSignature>
<fullMethod>assertNotTrue(mixed $condition, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFalse</methodName>
<methodSignature>assertFalse(mixed $condition, string $message): void</methodSignature>
<fullMethod>assertFalse(mixed $condition, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotFalse</methodName>
<methodSignature>assertNotFalse(mixed $condition, string $message): void</methodSignature>
<fullMethod>assertNotFalse(mixed $condition, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNull</methodName>
<methodSignature>assertNull(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNull(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotNull</methodName>
<methodSignature>assertNotNull(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotNull(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertFinite</methodName>
<methodSignature>assertFinite(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertFinite(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertInfinite</methodName>
<methodSignature>assertInfinite(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertInfinite(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNan</methodName>
<methodSignature>assertNan(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNan(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertSame</methodName>
<methodSignature>assertSame(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertSame(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotSame</methodName>
<methodSignature>assertNotSame(mixed $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotSame(mixed $expected, mixed $actual, string $message): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertInstanceOf</methodName>
<methodSignature>assertInstanceOf(string $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertInstanceOf(string $expected, mixed $actual, string $message): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotInstanceOf</methodName>
<methodSignature>assertNotInstanceOf(string $expected, mixed $actual, string $message): void</methodSignature>
<fullMethod>assertNotInstanceOf(string $expected, mixed $actual, string $message): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsArray</methodName>
<methodSignature>assertIsArray(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsArray(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsBool</methodName>
<methodSignature>assertIsBool(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsBool(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsFloat</methodName>
<methodSignature>assertIsFloat(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsFloat(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsInt</methodName>
<methodSignature>assertIsInt(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsInt(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNumeric</methodName>
<methodSignature>assertIsNumeric(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNumeric(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsObject</methodName>
<methodSignature>assertIsObject(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsObject(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsResource</methodName>
<methodSignature>assertIsResource(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsResource(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsClosedResource</methodName>
<methodSignature>assertIsClosedResource(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsClosedResource(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsString</methodName>
<methodSignature>assertIsString(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsString(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsScalar</methodName>
<methodSignature>assertIsScalar(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsScalar(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsCallable</methodName>
<methodSignature>assertIsCallable(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsCallable(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsIterable</methodName>
<methodSignature>assertIsIterable(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsIterable(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotArray</methodName>
<methodSignature>assertIsNotArray(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotArray(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotBool</methodName>
<methodSignature>assertIsNotBool(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotBool(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotFloat</methodName>
<methodSignature>assertIsNotFloat(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotFloat(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotInt</methodName>
<methodSignature>assertIsNotInt(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotInt(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotNumeric</methodName>
<methodSignature>assertIsNotNumeric(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotNumeric(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotObject</methodName>
<methodSignature>assertIsNotObject(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotObject(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotResource</methodName>
<methodSignature>assertIsNotResource(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotResource(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotClosedResource</methodName>
<methodSignature>assertIsNotClosedResource(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotClosedResource(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotString</methodName>
<methodSignature>assertIsNotString(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotString(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotScalar</methodName>
<methodSignature>assertIsNotScalar(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotScalar(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotCallable</methodName>
<methodSignature>assertIsNotCallable(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotCallable(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertIsNotIterable</methodName>
<methodSignature>assertIsNotIterable(mixed $actual, string $message): void</methodSignature>
<fullMethod>assertIsNotIterable(mixed $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertMatchesRegularExpression</methodName>
<methodSignature>assertMatchesRegularExpression(string $pattern, string $string, string $message): void</methodSignature>
<fullMethod>assertMatchesRegularExpression(string $pattern, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertDoesNotMatchRegularExpression</methodName>
<methodSignature>assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message): void</methodSignature>
<fullMethod>assertDoesNotMatchRegularExpression(string $pattern, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertSameSize</methodName>
<methodSignature>assertSameSize(\Countable|iterable $expected, \Countable|iterable $actual, string $message): void</methodSignature>
<fullMethod>assertSameSize(\Countable|iterable $expected, \Countable|iterable $actual, string $message): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertNotSameSize</methodName>
<methodSignature>assertNotSameSize(\Countable|iterable $expected, \Countable|iterable $actual, string $message): void</methodSignature>
<fullMethod>assertNotSameSize(\Countable|iterable $expected, \Countable|iterable $actual, string $message): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringContainsStringIgnoringLineEndings</methodName>
<methodSignature>assertStringContainsStringIgnoringLineEndings(string $needle, string $haystack, string $message): void</methodSignature>
<fullMethod>assertStringContainsStringIgnoringLineEndings(string $needle, string $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEqualsStringIgnoringLineEndings</methodName>
<methodSignature>assertStringEqualsStringIgnoringLineEndings(string $expected, string $actual, string $message): void</methodSignature>
<fullMethod>assertStringEqualsStringIgnoringLineEndings(string $expected, string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringMatchesFormat</methodName>
<methodSignature>assertStringMatchesFormat(string $format, string $string, string $message): void</methodSignature>
<fullMethod>assertStringMatchesFormat(string $format, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotMatchesFormat</methodName>
<methodSignature>assertStringNotMatchesFormat(string $format, string $string, string $message): void</methodSignature>
<fullMethod>assertStringNotMatchesFormat(string $format, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringMatchesFormatFile</methodName>
<methodSignature>assertStringMatchesFormatFile(string $formatFile, string $string, string $message): void</methodSignature>
<fullMethod>assertStringMatchesFormatFile(string $formatFile, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotMatchesFormatFile</methodName>
<methodSignature>assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message): void</methodSignature>
<fullMethod>assertStringNotMatchesFormatFile(string $formatFile, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringStartsWith</methodName>
<methodSignature>assertStringStartsWith(string $prefix, string $string, string $message): void</methodSignature>
<fullMethod>assertStringStartsWith(string $prefix, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringStartsNotWith</methodName>
<methodSignature>assertStringStartsNotWith(string $prefix, string $string, string $message): void</methodSignature>
<fullMethod>assertStringStartsNotWith(string $prefix, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringContainsString</methodName>
<methodSignature>assertStringContainsString(string $needle, string $haystack, string $message): void</methodSignature>
<fullMethod>assertStringContainsString(string $needle, string $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringContainsStringIgnoringCase</methodName>
<methodSignature>assertStringContainsStringIgnoringCase(string $needle, string $haystack, string $message): void</methodSignature>
<fullMethod>assertStringContainsStringIgnoringCase(string $needle, string $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotContainsString</methodName>
<methodSignature>assertStringNotContainsString(string $needle, string $haystack, string $message): void</methodSignature>
<fullMethod>assertStringNotContainsString(string $needle, string $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringNotContainsStringIgnoringCase</methodName>
<methodSignature>assertStringNotContainsStringIgnoringCase(string $needle, string $haystack, string $message): void</methodSignature>
<fullMethod>assertStringNotContainsStringIgnoringCase(string $needle, string $haystack, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEndsWith</methodName>
<methodSignature>assertStringEndsWith(string $suffix, string $string, string $message): void</methodSignature>
<fullMethod>assertStringEndsWith(string $suffix, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertStringEndsNotWith</methodName>
<methodSignature>assertStringEndsNotWith(string $suffix, string $string, string $message): void</methodSignature>
<fullMethod>assertStringEndsNotWith(string $suffix, string $string, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlFileEqualsXmlFile</methodName>
<methodSignature>assertXmlFileEqualsXmlFile(string $expectedFile, string $actualFile, string $message): void</methodSignature>
<fullMethod>assertXmlFileEqualsXmlFile(string $expectedFile, string $actualFile, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlFileNotEqualsXmlFile</methodName>
<methodSignature>assertXmlFileNotEqualsXmlFile(string $expectedFile, string $actualFile, string $message): void</methodSignature>
<fullMethod>assertXmlFileNotEqualsXmlFile(string $expectedFile, string $actualFile, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlStringEqualsXmlFile</methodName>
<methodSignature>assertXmlStringEqualsXmlFile(string $expectedFile, string $actualXml, string $message): void</methodSignature>
<fullMethod>assertXmlStringEqualsXmlFile(string $expectedFile, string $actualXml, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlStringNotEqualsXmlFile</methodName>
<methodSignature>assertXmlStringNotEqualsXmlFile(string $expectedFile, string $actualXml, string $message): void</methodSignature>
<fullMethod>assertXmlStringNotEqualsXmlFile(string $expectedFile, string $actualXml, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlStringEqualsXmlString</methodName>
<methodSignature>assertXmlStringEqualsXmlString(string $expectedXml, string $actualXml, string $message): void</methodSignature>
<fullMethod>assertXmlStringEqualsXmlString(string $expectedXml, string $actualXml, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertXmlStringNotEqualsXmlString</methodName>
<methodSignature>assertXmlStringNotEqualsXmlString(string $expectedXml, string $actualXml, string $message): void</methodSignature>
<fullMethod>assertXmlStringNotEqualsXmlString(string $expectedXml, string $actualXml, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertThat</methodName>
<methodSignature>assertThat(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</methodSignature>
<fullMethod>assertThat(mixed $value, PHPUnit\Framework\Constraint\Constraint $constraint, string $message): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJson</methodName>
<methodSignature>assertJson(string $actual, string $message): void</methodSignature>
<fullMethod>assertJson(string $actual, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonStringEqualsJsonString</methodName>
<methodSignature>assertJsonStringEqualsJsonString(string $expectedJson, string $actualJson, string $message): void</methodSignature>
<fullMethod>assertJsonStringEqualsJsonString(string $expectedJson, string $actualJson, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonStringNotEqualsJsonString</methodName>
<methodSignature>assertJsonStringNotEqualsJsonString(string $expectedJson, string $actualJson, string $message): void</methodSignature>
<fullMethod>assertJsonStringNotEqualsJsonString(string $expectedJson, string $actualJson, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonStringEqualsJsonFile</methodName>
<methodSignature>assertJsonStringEqualsJsonFile(string $expectedFile, string $actualJson, string $message): void</methodSignature>
<fullMethod>assertJsonStringEqualsJsonFile(string $expectedFile, string $actualJson, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonStringNotEqualsJsonFile</methodName>
<methodSignature>assertJsonStringNotEqualsJsonFile(string $expectedFile, string $actualJson, string $message): void</methodSignature>
<fullMethod>assertJsonStringNotEqualsJsonFile(string $expectedFile, string $actualJson, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonFileEqualsJsonFile</methodName>
<methodSignature>assertJsonFileEqualsJsonFile(string $expectedFile, string $actualFile, string $message): void</methodSignature>
<fullMethod>assertJsonFileEqualsJsonFile(string $expectedFile, string $actualFile, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>assertJsonFileNotEqualsJsonFile</methodName>
<methodSignature>assertJsonFileNotEqualsJsonFile(string $expectedFile, string $actualFile, string $message): void</methodSignature>
<fullMethod>assertJsonFileNotEqualsJsonFile(string $expectedFile, string $actualFile, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>logicalAnd</methodName>
<methodSignature>logicalAnd(mixed $constraints): PHPUnit\Framework\Constraint\LogicalAnd</methodSignature>
<fullMethod>logicalAnd(mixed $constraints): PHPUnit\Framework\Constraint\LogicalAnd</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>logicalOr</methodName>
<methodSignature>logicalOr(mixed $constraints): PHPUnit\Framework\Constraint\LogicalOr</methodSignature>
<fullMethod>logicalOr(mixed $constraints): PHPUnit\Framework\Constraint\LogicalOr</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>logicalNot</methodName>
<methodSignature>logicalNot(PHPUnit\Framework\Constraint\Constraint $constraint): PHPUnit\Framework\Constraint\LogicalNot</methodSignature>
<fullMethod>logicalNot(PHPUnit\Framework\Constraint\Constraint $constraint): PHPUnit\Framework\Constraint\LogicalNot</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>logicalXor</methodName>
<methodSignature>logicalXor(mixed $constraints): PHPUnit\Framework\Constraint\LogicalXor</methodSignature>
<fullMethod>logicalXor(mixed $constraints): PHPUnit\Framework\Constraint\LogicalXor</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>anything</methodName>
<methodSignature>anything(): PHPUnit\Framework\Constraint\IsAnything</methodSignature>
<fullMethod>anything(): PHPUnit\Framework\Constraint\IsAnything</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isTrue</methodName>
<methodSignature>isTrue(): PHPUnit\Framework\Constraint\IsTrue</methodSignature>
<fullMethod>isTrue(): PHPUnit\Framework\Constraint\IsTrue</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>callback</methodName>
<methodSignature>callback(callable $callback): PHPUnit\Framework\Constraint\Callback</methodSignature>
<fullMethod>callback(callable $callback): PHPUnit\Framework\Constraint\Callback</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isFalse</methodName>
<methodSignature>isFalse(): PHPUnit\Framework\Constraint\IsFalse</methodSignature>
<fullMethod>isFalse(): PHPUnit\Framework\Constraint\IsFalse</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isJson</methodName>
<methodSignature>isJson(): PHPUnit\Framework\Constraint\IsJson</methodSignature>
<fullMethod>isJson(): PHPUnit\Framework\Constraint\IsJson</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isNull</methodName>
<methodSignature>isNull(): PHPUnit\Framework\Constraint\IsNull</methodSignature>
<fullMethod>isNull(): PHPUnit\Framework\Constraint\IsNull</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isFinite</methodName>
<methodSignature>isFinite(): PHPUnit\Framework\Constraint\IsFinite</methodSignature>
<fullMethod>isFinite(): PHPUnit\Framework\Constraint\IsFinite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isInfinite</methodName>
<methodSignature>isInfinite(): PHPUnit\Framework\Constraint\IsInfinite</methodSignature>
<fullMethod>isInfinite(): PHPUnit\Framework\Constraint\IsInfinite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isNan</methodName>
<methodSignature>isNan(): PHPUnit\Framework\Constraint\IsNan</methodSignature>
<fullMethod>isNan(): PHPUnit\Framework\Constraint\IsNan</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>containsEqual</methodName>
<methodSignature>containsEqual(mixed $value): PHPUnit\Framework\Constraint\TraversableContainsEqual</methodSignature>
<fullMethod>containsEqual(mixed $value): PHPUnit\Framework\Constraint\TraversableContainsEqual</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>containsIdentical</methodName>
<methodSignature>containsIdentical(mixed $value): PHPUnit\Framework\Constraint\TraversableContainsIdentical</methodSignature>
<fullMethod>containsIdentical(mixed $value): PHPUnit\Framework\Constraint\TraversableContainsIdentical</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>containsOnly</methodName>
<methodSignature>containsOnly(string $type): PHPUnit\Framework\Constraint\TraversableContainsOnly</methodSignature>
<fullMethod>containsOnly(string $type): PHPUnit\Framework\Constraint\TraversableContainsOnly</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>containsOnlyInstancesOf</methodName>
<methodSignature>containsOnlyInstancesOf(string $className): PHPUnit\Framework\Constraint\TraversableContainsOnly</methodSignature>
<fullMethod>containsOnlyInstancesOf(string $className): PHPUnit\Framework\Constraint\TraversableContainsOnly</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>arrayHasKey</methodName>
<methodSignature>arrayHasKey(int|string $key): PHPUnit\Framework\Constraint\ArrayHasKey</methodSignature>
<fullMethod>arrayHasKey(int|string $key): PHPUnit\Framework\Constraint\ArrayHasKey</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isList</methodName>
<methodSignature>isList(): PHPUnit\Framework\Constraint\IsList</methodSignature>
<fullMethod>isList(): PHPUnit\Framework\Constraint\IsList</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>equalTo</methodName>
<methodSignature>equalTo(mixed $value): PHPUnit\Framework\Constraint\IsEqual</methodSignature>
<fullMethod>equalTo(mixed $value): PHPUnit\Framework\Constraint\IsEqual</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>equalToCanonicalizing</methodName>
<methodSignature>equalToCanonicalizing(mixed $value): PHPUnit\Framework\Constraint\IsEqualCanonicalizing</methodSignature>
<fullMethod>equalToCanonicalizing(mixed $value): PHPUnit\Framework\Constraint\IsEqualCanonicalizing</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>equalToIgnoringCase</methodName>
<methodSignature>equalToIgnoringCase(mixed $value): PHPUnit\Framework\Constraint\IsEqualIgnoringCase</methodSignature>
<fullMethod>equalToIgnoringCase(mixed $value): PHPUnit\Framework\Constraint\IsEqualIgnoringCase</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>equalToWithDelta</methodName>
<methodSignature>equalToWithDelta(mixed $value, float $delta): PHPUnit\Framework\Constraint\IsEqualWithDelta</methodSignature>
<fullMethod>equalToWithDelta(mixed $value, float $delta): PHPUnit\Framework\Constraint\IsEqualWithDelta</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): PHPUnit\Framework\Constraint\IsEmpty</methodSignature>
<fullMethod>isEmpty(): PHPUnit\Framework\Constraint\IsEmpty</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isWritable</methodName>
<methodSignature>isWritable(): PHPUnit\Framework\Constraint\IsWritable</methodSignature>
<fullMethod>isWritable(): PHPUnit\Framework\Constraint\IsWritable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isReadable</methodName>
<methodSignature>isReadable(): PHPUnit\Framework\Constraint\IsReadable</methodSignature>
<fullMethod>isReadable(): PHPUnit\Framework\Constraint\IsReadable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>directoryExists</methodName>
<methodSignature>directoryExists(): PHPUnit\Framework\Constraint\DirectoryExists</methodSignature>
<fullMethod>directoryExists(): PHPUnit\Framework\Constraint\DirectoryExists</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>fileExists</methodName>
<methodSignature>fileExists(): PHPUnit\Framework\Constraint\FileExists</methodSignature>
<fullMethod>fileExists(): PHPUnit\Framework\Constraint\FileExists</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>greaterThan</methodName>
<methodSignature>greaterThan(mixed $value): PHPUnit\Framework\Constraint\GreaterThan</methodSignature>
<fullMethod>greaterThan(mixed $value): PHPUnit\Framework\Constraint\GreaterThan</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>greaterThanOrEqual</methodName>
<methodSignature>greaterThanOrEqual(mixed $value): PHPUnit\Framework\Constraint\LogicalOr</methodSignature>
<fullMethod>greaterThanOrEqual(mixed $value): PHPUnit\Framework\Constraint\LogicalOr</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>identicalTo</methodName>
<methodSignature>identicalTo(mixed $value): PHPUnit\Framework\Constraint\IsIdentical</methodSignature>
<fullMethod>identicalTo(mixed $value): PHPUnit\Framework\Constraint\IsIdentical</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isInstanceOf</methodName>
<methodSignature>isInstanceOf(string $className): PHPUnit\Framework\Constraint\IsInstanceOf</methodSignature>
<fullMethod>isInstanceOf(string $className): PHPUnit\Framework\Constraint\IsInstanceOf</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isType</methodName>
<methodSignature>isType(string $type): PHPUnit\Framework\Constraint\IsType</methodSignature>
<fullMethod>isType(string $type): PHPUnit\Framework\Constraint\IsType</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>lessThan</methodName>
<methodSignature>lessThan(mixed $value): PHPUnit\Framework\Constraint\LessThan</methodSignature>
<fullMethod>lessThan(mixed $value): PHPUnit\Framework\Constraint\LessThan</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>lessThanOrEqual</methodName>
<methodSignature>lessThanOrEqual(mixed $value): PHPUnit\Framework\Constraint\LogicalOr</methodSignature>
<fullMethod>lessThanOrEqual(mixed $value): PHPUnit\Framework\Constraint\LogicalOr</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>matchesRegularExpression</methodName>
<methodSignature>matchesRegularExpression(string $pattern): PHPUnit\Framework\Constraint\RegularExpression</methodSignature>
<fullMethod>matchesRegularExpression(string $pattern): PHPUnit\Framework\Constraint\RegularExpression</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>matches</methodName>
<methodSignature>matches(string $string): PHPUnit\Framework\Constraint\StringMatchesFormatDescription</methodSignature>
<fullMethod>matches(string $string): PHPUnit\Framework\Constraint\StringMatchesFormatDescription</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>stringStartsWith</methodName>
<methodSignature>stringStartsWith(string $prefix): PHPUnit\Framework\Constraint\StringStartsWith</methodSignature>
<fullMethod>stringStartsWith(string $prefix): PHPUnit\Framework\Constraint\StringStartsWith</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>stringContains</methodName>
<methodSignature>stringContains(string $string, bool $case): PHPUnit\Framework\Constraint\StringContains</methodSignature>
<fullMethod>stringContains(string $string, bool $case): PHPUnit\Framework\Constraint\StringContains</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>stringEndsWith</methodName>
<methodSignature>stringEndsWith(string $suffix): PHPUnit\Framework\Constraint\StringEndsWith</methodSignature>
<fullMethod>stringEndsWith(string $suffix): PHPUnit\Framework\Constraint\StringEndsWith</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>stringEqualsStringIgnoringLineEndings</methodName>
<methodSignature>stringEqualsStringIgnoringLineEndings(string $string): PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</methodSignature>
<fullMethod>stringEqualsStringIgnoringLineEndings(string $string): PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>countOf</methodName>
<methodSignature>countOf(int $count): PHPUnit\Framework\Constraint\Count</methodSignature>
<fullMethod>countOf(int $count): PHPUnit\Framework\Constraint\Count</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>objectEquals</methodName>
<methodSignature>objectEquals(object $object, string $method): PHPUnit\Framework\Constraint\ObjectEquals</methodSignature>
<fullMethod>objectEquals(object $object, string $method): PHPUnit\Framework\Constraint\ObjectEquals</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>fail</methodName>
<methodSignature>fail(string $message): never</methodSignature>
<fullMethod>fail(string $message): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>markTestIncomplete</methodName>
<methodSignature>markTestIncomplete(string $message): never</methodSignature>
<fullMethod>markTestIncomplete(string $message): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>markTestSkipped</methodName>
<methodSignature>markTestSkipped(string $message): never</methodSignature>
<fullMethod>markTestSkipped(string $message): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>getCount</methodName>
<methodSignature>getCount(): int</methodSignature>
<fullMethod>getCount(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>resetCount</methodName>
<methodSignature>resetCount(): void</methodSignature>
<fullMethod>resetCount(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Assert</className>
<methodName>isNativeType</methodName>
<methodSignature>isNativeType(string $type): bool</methodSignature>
<fullMethod>isNativeType(string $type): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\BackupGlobals</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $enabled)</methodSignature>
<fullMethod>__construct(bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\BackupGlobals</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\BackupStaticProperties</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $enabled)</methodSignature>
<fullMethod>__construct(bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\BackupStaticProperties</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\CoversClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\CoversClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\CoversFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $functionName)</methodSignature>
<fullMethod>__construct(string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\CoversFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DataProvider</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $methodName)</methodSignature>
<fullMethod>__construct(string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DataProvider</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DataProviderExternal</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DataProviderExternal</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DataProviderExternal</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Depends</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $methodName)</methodSignature>
<fullMethod>__construct(string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Depends</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternal</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternal</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternal</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingDeepClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingDeepClone</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingDeepClone</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingShallowClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingShallowClone</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsExternalUsingShallowClone</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClassUsingDeepClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClassUsingDeepClone</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClassUsingShallowClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsOnClassUsingShallowClone</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsUsingDeepClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $methodName)</methodSignature>
<fullMethod>__construct(string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsUsingDeepClone</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsUsingShallowClone</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $methodName)</methodSignature>
<fullMethod>__construct(string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\DependsUsingShallowClone</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\ExcludeGlobalVariableFromBackup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $globalVariableName)</methodSignature>
<fullMethod>__construct(string $globalVariableName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\ExcludeGlobalVariableFromBackup</className>
<methodName>globalVariableName</methodName>
<methodSignature>globalVariableName(): string</methodSignature>
<fullMethod>globalVariableName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\ExcludeStaticPropertyFromBackup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $propertyName)</methodSignature>
<fullMethod>__construct(string $className, string $propertyName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\ExcludeStaticPropertyFromBackup</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\ExcludeStaticPropertyFromBackup</className>
<methodName>propertyName</methodName>
<methodSignature>propertyName(): string</methodSignature>
<fullMethod>propertyName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Group</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Group</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\PreserveGlobalState</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $enabled)</methodSignature>
<fullMethod>__construct(bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\PreserveGlobalState</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $functionName)</methodSignature>
<fullMethod>__construct(string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresMethod</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresOperatingSystem</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $regularExpression)</methodSignature>
<fullMethod>__construct(string $regularExpression)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresOperatingSystem</className>
<methodName>regularExpression</methodName>
<methodSignature>regularExpression(): string</methodSignature>
<fullMethod>regularExpression(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresOperatingSystemFamily</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $operatingSystemFamily)</methodSignature>
<fullMethod>__construct(string $operatingSystemFamily)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresOperatingSystemFamily</className>
<methodName>operatingSystemFamily</methodName>
<methodSignature>operatingSystemFamily(): string</methodSignature>
<fullMethod>operatingSystemFamily(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhp</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $versionRequirement)</methodSignature>
<fullMethod>__construct(string $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhp</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): string</methodSignature>
<fullMethod>versionRequirement(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhpExtension</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $extension, ?string $versionRequirement)</methodSignature>
<fullMethod>__construct(string $extension, ?string $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhpExtension</className>
<methodName>extension</methodName>
<methodSignature>extension(): string</methodSignature>
<fullMethod>extension(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhpExtension</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): ?string</methodSignature>
<fullMethod>versionRequirement(): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhpunit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $versionRequirement)</methodSignature>
<fullMethod>__construct(string $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresPhpunit</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): string</methodSignature>
<fullMethod>versionRequirement(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresSetting</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $setting, string $value)</methodSignature>
<fullMethod>__construct(string $setting, string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresSetting</className>
<methodName>setting</methodName>
<methodSignature>setting(): string</methodSignature>
<fullMethod>setting(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\RequiresSetting</className>
<methodName>value</methodName>
<methodSignature>value(): string</methodSignature>
<fullMethod>value(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestDox</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $text)</methodSignature>
<fullMethod>__construct(string $text)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestDox</className>
<methodName>text</methodName>
<methodSignature>text(): string</methodSignature>
<fullMethod>text(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestWith</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $data)</methodSignature>
<fullMethod>__construct(array $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestWith</className>
<methodName>data</methodName>
<methodSignature>data(): array</methodSignature>
<fullMethod>data(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestWithJson</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $json)</methodSignature>
<fullMethod>__construct(string $json)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\TestWithJson</className>
<methodName>json</methodName>
<methodSignature>json(): string</methodSignature>
<fullMethod>json(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Ticket</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $text)</methodSignature>
<fullMethod>__construct(string $text)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\Ticket</className>
<methodName>text</methodName>
<methodSignature>text(): string</methodSignature>
<fullMethod>text(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\UsesClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\UsesClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\UsesFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $functionName)</methodSignature>
<fullMethod>__construct(string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Attributes</package>
<className>PHPUnit\Framework\Attributes\UsesFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsFalse</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsFalse</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsTrue</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsTrue</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Callback</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $callback)</methodSignature>
<fullMethod>__construct(callable $callback)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Callback</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Callback</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Count</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $expected)</methodSignature>
<fullMethod>__construct(int $expected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Count</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Count</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Count</className>
<methodName>getCountOf</methodName>
<methodSignature>getCountOf(mixed $other): ?int</methodSignature>
<fullMethod>getCountOf(mixed $other): ?int</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Count</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\GreaterThan</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\GreaterThan</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\GreaterThan</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEmpty</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEmpty</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEmpty</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LessThan</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LessThan</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LessThan</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\SameSize</className>
<methodName>__construct</methodName>
<methodSignature>__construct($expected)</methodSignature>
<fullMethod>__construct($expected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>exporter</methodName>
<methodSignature>exporter(): SebastianBergmann\Exporter\Exporter</methodSignature>
<fullMethod>exporter(): SebastianBergmann\Exporter\Exporter</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>1</crap>
<complexity>1</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>fail</methodName>
<methodSignature>fail(mixed $other, string $description, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure): never</methodSignature>
<fullMethod>fail(mixed $other, string $description, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure): never</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>additionalFailureDescription</methodName>
<methodSignature>additionalFailureDescription(mixed $other): string</methodSignature>
<fullMethod>additionalFailureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>toStringInContext</methodName>
<methodSignature>toStringInContext(PHPUnit\Framework\Constraint\Operator $operator, mixed $role): string</methodSignature>
<fullMethod>toStringInContext(PHPUnit\Framework\Constraint\Operator $operator, mixed $role): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>failureDescriptionInContext</methodName>
<methodSignature>failureDescriptionInContext(PHPUnit\Framework\Constraint\Operator $operator, mixed $role, mixed $other): string</methodSignature>
<fullMethod>failureDescriptionInContext(PHPUnit\Framework\Constraint\Operator $operator, mixed $role, mixed $other): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Constraint</className>
<methodName>reduce</methodName>
<methodSignature>reduce(): self</methodSignature>
<fullMethod>reduce(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqual</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value, float $delta, bool $canonicalize, bool $ignoreCase)</methodSignature>
<fullMethod>__construct(mixed $value, float $delta, bool $canonicalize, bool $ignoreCase)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqual</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqual</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualCanonicalizing</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualCanonicalizing</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualCanonicalizing</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualIgnoringCase</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualIgnoringCase</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualIgnoringCase</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualWithDelta</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value, float $delta)</methodSignature>
<fullMethod>__construct(mixed $value, float $delta)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualWithDelta</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsEqualWithDelta</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Exception</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Exception</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Exception</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Exception</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionCode</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int|string $expected)</methodSignature>
<fullMethod>__construct(int|string $expected)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionCode</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionCode</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionCode</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageIsOrContains</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $expectedMessage)</methodSignature>
<fullMethod>__construct(string $expectedMessage)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageIsOrContains</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageIsOrContains</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageIsOrContains</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageMatchesRegularExpression</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $regularExpression)</methodSignature>
<fullMethod>__construct(string $regularExpression)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageMatchesRegularExpression</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageMatchesRegularExpression</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ExceptionMessageMatchesRegularExpression</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\DirectoryExists</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\DirectoryExists</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\DirectoryExists</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\FileExists</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\FileExists</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\FileExists</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsReadable</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsReadable</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsReadable</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsWritable</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsWritable</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsWritable</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsAnything</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsAnything</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsAnything</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsIdentical</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsIdentical</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): ?bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): ?bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsIdentical</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsIdentical</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\JsonMatches</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value)</methodSignature>
<fullMethod>__construct(string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\JsonMatches</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\JsonMatches</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\JsonMatches</className>
<methodName>fail</methodName>
<methodSignature>fail(mixed $other, string $description, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure): never</methodSignature>
<fullMethod>fail(mixed $other, string $description, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure): never</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsFinite</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsFinite</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInfinite</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInfinite</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsNan</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsNan</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ObjectEquals</className>
<methodName>__construct</methodName>
<methodSignature>__construct(object $object, string $method)</methodSignature>
<fullMethod>__construct(object $object, string $method)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ObjectEquals</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ObjectEquals</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ObjectEquals</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $constraints)</methodSignature>
<fullMethod>__construct(mixed $constraints)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>arity</methodName>
<methodSignature>arity(): int</methodSignature>
<fullMethod>arity(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>constraints</methodName>
<methodSignature>constraints(): array</methodSignature>
<fullMethod>constraints(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>constraintNeedsParentheses</methodName>
<methodSignature>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</methodSignature>
<fullMethod>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>reduce</methodName>
<methodSignature>reduce(): PHPUnit\Framework\Constraint\Constraint</methodSignature>
<fullMethod>reduce(): PHPUnit\Framework\Constraint\Constraint</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\BinaryOperator</className>
<methodName>constraintToString</methodName>
<methodSignature>constraintToString(PHPUnit\Framework\Constraint\Constraint $constraint, int $position): string</methodSignature>
<fullMethod>constraintToString(PHPUnit\Framework\Constraint\Constraint $constraint, int $position): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalAnd</className>
<methodName>fromConstraints</methodName>
<methodSignature>fromConstraints(mixed $constraints): self</methodSignature>
<fullMethod>fromConstraints(mixed $constraints): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalAnd</className>
<methodName>operator</methodName>
<methodSignature>operator(): string</methodSignature>
<fullMethod>operator(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalAnd</className>
<methodName>precedence</methodName>
<methodSignature>precedence(): int</methodSignature>
<fullMethod>precedence(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalAnd</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>negate</methodName>
<methodSignature>negate(string $string): string</methodSignature>
<fullMethod>negate(string $string): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>operator</methodName>
<methodSignature>operator(): string</methodSignature>
<fullMethod>operator(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>precedence</methodName>
<methodSignature>precedence(): int</methodSignature>
<fullMethod>precedence(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>transformString</methodName>
<methodSignature>transformString(string $string): string</methodSignature>
<fullMethod>transformString(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalNot</className>
<methodName>reduce</methodName>
<methodSignature>reduce(): PHPUnit\Framework\Constraint\Constraint</methodSignature>
<fullMethod>reduce(): PHPUnit\Framework\Constraint\Constraint</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalOr</className>
<methodName>fromConstraints</methodName>
<methodSignature>fromConstraints(mixed $constraints): self</methodSignature>
<fullMethod>fromConstraints(mixed $constraints): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalOr</className>
<methodName>operator</methodName>
<methodSignature>operator(): string</methodSignature>
<fullMethod>operator(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalOr</className>
<methodName>precedence</methodName>
<methodSignature>precedence(): int</methodSignature>
<fullMethod>precedence(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalOr</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalXor</className>
<methodName>fromConstraints</methodName>
<methodSignature>fromConstraints(mixed $constraints): self</methodSignature>
<fullMethod>fromConstraints(mixed $constraints): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalXor</className>
<methodName>operator</methodName>
<methodSignature>operator(): string</methodSignature>
<fullMethod>operator(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalXor</className>
<methodName>precedence</methodName>
<methodSignature>precedence(): int</methodSignature>
<fullMethod>precedence(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\LogicalXor</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Operator</className>
<methodName>operator</methodName>
<methodSignature>operator(): string</methodSignature>
<fullMethod>operator(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Operator</className>
<methodName>precedence</methodName>
<methodSignature>precedence(): int</methodSignature>
<fullMethod>precedence(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Operator</className>
<methodName>arity</methodName>
<methodSignature>arity(): int</methodSignature>
<fullMethod>arity(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Operator</className>
<methodName>checkConstraint</methodName>
<methodSignature>checkConstraint(mixed $constraint): PHPUnit\Framework\Constraint\Constraint</methodSignature>
<fullMethod>checkConstraint(mixed $constraint): PHPUnit\Framework\Constraint\Constraint</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\Operator</className>
<methodName>constraintNeedsParentheses</methodName>
<methodSignature>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</methodSignature>
<fullMethod>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $constraint)</methodSignature>
<fullMethod>__construct(mixed $constraint)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>arity</methodName>
<methodSignature>arity(): int</methodSignature>
<fullMethod>arity(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>transformString</methodName>
<methodSignature>transformString(string $string): string</methodSignature>
<fullMethod>transformString(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>constraint</methodName>
<methodSignature>constraint(): PHPUnit\Framework\Constraint\Constraint</methodSignature>
<fullMethod>constraint(): PHPUnit\Framework\Constraint\Constraint</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\UnaryOperator</className>
<methodName>constraintNeedsParentheses</methodName>
<methodSignature>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</methodSignature>
<fullMethod>constraintNeedsParentheses(PHPUnit\Framework\Constraint\Constraint $constraint): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsJson</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsJson</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsJson</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsJson</className>
<methodName>determineJsonError</methodName>
<methodSignature>determineJsonError(int $error): string</methodSignature>
<fullMethod>determineJsonError(int $error): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\RegularExpression</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $pattern)</methodSignature>
<fullMethod>__construct(string $pattern)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\RegularExpression</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\RegularExpression</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringContains</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $string, bool $ignoreCase, bool $ignoreLineEndings)</methodSignature>
<fullMethod>__construct(string $string, bool $ignoreCase, bool $ignoreLineEndings)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringContains</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringContains</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringContains</className>
<methodName>normalizeLineEndings</methodName>
<methodSignature>normalizeLineEndings(string $string): string</methodSignature>
<fullMethod>normalizeLineEndings(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEndsWith</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $suffix)</methodSignature>
<fullMethod>__construct(string $suffix)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEndsWith</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEndsWith</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $string)</methodSignature>
<fullMethod>__construct(string $string)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringEqualsStringIgnoringLineEndings</className>
<methodName>normalizeLineEndings</methodName>
<methodSignature>normalizeLineEndings(string $string): string</methodSignature>
<fullMethod>normalizeLineEndings(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $formatDescription)</methodSignature>
<fullMethod>__construct(string $formatDescription)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>additionalFailureDescription</methodName>
<methodSignature>additionalFailureDescription(mixed $other): string</methodSignature>
<fullMethod>additionalFailureDescription(mixed $other): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>regularExpressionForFormatDescription</methodName>
<methodSignature>regularExpressionForFormatDescription(string $string): string</methodSignature>
<fullMethod>regularExpressionForFormatDescription(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>convertNewlines</methodName>
<methodSignature>convertNewlines(string $text): string</methodSignature>
<fullMethod>convertNewlines(string $text): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringMatchesFormatDescription</className>
<methodName>differ</methodName>
<methodSignature>differ(): SebastianBergmann\Diff\Differ</methodSignature>
<fullMethod>differ(): SebastianBergmann\Diff\Differ</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringStartsWith</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $prefix)</methodSignature>
<fullMethod>__construct(string $prefix)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringStartsWith</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\StringStartsWith</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ArrayHasKey</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int|string $key)</methodSignature>
<fullMethod>__construct(int|string $key)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ArrayHasKey</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ArrayHasKey</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\ArrayHasKey</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsList</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsList</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsList</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContains</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContains</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContains</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContains</className>
<methodName>value</methodName>
<methodSignature>value(): mixed</methodSignature>
<fullMethod>value(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContainsEqual</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContainsIdentical</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContainsOnly</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $type, bool $isNativeType)</methodSignature>
<fullMethod>__construct(string $type, bool $isNativeType)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContainsOnly</className>
<methodName>evaluate</methodName>
<methodSignature>evaluate(mixed $other, string $description, bool $returnResult): bool</methodSignature>
<fullMethod>evaluate(mixed $other, string $description, bool $returnResult): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\TraversableContainsOnly</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInstanceOf</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInstanceOf</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInstanceOf</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsInstanceOf</className>
<methodName>failureDescription</methodName>
<methodSignature>failureDescription(mixed $other): string</methodSignature>
<fullMethod>failureDescription(mixed $other): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsNull</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsNull</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $type)</methodSignature>
<fullMethod>__construct(string $type)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsType</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\Constraint</package>
<className>PHPUnit\Framework\Constraint\IsType</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>420</crap>
<complexity>20</complexity>
<coverage>0</coverage>
<crapLoad>21</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\DataProviderTestSuite</className>
<methodName>setDependencies</methodName>
<methodSignature>setDependencies(array $dependencies): void</methodSignature>
<fullMethod>setDependencies(array $dependencies): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\DataProviderTestSuite</className>
<methodName>provides</methodName>
<methodSignature>provides(): array</methodSignature>
<fullMethod>provides(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\DataProviderTestSuite</className>
<methodName>requires</methodName>
<methodSignature>requires(): array</methodSignature>
<fullMethod>requires(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\DataProviderTestSuite</className>
<methodName>size</methodName>
<methodSignature>size(): PHPUnit\Framework\TestSize\TestSize</methodSignature>
<fullMethod>size(): PHPUnit\Framework\TestSize\TestSize</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\AssertionFailedError</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Error</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Exception</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, int $code, Throwable $previous)</methodSignature>
<fullMethod>__construct(string $message, int $code, Throwable $previous)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Exception</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Exception</className>
<methodName>__sleep</methodName>
<methodSignature>__sleep(): array</methodSignature>
<fullMethod>__sleep(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\Exception</className>
<methodName>getSerializableTrace</methodName>
<methodSignature>getSerializableTrace(): array</methodSignature>
<fullMethod>getSerializableTrace(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExpectationFailedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure, Exception $previous)</methodSignature>
<fullMethod>__construct(string $message, SebastianBergmann\Comparator\ComparisonFailure $comparisonFailure, Exception $previous)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExpectationFailedException</className>
<methodName>getComparisonFailure</methodName>
<methodSignature>getComparisonFailure(): ?SebastianBergmann\Comparator\ComparisonFailure</methodSignature>
<fullMethod>getComparisonFailure(): ?SebastianBergmann\Comparator\ComparisonFailure</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\GeneratorNotSupportedException</className>
<methodName>fromParameterName</methodName>
<methodSignature>fromParameterName(string $parameterName): self</methodSignature>
<fullMethod>fromParameterName(string $parameterName): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ActualValueIsNotAnObjectException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ComparisonMethodDoesNotAcceptParameterTypeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName, string $type)</methodSignature>
<fullMethod>__construct(string $className, string $methodName, string $type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ComparisonMethodDoesNotDeclareBoolReturnTypeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ComparisonMethodDoesNotDeclareExactlyOneParameterException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ComparisonMethodDoesNotDeclareParameterTypeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ComparisonMethodDoesNotExistException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName)</methodSignature>
<fullMethod>__construct(string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\PhptAssertionFailedError</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message, int $code, string $file, int $line, array $trace, string $diff)</methodSignature>
<fullMethod>__construct(string $message, int $code, string $file, int $line, array $trace, string $diff)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\PhptAssertionFailedError</className>
<methodName>syntheticFile</methodName>
<methodSignature>syntheticFile(): string</methodSignature>
<fullMethod>syntheticFile(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\PhptAssertionFailedError</className>
<methodName>syntheticLine</methodName>
<methodSignature>syntheticLine(): int</methodSignature>
<fullMethod>syntheticLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\PhptAssertionFailedError</className>
<methodName>syntheticTrace</methodName>
<methodSignature>syntheticTrace(): array</methodSignature>
<fullMethod>syntheticTrace(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\PhptAssertionFailedError</className>
<methodName>diff</methodName>
<methodSignature>diff(): string</methodSignature>
<fullMethod>diff(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\UnknownClassException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\UnknownClassOrInterfaceException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\UnknownTypeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>invalid</methodName>
<methodSignature>invalid(): self</methodSignature>
<fullMethod>invalid(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>forClass</methodName>
<methodSignature>forClass(PHPUnit\Metadata\DependsOnClass $metadata): self</methodSignature>
<fullMethod>forClass(PHPUnit\Metadata\DependsOnClass $metadata): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(PHPUnit\Metadata\DependsOnMethod $metadata): self</methodSignature>
<fullMethod>forMethod(PHPUnit\Metadata\DependsOnMethod $metadata): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>filterInvalid</methodName>
<methodSignature>filterInvalid(array $dependencies): array</methodSignature>
<fullMethod>filterInvalid(array $dependencies): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>mergeUnique</methodName>
<methodSignature>mergeUnique(array $existing, array $additional): array</methodSignature>
<fullMethod>mergeUnique(array $existing, array $additional): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>diff</methodName>
<methodSignature>diff(array $left, array $right): array</methodSignature>
<fullMethod>diff(array $left, array $right): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $classOrCallableName, ?string $methodName, bool $deepClone, bool $shallowClone)</methodSignature>
<fullMethod>__construct(string $classOrCallableName, ?string $methodName, bool $deepClone, bool $shallowClone)</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>__toString</methodName>
<methodSignature>__toString(): string</methodSignature>
<fullMethod>__toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>isValid</methodName>
<methodSignature>isValid(): bool</methodSignature>
<fullMethod>isValid(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>shallowClone</methodName>
<methodSignature>shallowClone(): bool</methodSignature>
<fullMethod>shallowClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>deepClone</methodName>
<methodSignature>deepClone(): bool</methodSignature>
<fullMethod>deepClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>targetIsClass</methodName>
<methodSignature>targetIsClass(): bool</methodSignature>
<fullMethod>targetIsClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>getTarget</methodName>
<methodSignature>getTarget(): string</methodSignature>
<fullMethod>getTarget(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\ExecutionOrderDependency</className>
<methodName>getTargetClassName</methodName>
<methodSignature>getTargetClassName(): string</methodSignature>
<fullMethod>getTargetClassName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_initConfigurableMethods</methodName>
<methodSignature>__phpunit_initConfigurableMethods(PHPUnit\Framework\MockObject\ConfigurableMethod $configurableMethods): void</methodSignature>
<fullMethod>__phpunit_initConfigurableMethods(PHPUnit\Framework\MockObject\ConfigurableMethod $configurableMethods): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_setOriginalObject</methodName>
<methodSignature>__phpunit_setOriginalObject(object $originalObject): void</methodSignature>
<fullMethod>__phpunit_setOriginalObject(object $originalObject): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_setReturnValueGeneration</methodName>
<methodSignature>__phpunit_setReturnValueGeneration(bool $returnValueGeneration): void</methodSignature>
<fullMethod>__phpunit_setReturnValueGeneration(bool $returnValueGeneration): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_getInvocationHandler</methodName>
<methodSignature>__phpunit_getInvocationHandler(): PHPUnit\Framework\MockObject\InvocationHandler</methodSignature>
<fullMethod>__phpunit_getInvocationHandler(): PHPUnit\Framework\MockObject\InvocationHandler</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_hasMatchers</methodName>
<methodSignature>__phpunit_hasMatchers(): bool</methodSignature>
<fullMethod>__phpunit_hasMatchers(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>__phpunit_verify</methodName>
<methodSignature>__phpunit_verify(bool $unsetInvocationMocker): void</methodSignature>
<fullMethod>__phpunit_verify(bool $unsetInvocationMocker): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Api</className>
<methodName>expects</methodName>
<methodSignature>expects(PHPUnit\Framework\MockObject\Rule\InvocationOrder $matcher): PHPUnit\Framework\MockObject\Builder\InvocationMocker</methodSignature>
<fullMethod>expects(PHPUnit\Framework\MockObject\Rule\InvocationOrder $matcher): PHPUnit\Framework\MockObject\Builder\InvocationMocker</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Method</className>
<methodName>method</methodName>
<methodSignature>method(): PHPUnit\Framework\MockObject\Builder\InvocationMocker</methodSignature>
<fullMethod>method(): PHPUnit\Framework\MockObject\Builder\InvocationMocker</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockedCloneMethod</className>
<methodName>__clone</methodName>
<methodSignature>__clone(): void</methodSignature>
<fullMethod>__clone(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\UnmockedCloneMethod</className>
<methodName>__clone</methodName>
<methodSignature>__clone(): void</methodSignature>
<fullMethod>__clone(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\MockObject\InvocationHandler $handler, PHPUnit\Framework\MockObject\Matcher $matcher, PHPUnit\Framework\MockObject\ConfigurableMethod $configurableMethods)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\MockObject\InvocationHandler $handler, PHPUnit\Framework\MockObject\Matcher $matcher, PHPUnit\Framework\MockObject\ConfigurableMethod $configurableMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>id</methodName>
<methodSignature>id(string $id): self</methodSignature>
<fullMethod>id(string $id): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>will</methodName>
<methodSignature>will(PHPUnit\Framework\MockObject\Stub\Stub $stub): PHPUnit\Framework\MockObject\Builder\Identity</methodSignature>
<fullMethod>will(PHPUnit\Framework\MockObject\Stub\Stub $stub): PHPUnit\Framework\MockObject\Builder\Identity</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturn</methodName>
<methodSignature>willReturn(mixed $value, mixed $nextValues): self</methodSignature>
<fullMethod>willReturn(mixed $value, mixed $nextValues): self</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnReference</methodName>
<methodSignature>willReturnReference(mixed $reference): self</methodSignature>
<fullMethod>willReturnReference(mixed $reference): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnMap</methodName>
<methodSignature>willReturnMap(array $valueMap): self</methodSignature>
<fullMethod>willReturnMap(array $valueMap): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnArgument</methodName>
<methodSignature>willReturnArgument(int $argumentIndex): self</methodSignature>
<fullMethod>willReturnArgument(int $argumentIndex): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnCallback</methodName>
<methodSignature>willReturnCallback(callable $callback): self</methodSignature>
<fullMethod>willReturnCallback(callable $callback): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnSelf</methodName>
<methodSignature>willReturnSelf(): self</methodSignature>
<fullMethod>willReturnSelf(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willReturnOnConsecutiveCalls</methodName>
<methodSignature>willReturnOnConsecutiveCalls(mixed $values): self</methodSignature>
<fullMethod>willReturnOnConsecutiveCalls(mixed $values): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>willThrowException</methodName>
<methodSignature>willThrowException(Throwable $exception): self</methodSignature>
<fullMethod>willThrowException(Throwable $exception): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>after</methodName>
<methodSignature>after(string $id): self</methodSignature>
<fullMethod>after(string $id): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>with</methodName>
<methodSignature>with(mixed $arguments): self</methodSignature>
<fullMethod>with(mixed $arguments): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>withAnyParameters</methodName>
<methodSignature>withAnyParameters(): self</methodSignature>
<fullMethod>withAnyParameters(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>method</methodName>
<methodSignature>method(\PHPUnit\Framework\Constraint\Constraint|string $constraint): self</methodSignature>
<fullMethod>method(\PHPUnit\Framework\Constraint\Constraint|string $constraint): self</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>ensureParametersCanBeConfigured</methodName>
<methodSignature>ensureParametersCanBeConfigured(): void</methodSignature>
<fullMethod>ensureParametersCanBeConfigured(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>configuredMethod</methodName>
<methodSignature>configuredMethod(): ?PHPUnit\Framework\MockObject\ConfigurableMethod</methodSignature>
<fullMethod>configuredMethod(): ?PHPUnit\Framework\MockObject\ConfigurableMethod</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Builder</package>
<className>PHPUnit\Framework\MockObject\Builder\InvocationMocker</className>
<methodName>ensureTypeOfReturnValues</methodName>
<methodSignature>ensureTypeOfReturnValues(array $values): void</methodSignature>
<fullMethod>ensureTypeOfReturnValues(array $values): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ConfigurableMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, SebastianBergmann\Type\Type $returnType)</methodSignature>
<fullMethod>__construct(string $name, SebastianBergmann\Type\Type $returnType)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ConfigurableMethod</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ConfigurableMethod</className>
<methodName>mayReturn</methodName>
<methodSignature>mayReturn(mixed $value): bool</methodSignature>
<fullMethod>mayReturn(mixed $value): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ConfigurableMethod</className>
<methodName>returnTypeDeclaration</methodName>
<methodSignature>returnTypeDeclaration(): string</methodSignature>
<fullMethod>returnTypeDeclaration(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\CannotUseAddMethodsException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $type, string $methodName)</methodSignature>
<fullMethod>__construct(string $type, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\CannotUseOnlyMethodsException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $type, string $methodName)</methodSignature>
<fullMethod>__construct(string $type, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ClassAlreadyExistsException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ClassIsEnumerationException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ClassIsFinalException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ClassIsReadonlyException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\DuplicateMethodException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $methods)</methodSignature>
<fullMethod>__construct(array $methods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\IncompatibleReturnValueException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\MockObject\ConfigurableMethod $method, mixed $value)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\MockObject\ConfigurableMethod $method, mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvalidMethodNameException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $method)</methodSignature>
<fullMethod>__construct(string $method)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MatchBuilderNotFoundException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $id)</methodSignature>
<fullMethod>__construct(string $id)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MatcherAlreadyRegisteredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $id)</methodSignature>
<fullMethod>__construct(string $id)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodCannotBeConfiguredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $method)</methodSignature>
<fullMethod>__construct(string $method)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodNameAlreadyConfiguredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodNameNotConfiguredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodParametersAlreadyConfiguredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\OriginalConstructorInvocationRequiredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\ReturnValueNotConfiguredException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\MockObject\Invocation $invocation)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\MockObject\Invocation $invocation)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\SoapExtensionNotAvailableException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\UnknownClassException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\UnknownTraitException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $traitName)</methodSignature>
<fullMethod>__construct(string $traitName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\UnknownTypeException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $type)</methodSignature>
<fullMethod>__construct(string $type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getMock</methodName>
<methodSignature>getMock(string $type, ?array $methods, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods, object $proxyTarget, bool $allowMockingUnknownTypes, bool $returnValueGeneration): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMock(string $type, ?array $methods, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods, object $proxyTarget, bool $allowMockingUnknownTypes, bool $returnValueGeneration): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getMockForInterfaces</methodName>
<methodSignature>getMockForInterfaces(array $interfaces, bool $callAutoload): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForInterfaces(array $interfaces, bool $callAutoload): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getMockForAbstractClass</methodName>
<methodSignature>getMockForAbstractClass(string $originalClassName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForAbstractClass(string $originalClassName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getMockForTrait</methodName>
<methodSignature>getMockForTrait(string $traitName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForTrait(string $traitName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getObjectForTrait</methodName>
<methodSignature>getObjectForTrait(string $traitName, string $traitClassName, bool $callAutoload, bool $callOriginalConstructor, array $arguments): object</methodSignature>
<fullMethod>getObjectForTrait(string $traitName, string $traitClassName, bool $callAutoload, bool $callOriginalConstructor, array $arguments): object</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>generate</methodName>
<methodSignature>generate(string $type, array $methods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): PHPUnit\Framework\MockObject\MockClass</methodSignature>
<fullMethod>generate(string $type, array $methods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): PHPUnit\Framework\MockObject\MockClass</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>generateClassFromWsdl</methodName>
<methodSignature>generateClassFromWsdl(string $wsdlFile, string $className, array $methods, array $options): string</methodSignature>
<fullMethod>generateClassFromWsdl(string $wsdlFile, string $className, array $methods, array $options): string</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getClassMethods</methodName>
<methodSignature>getClassMethods(string $className): array</methodSignature>
<fullMethod>getClassMethods(string $className): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>mockClassMethods</methodName>
<methodSignature>mockClassMethods(string $className, bool $callOriginalMethods, bool $cloneArguments): array</methodSignature>
<fullMethod>mockClassMethods(string $className, bool $callOriginalMethods, bool $cloneArguments): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>mockInterfaceMethods</methodName>
<methodSignature>mockInterfaceMethods(string $interfaceName, bool $cloneArguments): array</methodSignature>
<fullMethod>mockInterfaceMethods(string $interfaceName, bool $cloneArguments): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>userDefinedInterfaceMethods</methodName>
<methodSignature>userDefinedInterfaceMethods(string $interfaceName): array</methodSignature>
<fullMethod>userDefinedInterfaceMethods(string $interfaceName): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>getObject</methodName>
<methodSignature>getObject(PHPUnit\Framework\MockObject\MockType $mockClass, string $type, bool $callOriginalConstructor, array $arguments, bool $callOriginalMethods, object $proxyTarget, bool $returnValueGeneration): object</methodSignature>
<fullMethod>getObject(PHPUnit\Framework\MockObject\MockType $mockClass, string $type, bool $callOriginalConstructor, array $arguments, bool $callOriginalMethods, object $proxyTarget, bool $returnValueGeneration): object</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>generateMock</methodName>
<methodSignature>generateMock(string $type, ?array $explicitMethods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): PHPUnit\Framework\MockObject\MockClass</methodSignature>
<fullMethod>generateMock(string $type, ?array $explicitMethods, string $mockClassName, bool $callOriginalClone, bool $callAutoload, bool $cloneArguments, bool $callOriginalMethods): PHPUnit\Framework\MockObject\MockClass</fullMethod>
<crap>1722</crap>
<complexity>41</complexity>
<coverage>0</coverage>
<crapLoad>42</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>generateClassName</methodName>
<methodSignature>generateClassName(string $type, string $className, string $prefix): array</methodSignature>
<fullMethod>generateClassName(string $type, string $className, string $prefix): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>generateMockClassDeclaration</methodName>
<methodSignature>generateMockClassDeclaration(array $mockClassName, bool $isInterface, array $additionalInterfaces): string</methodSignature>
<fullMethod>generateMockClassDeclaration(array $mockClassName, bool $isInterface, array $additionalInterfaces): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>canMethodBeDoubled</methodName>
<methodSignature>canMethodBeDoubled(ReflectionMethod $method): bool</methodSignature>
<fullMethod>canMethodBeDoubled(ReflectionMethod $method): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>isMethodNameExcluded</methodName>
<methodSignature>isMethodNameExcluded(string $name): bool</methodSignature>
<fullMethod>isMethodNameExcluded(string $name): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>ensureKnownType</methodName>
<methodSignature>ensureKnownType(string $type, bool $callAutoload): void</methodSignature>
<fullMethod>ensureKnownType(string $type, bool $callAutoload): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>ensureValidMethods</methodName>
<methodSignature>ensureValidMethods(?array $methods): void</methodSignature>
<fullMethod>ensureValidMethods(?array $methods): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>ensureMockedClassDoesNotAlreadyExist</methodName>
<methodSignature>ensureMockedClassDoesNotAlreadyExist(string $mockClassName): void</methodSignature>
<fullMethod>ensureMockedClassDoesNotAlreadyExist(string $mockClassName): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>instantiate</methodName>
<methodSignature>instantiate(string $className, bool $callOriginalConstructor, array $arguments): object</methodSignature>
<fullMethod>instantiate(string $className, bool $callOriginalConstructor, array $arguments): object</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Generator</className>
<methodName>instantiateProxyTarget</methodName>
<methodSignature>instantiateProxyTarget(?object $proxyTarget, object $object, string $type, array $arguments): void</methodSignature>
<fullMethod>instantiateProxyTarget(?object $proxyTarget, object $object, string $type, array $arguments): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName, array $parameters, string $returnType, object $object, bool $cloneObjects, bool $proxiedCall)</methodSignature>
<fullMethod>__construct(string $className, string $methodName, array $parameters, string $returnType, object $object, bool $cloneObjects, bool $proxiedCall)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>parameters</methodName>
<methodSignature>parameters(): array</methodSignature>
<fullMethod>parameters(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>generateReturnValue</methodName>
<methodSignature>generateReturnValue(): mixed</methodSignature>
<fullMethod>generateReturnValue(): mixed</fullMethod>
<crap>1260</crap>
<complexity>35</complexity>
<coverage>0</coverage>
<crapLoad>36</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>object</methodName>
<methodSignature>object(): object</methodSignature>
<fullMethod>object(): object</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Invocation</className>
<methodName>onlyInterfaces</methodName>
<methodSignature>onlyInterfaces(array $types): bool</methodSignature>
<fullMethod>onlyInterfaces(array $types): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $configurableMethods, bool $returnValueGeneration)</methodSignature>
<fullMethod>__construct(array $configurableMethods, bool $returnValueGeneration)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>hasMatchers</methodName>
<methodSignature>hasMatchers(): bool</methodSignature>
<fullMethod>hasMatchers(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>lookupMatcher</methodName>
<methodSignature>lookupMatcher(string $id): ?PHPUnit\Framework\MockObject\Matcher</methodSignature>
<fullMethod>lookupMatcher(string $id): ?PHPUnit\Framework\MockObject\Matcher</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>registerMatcher</methodName>
<methodSignature>registerMatcher(string $id, PHPUnit\Framework\MockObject\Matcher $matcher): void</methodSignature>
<fullMethod>registerMatcher(string $id, PHPUnit\Framework\MockObject\Matcher $matcher): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>expects</methodName>
<methodSignature>expects(PHPUnit\Framework\MockObject\Rule\InvocationOrder $rule): PHPUnit\Framework\MockObject\Builder\InvocationMocker</methodSignature>
<fullMethod>expects(PHPUnit\Framework\MockObject\Rule\InvocationOrder $rule): PHPUnit\Framework\MockObject\Builder\InvocationMocker</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\InvocationHandler</className>
<methodName>addMatcher</methodName>
<methodSignature>addMatcher(PHPUnit\Framework\MockObject\Matcher $matcher): void</methodSignature>
<fullMethod>addMatcher(PHPUnit\Framework\MockObject\Matcher $matcher): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\MockObject\Rule\InvocationOrder $rule)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\MockObject\Rule\InvocationOrder $rule)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>hasMatchers</methodName>
<methodSignature>hasMatchers(): bool</methodSignature>
<fullMethod>hasMatchers(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>hasMethodNameRule</methodName>
<methodSignature>hasMethodNameRule(): bool</methodSignature>
<fullMethod>hasMethodNameRule(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>methodNameRule</methodName>
<methodSignature>methodNameRule(): PHPUnit\Framework\MockObject\Rule\MethodName</methodSignature>
<fullMethod>methodNameRule(): PHPUnit\Framework\MockObject\Rule\MethodName</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>setMethodNameRule</methodName>
<methodSignature>setMethodNameRule(PHPUnit\Framework\MockObject\Rule\MethodName $rule): void</methodSignature>
<fullMethod>setMethodNameRule(PHPUnit\Framework\MockObject\Rule\MethodName $rule): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>hasParametersRule</methodName>
<methodSignature>hasParametersRule(): bool</methodSignature>
<fullMethod>hasParametersRule(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>setParametersRule</methodName>
<methodSignature>setParametersRule(PHPUnit\Framework\MockObject\Rule\ParametersRule $rule): void</methodSignature>
<fullMethod>setParametersRule(PHPUnit\Framework\MockObject\Rule\ParametersRule $rule): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>setStub</methodName>
<methodSignature>setStub(PHPUnit\Framework\MockObject\Stub\Stub $stub): void</methodSignature>
<fullMethod>setStub(PHPUnit\Framework\MockObject\Stub\Stub $stub): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>setAfterMatchBuilderId</methodName>
<methodSignature>setAfterMatchBuilderId(string $id): void</methodSignature>
<fullMethod>setAfterMatchBuilderId(string $id): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>invoked</methodName>
<methodSignature>invoked(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoked(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\Matcher</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodNameConstraint</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $methodName)</methodSignature>
<fullMethod>__construct(string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodNameConstraint</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MethodNameConstraint</className>
<methodName>matches</methodName>
<methodSignature>matches(mixed $other): bool</methodSignature>
<fullMethod>matches(mixed $other): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\TestCase $testCase, string $type)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\TestCase $testCase, string $type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>getMock</methodName>
<methodSignature>getMock(bool $register): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMock(bool $register): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>getMockForAbstractClass</methodName>
<methodSignature>getMockForAbstractClass(): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForAbstractClass(): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>getMockForTrait</methodName>
<methodSignature>getMockForTrait(): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForTrait(): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>onlyMethods</methodName>
<methodSignature>onlyMethods(array $methods): self</methodSignature>
<fullMethod>onlyMethods(array $methods): self</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>addMethods</methodName>
<methodSignature>addMethods(array $methods): self</methodSignature>
<fullMethod>addMethods(array $methods): self</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>setConstructorArgs</methodName>
<methodSignature>setConstructorArgs(array $arguments): self</methodSignature>
<fullMethod>setConstructorArgs(array $arguments): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>setMockClassName</methodName>
<methodSignature>setMockClassName(string $name): self</methodSignature>
<fullMethod>setMockClassName(string $name): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableOriginalConstructor</methodName>
<methodSignature>disableOriginalConstructor(): self</methodSignature>
<fullMethod>disableOriginalConstructor(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableOriginalConstructor</methodName>
<methodSignature>enableOriginalConstructor(): self</methodSignature>
<fullMethod>enableOriginalConstructor(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableOriginalClone</methodName>
<methodSignature>disableOriginalClone(): self</methodSignature>
<fullMethod>disableOriginalClone(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableOriginalClone</methodName>
<methodSignature>enableOriginalClone(): self</methodSignature>
<fullMethod>enableOriginalClone(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableAutoload</methodName>
<methodSignature>disableAutoload(): self</methodSignature>
<fullMethod>disableAutoload(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableAutoload</methodName>
<methodSignature>enableAutoload(): self</methodSignature>
<fullMethod>enableAutoload(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableArgumentCloning</methodName>
<methodSignature>disableArgumentCloning(): self</methodSignature>
<fullMethod>disableArgumentCloning(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableArgumentCloning</methodName>
<methodSignature>enableArgumentCloning(): self</methodSignature>
<fullMethod>enableArgumentCloning(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableProxyingToOriginalMethods</methodName>
<methodSignature>enableProxyingToOriginalMethods(): self</methodSignature>
<fullMethod>enableProxyingToOriginalMethods(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableProxyingToOriginalMethods</methodName>
<methodSignature>disableProxyingToOriginalMethods(): self</methodSignature>
<fullMethod>disableProxyingToOriginalMethods(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>setProxyTarget</methodName>
<methodSignature>setProxyTarget(object $object): self</methodSignature>
<fullMethod>setProxyTarget(object $object): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>allowMockingUnknownTypes</methodName>
<methodSignature>allowMockingUnknownTypes(): self</methodSignature>
<fullMethod>allowMockingUnknownTypes(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disallowMockingUnknownTypes</methodName>
<methodSignature>disallowMockingUnknownTypes(): self</methodSignature>
<fullMethod>disallowMockingUnknownTypes(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>enableAutoReturnValueGeneration</methodName>
<methodSignature>enableAutoReturnValueGeneration(): self</methodSignature>
<fullMethod>enableAutoReturnValueGeneration(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockBuilder</className>
<methodName>disableAutoReturnValueGeneration</methodName>
<methodSignature>disableAutoReturnValueGeneration(): self</methodSignature>
<fullMethod>disableAutoReturnValueGeneration(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $classCode, string $mockName, array $configurableMethods)</methodSignature>
<fullMethod>__construct(string $classCode, string $mockName, array $configurableMethods)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockClass</className>
<methodName>generate</methodName>
<methodSignature>generate(): string</methodSignature>
<fullMethod>generate(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockClass</className>
<methodName>classCode</methodName>
<methodSignature>classCode(): string</methodSignature>
<fullMethod>classCode(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>fromReflection</methodName>
<methodSignature>fromReflection(ReflectionMethod $method, bool $callOriginalMethod, bool $cloneArguments): self</methodSignature>
<fullMethod>fromReflection(ReflectionMethod $method, bool $callOriginalMethod, bool $cloneArguments): self</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>fromName</methodName>
<methodSignature>fromName(string $fullClassName, string $methodName, bool $cloneArguments): self</methodSignature>
<fullMethod>fromName(string $fullClassName, string $methodName, bool $cloneArguments): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $methodName, bool $cloneArguments, string $modifier, string $argumentsForDeclaration, string $argumentsForCall, SebastianBergmann\Type\Type $returnType, string $reference, bool $callOriginalMethod, bool $static, ?string $deprecation)</methodSignature>
<fullMethod>__construct(string $className, string $methodName, bool $cloneArguments, string $modifier, string $argumentsForDeclaration, string $argumentsForCall, SebastianBergmann\Type\Type $returnType, string $reference, bool $callOriginalMethod, bool $static, ?string $deprecation)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>generateCode</methodName>
<methodSignature>generateCode(): string</methodSignature>
<fullMethod>generateCode(): string</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>returnType</methodName>
<methodSignature>returnType(): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>returnType(): SebastianBergmann\Type\Type</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>methodParametersForDeclaration</methodName>
<methodSignature>methodParametersForDeclaration(ReflectionMethod $method): string</methodSignature>
<fullMethod>methodParametersForDeclaration(ReflectionMethod $method): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>methodParametersForCall</methodName>
<methodSignature>methodParametersForCall(ReflectionMethod $method): string</methodSignature>
<fullMethod>methodParametersForCall(ReflectionMethod $method): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethod</className>
<methodName>exportDefaultValue</methodName>
<methodSignature>exportDefaultValue(ReflectionParameter $parameter): string</methodSignature>
<fullMethod>exportDefaultValue(ReflectionParameter $parameter): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethodSet</className>
<methodName>addMethods</methodName>
<methodSignature>addMethods(PHPUnit\Framework\MockObject\MockMethod $methods): void</methodSignature>
<fullMethod>addMethods(PHPUnit\Framework\MockObject\MockMethod $methods): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethodSet</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockMethodSet</className>
<methodName>hasMethod</methodName>
<methodSignature>hasMethod(string $methodName): bool</methodSignature>
<fullMethod>hasMethod(string $methodName): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockTrait</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $classCode, string $mockName)</methodSignature>
<fullMethod>__construct(string $classCode, string $mockName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockTrait</className>
<methodName>generate</methodName>
<methodSignature>generate(): string</methodSignature>
<fullMethod>generate(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\MockTrait</className>
<methodName>classCode</methodName>
<methodSignature>classCode(): string</methodSignature>
<fullMethod>classCode(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyInvokedCount</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyInvokedCount</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyInvokedCount</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyParameters</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyParameters</className>
<methodName>apply</methodName>
<methodSignature>apply(PHPUnit\Framework\MockObject\Invocation $invocation): void</methodSignature>
<fullMethod>apply(PHPUnit\Framework\MockObject\Invocation $invocation): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\AnyParameters</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvocationOrder</className>
<methodName>numberOfInvocations</methodName>
<methodSignature>numberOfInvocations(): int</methodSignature>
<fullMethod>numberOfInvocations(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvocationOrder</className>
<methodName>hasBeenInvoked</methodName>
<methodSignature>hasBeenInvoked(): bool</methodSignature>
<fullMethod>hasBeenInvoked(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvocationOrder</className>
<methodName>invoked</methodName>
<methodSignature>invoked(PHPUnit\Framework\MockObject\Invocation $invocation): void</methodSignature>
<fullMethod>invoked(PHPUnit\Framework\MockObject\Invocation $invocation): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvocationOrder</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvocationOrder</className>
<methodName>invokedDo</methodName>
<methodSignature>invokedDo(PHPUnit\Framework\MockObject\Invocation $invocation): void</methodSignature>
<fullMethod>invokedDo(PHPUnit\Framework\MockObject\Invocation $invocation): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $requiredInvocations)</methodSignature>
<fullMethod>__construct(int $requiredInvocations)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $allowedInvocations)</methodSignature>
<fullMethod>__construct(int $allowedInvocations)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $expectedCount)</methodSignature>
<fullMethod>__construct(int $expectedCount)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>isNever</methodName>
<methodSignature>isNever(): bool</methodSignature>
<fullMethod>isNever(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\InvokedCount</className>
<methodName>invokedDo</methodName>
<methodSignature>invokedDo(PHPUnit\Framework\MockObject\Invocation $invocation): void</methodSignature>
<fullMethod>invokedDo(PHPUnit\Framework\MockObject\Invocation $invocation): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\MethodName</className>
<methodName>__construct</methodName>
<methodSignature>__construct(\PHPUnit\Framework\Constraint\Constraint|string $constraint)</methodSignature>
<fullMethod>__construct(\PHPUnit\Framework\Constraint\Constraint|string $constraint)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\MethodName</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\MethodName</className>
<methodName>matches</methodName>
<methodSignature>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</methodSignature>
<fullMethod>matches(PHPUnit\Framework\MockObject\Invocation $invocation): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\MethodName</className>
<methodName>matchesName</methodName>
<methodSignature>matchesName(string $methodName): bool</methodSignature>
<fullMethod>matchesName(string $methodName): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $parameters)</methodSignature>
<fullMethod>__construct(array $parameters)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>apply</methodName>
<methodSignature>apply(PHPUnit\Framework\MockObject\Invocation $invocation): void</methodSignature>
<fullMethod>apply(PHPUnit\Framework\MockObject\Invocation $invocation): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>verify</methodName>
<methodSignature>verify(): void</methodSignature>
<fullMethod>verify(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>doVerify</methodName>
<methodSignature>doVerify(): bool</methodSignature>
<fullMethod>doVerify(): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Rule</package>
<className>PHPUnit\Framework\MockObject\Rule\Parameters</className>
<methodName>guardAgainstDuplicateEvaluationOfParameterConstraints</methodName>
<methodSignature>guardAgainstDuplicateEvaluationOfParameterConstraints(): bool</methodSignature>
<fullMethod>guardAgainstDuplicateEvaluationOfParameterConstraints(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $stack)</methodSignature>
<fullMethod>__construct(array $stack)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\Exception</className>
<methodName>__construct</methodName>
<methodSignature>__construct(Throwable $exception)</methodSignature>
<fullMethod>__construct(Throwable $exception)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\Exception</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): never</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\Exception</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnArgument</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $argumentIndex)</methodSignature>
<fullMethod>__construct(int $argumentIndex)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnArgument</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnArgument</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnCallback</className>
<methodName>__construct</methodName>
<methodSignature>__construct(callable $callback)</methodSignature>
<fullMethod>__construct(callable $callback)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnCallback</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnCallback</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnReference</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $reference)</methodSignature>
<fullMethod>__construct(mixed $reference)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnReference</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnReference</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnSelf</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): object</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): object</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnSelf</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnStub</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $value)</methodSignature>
<fullMethod>__construct(mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnStub</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnStub</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnValueMap</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $valueMap)</methodSignature>
<fullMethod>__construct(array $valueMap)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnValueMap</className>
<methodName>invoke</methodName>
<methodSignature>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</methodSignature>
<fullMethod>invoke(PHPUnit\Framework\MockObject\Invocation $invocation): mixed</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject\Stub</package>
<className>PHPUnit\Framework\MockObject\Stub\ReturnValueMap</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\MockObject</package>
<className>PHPUnit\Framework\MockObject\TemplateLoader</className>
<methodName>loadTemplate</methodName>
<methodSignature>loadTemplate(string $template): SebastianBergmann\Template\Template</methodSignature>
<fullMethod>loadTemplate(string $template): SebastianBergmann\Template\Template</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>build</methodName>
<methodSignature>build(ReflectionClass $theClass, string $methodName): PHPUnit\Framework\Test</methodSignature>
<fullMethod>build(ReflectionClass $theClass, string $methodName): PHPUnit\Framework\Test</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>buildDataProviderTestSuite</methodName>
<methodSignature>buildDataProviderTestSuite(string $methodName, string $className, array $data, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): PHPUnit\Framework\DataProviderTestSuite</methodSignature>
<fullMethod>buildDataProviderTestSuite(string $methodName, string $className, array $data, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): PHPUnit\Framework\DataProviderTestSuite</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>configureTestCase</methodName>
<methodSignature>configureTestCase(PHPUnit\Framework\TestCase $test, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): void</methodSignature>
<fullMethod>configureTestCase(PHPUnit\Framework\TestCase $test, bool $runTestInSeparateProcess, ?bool $preserveGlobalState, bool $runClassInSeparateProcess, array $backupSettings): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>backupSettings</methodName>
<methodSignature>backupSettings(string $className, string $methodName): array</methodSignature>
<fullMethod>backupSettings(string $className, string $methodName): array</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>shouldGlobalStateBePreserved</methodName>
<methodSignature>shouldGlobalStateBePreserved(string $className, string $methodName): ?bool</methodSignature>
<fullMethod>shouldGlobalStateBePreserved(string $className, string $methodName): ?bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>shouldTestMethodBeRunInSeparateProcess</methodName>
<methodSignature>shouldTestMethodBeRunInSeparateProcess(string $className, string $methodName): bool</methodSignature>
<fullMethod>shouldTestMethodBeRunInSeparateProcess(string $className, string $methodName): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestBuilder</className>
<methodName>shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess</methodName>
<methodSignature>shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess(string $className): bool</methodSignature>
<fullMethod>shouldAllTestMethodsOfTestClassBeRunInSingleSeparateProcess(string $className): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>any</methodName>
<methodSignature>any(): PHPUnit\Framework\MockObject\Rule\AnyInvokedCount</methodSignature>
<fullMethod>any(): PHPUnit\Framework\MockObject\Rule\AnyInvokedCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>never</methodName>
<methodSignature>never(): PHPUnit\Framework\MockObject\Rule\InvokedCount</methodSignature>
<fullMethod>never(): PHPUnit\Framework\MockObject\Rule\InvokedCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>atLeast</methodName>
<methodSignature>atLeast(int $requiredInvocations): PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</methodSignature>
<fullMethod>atLeast(int $requiredInvocations): PHPUnit\Framework\MockObject\Rule\InvokedAtLeastCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>atLeastOnce</methodName>
<methodSignature>atLeastOnce(): PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce</methodSignature>
<fullMethod>atLeastOnce(): PHPUnit\Framework\MockObject\Rule\InvokedAtLeastOnce</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>once</methodName>
<methodSignature>once(): PHPUnit\Framework\MockObject\Rule\InvokedCount</methodSignature>
<fullMethod>once(): PHPUnit\Framework\MockObject\Rule\InvokedCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>exactly</methodName>
<methodSignature>exactly(int $count): PHPUnit\Framework\MockObject\Rule\InvokedCount</methodSignature>
<fullMethod>exactly(int $count): PHPUnit\Framework\MockObject\Rule\InvokedCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>atMost</methodName>
<methodSignature>atMost(int $allowedInvocations): PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</methodSignature>
<fullMethod>atMost(int $allowedInvocations): PHPUnit\Framework\MockObject\Rule\InvokedAtMostCount</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>returnValue</methodName>
<methodSignature>returnValue(mixed $value): PHPUnit\Framework\MockObject\Stub\ReturnStub</methodSignature>
<fullMethod>returnValue(mixed $value): PHPUnit\Framework\MockObject\Stub\ReturnStub</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>returnValueMap</methodName>
<methodSignature>returnValueMap(array $valueMap): PHPUnit\Framework\MockObject\Stub\ReturnValueMap</methodSignature>
<fullMethod>returnValueMap(array $valueMap): PHPUnit\Framework\MockObject\Stub\ReturnValueMap</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>returnArgument</methodName>
<methodSignature>returnArgument(int $argumentIndex): PHPUnit\Framework\MockObject\Stub\ReturnArgument</methodSignature>
<fullMethod>returnArgument(int $argumentIndex): PHPUnit\Framework\MockObject\Stub\ReturnArgument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>returnCallback</methodName>
<methodSignature>returnCallback(callable $callback): PHPUnit\Framework\MockObject\Stub\ReturnCallback</methodSignature>
<fullMethod>returnCallback(callable $callback): PHPUnit\Framework\MockObject\Stub\ReturnCallback</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>returnSelf</methodName>
<methodSignature>returnSelf(): PHPUnit\Framework\MockObject\Stub\ReturnSelf</methodSignature>
<fullMethod>returnSelf(): PHPUnit\Framework\MockObject\Stub\ReturnSelf</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>throwException</methodName>
<methodSignature>throwException(Throwable $exception): PHPUnit\Framework\MockObject\Stub\Exception</methodSignature>
<fullMethod>throwException(Throwable $exception): PHPUnit\Framework\MockObject\Stub\Exception</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>onConsecutiveCalls</methodName>
<methodSignature>onConsecutiveCalls(mixed $arguments): PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls</methodSignature>
<fullMethod>onConsecutiveCalls(mixed $arguments): PHPUnit\Framework\MockObject\Stub\ConsecutiveCalls</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setUpBeforeClass</methodName>
<methodSignature>setUpBeforeClass(): void</methodSignature>
<fullMethod>setUpBeforeClass(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>tearDownAfterClass</methodName>
<methodSignature>tearDownAfterClass(): void</methodSignature>
<fullMethod>tearDownAfterClass(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setUp</methodName>
<methodSignature>setUp(): void</methodSignature>
<fullMethod>setUp(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>assertPreConditions</methodName>
<methodSignature>assertPreConditions(): void</methodSignature>
<fullMethod>assertPreConditions(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>assertPostConditions</methodName>
<methodSignature>assertPostConditions(): void</methodSignature>
<fullMethod>assertPostConditions(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>tearDown</methodName>
<methodSignature>tearDown(): void</methodSignature>
<fullMethod>tearDown(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getActualOutputForAssertion</methodName>
<methodSignature>getActualOutputForAssertion(): string</methodSignature>
<fullMethod>getActualOutputForAssertion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectOutputRegex</methodName>
<methodSignature>expectOutputRegex(string $expectedRegex): void</methodSignature>
<fullMethod>expectOutputRegex(string $expectedRegex): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectOutputString</methodName>
<methodSignature>expectOutputString(string $expectedString): void</methodSignature>
<fullMethod>expectOutputString(string $expectedString): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectException</methodName>
<methodSignature>expectException(string $exception): void</methodSignature>
<fullMethod>expectException(string $exception): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectExceptionCode</methodName>
<methodSignature>expectExceptionCode(int|string $code): void</methodSignature>
<fullMethod>expectExceptionCode(int|string $code): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectExceptionMessage</methodName>
<methodSignature>expectExceptionMessage(string $message): void</methodSignature>
<fullMethod>expectExceptionMessage(string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectExceptionMessageMatches</methodName>
<methodSignature>expectExceptionMessageMatches(string $regularExpression): void</methodSignature>
<fullMethod>expectExceptionMessageMatches(string $regularExpression): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectExceptionObject</methodName>
<methodSignature>expectExceptionObject(Exception $exception): void</methodSignature>
<fullMethod>expectExceptionObject(Exception $exception): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectNotToPerformAssertions</methodName>
<methodSignature>expectNotToPerformAssertions(): void</methodSignature>
<fullMethod>expectNotToPerformAssertions(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>status</methodName>
<methodSignature>status(): PHPUnit\Framework\TestStatus\TestStatus</methodSignature>
<fullMethod>status(): PHPUnit\Framework\TestStatus\TestStatus</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>run</methodName>
<methodSignature>run(): void</methodSignature>
<fullMethod>run(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getMockBuilder</methodName>
<methodSignature>getMockBuilder(string $className): PHPUnit\Framework\MockObject\MockBuilder</methodSignature>
<fullMethod>getMockBuilder(string $className): PHPUnit\Framework\MockObject\MockBuilder</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>registerComparator</methodName>
<methodSignature>registerComparator(SebastianBergmann\Comparator\Comparator $comparator): void</methodSignature>
<fullMethod>registerComparator(SebastianBergmann\Comparator\Comparator $comparator): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>groups</methodName>
<methodSignature>groups(): array</methodSignature>
<fullMethod>groups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setGroups</methodName>
<methodSignature>setGroups(array $groups): void</methodSignature>
<fullMethod>setGroups(array $groups): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>nameWithDataSet</methodName>
<methodSignature>nameWithDataSet(): string</methodSignature>
<fullMethod>nameWithDataSet(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>size</methodName>
<methodSignature>size(): PHPUnit\Framework\TestSize\TestSize</methodSignature>
<fullMethod>size(): PHPUnit\Framework\TestSize\TestSize</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>hasUnexpectedOutput</methodName>
<methodSignature>hasUnexpectedOutput(): bool</methodSignature>
<fullMethod>hasUnexpectedOutput(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>output</methodName>
<methodSignature>output(): string</methodSignature>
<fullMethod>output(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>doesNotPerformAssertions</methodName>
<methodSignature>doesNotPerformAssertions(): bool</methodSignature>
<fullMethod>doesNotPerformAssertions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>hasExpectationOnOutput</methodName>
<methodSignature>hasExpectationOnOutput(): bool</methodSignature>
<fullMethod>hasExpectationOnOutput(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>registerMockObjectsFromTestArgumentsRecursively</methodName>
<methodSignature>registerMockObjectsFromTestArgumentsRecursively(): void</methodSignature>
<fullMethod>registerMockObjectsFromTestArgumentsRecursively(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>runBare</methodName>
<methodSignature>runBare(): void</methodSignature>
<fullMethod>runBare(): void</fullMethod>
<crap>380</crap>
<complexity>19</complexity>
<coverage>0</coverage>
<crapLoad>20</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setName</methodName>
<methodSignature>setName(string $name): void</methodSignature>
<fullMethod>setName(string $name): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setDependencies</methodName>
<methodSignature>setDependencies(array $dependencies): void</methodSignature>
<fullMethod>setDependencies(array $dependencies): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setDependencyInput</methodName>
<methodSignature>setDependencyInput(array $dependencyInput): void</methodSignature>
<fullMethod>setDependencyInput(array $dependencyInput): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>dependencyInput</methodName>
<methodSignature>dependencyInput(): array</methodSignature>
<fullMethod>dependencyInput(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>hasDependencyInput</methodName>
<methodSignature>hasDependencyInput(): bool</methodSignature>
<fullMethod>hasDependencyInput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setBackupGlobals</methodName>
<methodSignature>setBackupGlobals(bool $backupGlobals): void</methodSignature>
<fullMethod>setBackupGlobals(bool $backupGlobals): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setBackupGlobalsExcludeList</methodName>
<methodSignature>setBackupGlobalsExcludeList(array $backupGlobalsExcludeList): void</methodSignature>
<fullMethod>setBackupGlobalsExcludeList(array $backupGlobalsExcludeList): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setBackupStaticProperties</methodName>
<methodSignature>setBackupStaticProperties(bool $backupStaticProperties): void</methodSignature>
<fullMethod>setBackupStaticProperties(bool $backupStaticProperties): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setBackupStaticPropertiesExcludeList</methodName>
<methodSignature>setBackupStaticPropertiesExcludeList(array $backupStaticPropertiesExcludeList): void</methodSignature>
<fullMethod>setBackupStaticPropertiesExcludeList(array $backupStaticPropertiesExcludeList): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setRunTestInSeparateProcess</methodName>
<methodSignature>setRunTestInSeparateProcess(bool $runTestInSeparateProcess): void</methodSignature>
<fullMethod>setRunTestInSeparateProcess(bool $runTestInSeparateProcess): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setRunClassInSeparateProcess</methodName>
<methodSignature>setRunClassInSeparateProcess(bool $runClassInSeparateProcess): void</methodSignature>
<fullMethod>setRunClassInSeparateProcess(bool $runClassInSeparateProcess): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setPreserveGlobalState</methodName>
<methodSignature>setPreserveGlobalState(bool $preserveGlobalState): void</methodSignature>
<fullMethod>setPreserveGlobalState(bool $preserveGlobalState): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setInIsolation</methodName>
<methodSignature>setInIsolation(bool $inIsolation): void</methodSignature>
<fullMethod>setInIsolation(bool $inIsolation): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>isInIsolation</methodName>
<methodSignature>isInIsolation(): bool</methodSignature>
<fullMethod>isInIsolation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>result</methodName>
<methodSignature>result(): mixed</methodSignature>
<fullMethod>result(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setResult</methodName>
<methodSignature>setResult(mixed $result): void</methodSignature>
<fullMethod>setResult(mixed $result): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>registerMockObject</methodName>
<methodSignature>registerMockObject(PHPUnit\Framework\MockObject\MockObject $mockObject): void</methodSignature>
<fullMethod>registerMockObject(PHPUnit\Framework\MockObject\MockObject $mockObject): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>addToAssertionCount</methodName>
<methodSignature>addToAssertionCount(int $count): void</methodSignature>
<fullMethod>addToAssertionCount(int $count): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>numberOfAssertionsPerformed</methodName>
<methodSignature>numberOfAssertionsPerformed(): int</methodSignature>
<fullMethod>numberOfAssertionsPerformed(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>usesDataProvider</methodName>
<methodSignature>usesDataProvider(): bool</methodSignature>
<fullMethod>usesDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>dataName</methodName>
<methodSignature>dataName(): int|string</methodSignature>
<fullMethod>dataName(): int|string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>dataSetAsString</methodName>
<methodSignature>dataSetAsString(): string</methodSignature>
<fullMethod>dataSetAsString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>dataSetAsStringWithData</methodName>
<methodSignature>dataSetAsStringWithData(): string</methodSignature>
<fullMethod>dataSetAsStringWithData(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>providedData</methodName>
<methodSignature>providedData(): array</methodSignature>
<fullMethod>providedData(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>sortId</methodName>
<methodSignature>sortId(): string</methodSignature>
<fullMethod>sortId(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>provides</methodName>
<methodSignature>provides(): array</methodSignature>
<fullMethod>provides(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>requires</methodName>
<methodSignature>requires(): array</methodSignature>
<fullMethod>requires(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setData</methodName>
<methodSignature>setData(int|string $dataName, array $data): void</methodSignature>
<fullMethod>setData(int|string $dataName, array $data): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>valueObjectForEvents</methodName>
<methodSignature>valueObjectForEvents(): PHPUnit\Event\Code\TestMethod</methodSignature>
<fullMethod>valueObjectForEvents(): PHPUnit\Event\Code\TestMethod</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>wasPrepared</methodName>
<methodSignature>wasPrepared(): bool</methodSignature>
<fullMethod>wasPrepared(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>runTest</methodName>
<methodSignature>runTest(): mixed</methodSignature>
<fullMethod>runTest(): mixed</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>iniSet</methodName>
<methodSignature>iniSet(string $varName, string $newValue): void</methodSignature>
<fullMethod>iniSet(string $varName, string $newValue): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>setLocale</methodName>
<methodSignature>setLocale(mixed $arguments): void</methodSignature>
<fullMethod>setLocale(mixed $arguments): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createStub</methodName>
<methodSignature>createStub(string $originalClassName): PHPUnit\Framework\MockObject\Stub</methodSignature>
<fullMethod>createStub(string $originalClassName): PHPUnit\Framework\MockObject\Stub</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createStubForIntersectionOfInterfaces</methodName>
<methodSignature>createStubForIntersectionOfInterfaces(array $interfaces): PHPUnit\Framework\MockObject\Stub</methodSignature>
<fullMethod>createStubForIntersectionOfInterfaces(array $interfaces): PHPUnit\Framework\MockObject\Stub</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createMock</methodName>
<methodSignature>createMock(string $originalClassName): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createMock(string $originalClassName): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createMockForIntersectionOfInterfaces</methodName>
<methodSignature>createMockForIntersectionOfInterfaces(array $interfaces): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createMockForIntersectionOfInterfaces(array $interfaces): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createConfiguredMock</methodName>
<methodSignature>createConfiguredMock(string $originalClassName, array $configuration): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createConfiguredMock(string $originalClassName, array $configuration): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createPartialMock</methodName>
<methodSignature>createPartialMock(string $originalClassName, array $methods): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createPartialMock(string $originalClassName, array $methods): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createTestProxy</methodName>
<methodSignature>createTestProxy(string $originalClassName, array $constructorArguments): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createTestProxy(string $originalClassName, array $constructorArguments): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getMockForAbstractClass</methodName>
<methodSignature>getMockForAbstractClass(string $originalClassName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForAbstractClass(string $originalClassName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getMockFromWsdl</methodName>
<methodSignature>getMockFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockFromWsdl(string $wsdlFile, string $originalClassName, string $mockClassName, array $methods, bool $callOriginalConstructor, array $options): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getMockForTrait</methodName>
<methodSignature>getMockForTrait(string $traitName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>getMockForTrait(string $traitName, array $arguments, string $mockClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload, array $mockedMethods, bool $cloneArguments): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>getObjectForTrait</methodName>
<methodSignature>getObjectForTrait(string $traitName, array $arguments, string $traitClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload): object</methodSignature>
<fullMethod>getObjectForTrait(string $traitName, array $arguments, string $traitClassName, bool $callOriginalConstructor, bool $callOriginalClone, bool $callAutoload): object</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>onNotSuccessfulTest</methodName>
<methodSignature>onNotSuccessfulTest(Throwable $t): never</methodSignature>
<fullMethod>onNotSuccessfulTest(Throwable $t): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>verifyMockObjects</methodName>
<methodSignature>verifyMockObjects(): void</methodSignature>
<fullMethod>verifyMockObjects(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>checkRequirements</methodName>
<methodSignature>checkRequirements(): void</methodSignature>
<fullMethod>checkRequirements(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>handleDependencies</methodName>
<methodSignature>handleDependencies(): bool</methodSignature>
<fullMethod>handleDependencies(): bool</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>markErrorForInvalidDependency</methodName>
<methodSignature>markErrorForInvalidDependency(?PHPUnit\Framework\ExecutionOrderDependency $dependency): void</methodSignature>
<fullMethod>markErrorForInvalidDependency(?PHPUnit\Framework\ExecutionOrderDependency $dependency): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>markSkippedForMissingDependency</methodName>
<methodSignature>markSkippedForMissingDependency(PHPUnit\Framework\ExecutionOrderDependency $dependency): void</methodSignature>
<fullMethod>markSkippedForMissingDependency(PHPUnit\Framework\ExecutionOrderDependency $dependency): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>mockObjectGenerator</methodName>
<methodSignature>mockObjectGenerator(): PHPUnit\Framework\MockObject\Generator</methodSignature>
<fullMethod>mockObjectGenerator(): PHPUnit\Framework\MockObject\Generator</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>startOutputBuffering</methodName>
<methodSignature>startOutputBuffering(): void</methodSignature>
<fullMethod>startOutputBuffering(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>stopOutputBuffering</methodName>
<methodSignature>stopOutputBuffering(): bool</methodSignature>
<fullMethod>stopOutputBuffering(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>snapshotGlobalState</methodName>
<methodSignature>snapshotGlobalState(): void</methodSignature>
<fullMethod>snapshotGlobalState(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>restoreGlobalState</methodName>
<methodSignature>restoreGlobalState(): void</methodSignature>
<fullMethod>restoreGlobalState(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createGlobalStateSnapshot</methodName>
<methodSignature>createGlobalStateSnapshot(bool $backupGlobals): SebastianBergmann\GlobalState\Snapshot</methodSignature>
<fullMethod>createGlobalStateSnapshot(bool $backupGlobals): SebastianBergmann\GlobalState\Snapshot</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>compareGlobalStateSnapshots</methodName>
<methodSignature>compareGlobalStateSnapshots(SebastianBergmann\GlobalState\Snapshot $before, SebastianBergmann\GlobalState\Snapshot $after): void</methodSignature>
<fullMethod>compareGlobalStateSnapshots(SebastianBergmann\GlobalState\Snapshot $before, SebastianBergmann\GlobalState\Snapshot $after): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>compareGlobalStateSnapshotPart</methodName>
<methodSignature>compareGlobalStateSnapshotPart(array $before, array $after, string $header): void</methodSignature>
<fullMethod>compareGlobalStateSnapshotPart(array $before, array $after, string $header): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>shouldInvocationMockerBeReset</methodName>
<methodSignature>shouldInvocationMockerBeReset(PHPUnit\Framework\MockObject\MockObject $mock): bool</methodSignature>
<fullMethod>shouldInvocationMockerBeReset(PHPUnit\Framework\MockObject\MockObject $mock): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>registerMockObjectsFromTestArguments</methodName>
<methodSignature>registerMockObjectsFromTestArguments(array $testArguments, SebastianBergmann\RecursionContext\Context $context): void</methodSignature>
<fullMethod>registerMockObjectsFromTestArguments(array $testArguments, SebastianBergmann\RecursionContext\Context $context): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>unregisterCustomComparators</methodName>
<methodSignature>unregisterCustomComparators(): void</methodSignature>
<fullMethod>unregisterCustomComparators(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>cleanupIniSettings</methodName>
<methodSignature>cleanupIniSettings(): void</methodSignature>
<fullMethod>cleanupIniSettings(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>cleanupLocaleSettings</methodName>
<methodSignature>cleanupLocaleSettings(): void</methodSignature>
<fullMethod>cleanupLocaleSettings(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>shouldExceptionExpectationsBeVerified</methodName>
<methodSignature>shouldExceptionExpectationsBeVerified(Throwable $throwable): bool</methodSignature>
<fullMethod>shouldExceptionExpectationsBeVerified(Throwable $throwable): bool</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>shouldRunInSeparateProcess</methodName>
<methodSignature>shouldRunInSeparateProcess(): bool</methodSignature>
<fullMethod>shouldRunInSeparateProcess(): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>isCallableTestMethod</methodName>
<methodSignature>isCallableTestMethod(string $dependency): bool</methodSignature>
<fullMethod>isCallableTestMethod(string $dependency): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>createTestDouble</methodName>
<methodSignature>createTestDouble(string $originalClassName, bool $register): PHPUnit\Framework\MockObject\MockObject</methodSignature>
<fullMethod>createTestDouble(string $originalClassName, bool $register): PHPUnit\Framework\MockObject\MockObject</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>performAssertionsOnOutput</methodName>
<methodSignature>performAssertionsOnOutput(): void</methodSignature>
<fullMethod>performAssertionsOnOutput(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokeBeforeClassHookMethods</methodName>
<methodSignature>invokeBeforeClassHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokeBeforeClassHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokeBeforeTestHookMethods</methodName>
<methodSignature>invokeBeforeTestHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokeBeforeTestHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokePreConditionHookMethods</methodName>
<methodSignature>invokePreConditionHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokePreConditionHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokePostConditionHookMethods</methodName>
<methodSignature>invokePostConditionHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokePostConditionHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokeAfterTestHookMethods</methodName>
<methodSignature>invokeAfterTestHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokeAfterTestHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokeAfterClassHookMethods</methodName>
<methodSignature>invokeAfterClassHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokeAfterClassHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>invokeHookMethods</methodName>
<methodSignature>invokeHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter, string $calledMethod, string $finishedMethod): void</methodSignature>
<fullMethod>invokeHookMethods(array $hookMethods, PHPUnit\Event\Emitter $emitter, string $calledMethod, string $finishedMethod): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>methodDoesNotExistOrIsDeclaredInTestCase</methodName>
<methodSignature>methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool</methodSignature>
<fullMethod>methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>verifyExceptionExpectations</methodName>
<methodSignature>verifyExceptionExpectations(\Throwable|\Exception $exception): void</methodSignature>
<fullMethod>verifyExceptionExpectations(\Throwable|\Exception $exception): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestCase</className>
<methodName>expectedExceptionWasNotRaised</methodName>
<methodSignature>expectedExceptionWasNotRaised(): void</methodSignature>
<fullMethod>expectedExceptionWasNotRaised(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>run</methodName>
<methodSignature>run(PHPUnit\Framework\TestCase $test): void</methodSignature>
<fullMethod>run(PHPUnit\Framework\TestCase $test): void</fullMethod>
<crap>1482</crap>
<complexity>38</complexity>
<coverage>0</coverage>
<crapLoad>39</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>runInSeparateProcess</methodName>
<methodSignature>runInSeparateProcess(PHPUnit\Framework\TestCase $test, bool $runEntireClass, bool $preserveGlobalState): void</methodSignature>
<fullMethod>runInSeparateProcess(PHPUnit\Framework\TestCase $test, bool $runEntireClass, bool $preserveGlobalState): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>hasCoverageMetadata</methodName>
<methodSignature>hasCoverageMetadata(string $className, string $methodName): bool</methodSignature>
<fullMethod>hasCoverageMetadata(string $className, string $methodName): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>canTimeLimitBeEnforced</methodName>
<methodSignature>canTimeLimitBeEnforced(): bool</methodSignature>
<fullMethod>canTimeLimitBeEnforced(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>shouldTimeLimitBeEnforced</methodName>
<methodSignature>shouldTimeLimitBeEnforced(PHPUnit\Framework\TestCase $test): bool</methodSignature>
<fullMethod>shouldTimeLimitBeEnforced(PHPUnit\Framework\TestCase $test): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>runTestWithTimeout</methodName>
<methodSignature>runTestWithTimeout(PHPUnit\Framework\TestCase $test): bool</methodSignature>
<fullMethod>runTestWithTimeout(PHPUnit\Framework\TestCase $test): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestRunner</className>
<methodName>saveConfigurationForChildProcess</methodName>
<methodSignature>saveConfigurationForChildProcess(): string</methodSignature>
<fullMethod>saveConfigurationForChildProcess(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Known</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Known</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(self $other): bool</methodSignature>
<fullMethod>isGreaterThan(self $other): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Large</className>
<methodName>isLarge</methodName>
<methodSignature>isLarge(): bool</methodSignature>
<fullMethod>isLarge(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Large</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Large</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Medium</className>
<methodName>isMedium</methodName>
<methodSignature>isMedium(): bool</methodSignature>
<fullMethod>isMedium(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Medium</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Medium</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Small</className>
<methodName>isSmall</methodName>
<methodSignature>isSmall(): bool</methodSignature>
<fullMethod>isSmall(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Small</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(PHPUnit\Framework\TestSize\TestSize $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Small</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>unknown</methodName>
<methodSignature>unknown(): self</methodSignature>
<fullMethod>unknown(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>small</methodName>
<methodSignature>small(): self</methodSignature>
<fullMethod>small(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>medium</methodName>
<methodSignature>medium(): self</methodSignature>
<fullMethod>medium(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>large</methodName>
<methodSignature>large(): self</methodSignature>
<fullMethod>large(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>isSmall</methodName>
<methodSignature>isSmall(): bool</methodSignature>
<fullMethod>isSmall(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>isMedium</methodName>
<methodSignature>isMedium(): bool</methodSignature>
<fullMethod>isMedium(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>isLarge</methodName>
<methodSignature>isLarge(): bool</methodSignature>
<fullMethod>isLarge(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\TestSize</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Unknown</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestSize</package>
<className>PHPUnit\Framework\TestSize\Unknown</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Deprecation</className>
<methodName>isDeprecation</methodName>
<methodSignature>isDeprecation(): bool</methodSignature>
<fullMethod>isDeprecation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Deprecation</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Deprecation</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Error</className>
<methodName>isError</methodName>
<methodSignature>isError(): bool</methodSignature>
<fullMethod>isError(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Error</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Error</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Failure</className>
<methodName>isFailure</methodName>
<methodSignature>isFailure(): bool</methodSignature>
<fullMethod>isFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Failure</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Failure</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Incomplete</className>
<methodName>isIncomplete</methodName>
<methodSignature>isIncomplete(): bool</methodSignature>
<fullMethod>isIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Incomplete</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Incomplete</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Known</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Notice</className>
<methodName>isNotice</methodName>
<methodSignature>isNotice(): bool</methodSignature>
<fullMethod>isNotice(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Notice</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Notice</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Risky</className>
<methodName>isRisky</methodName>
<methodSignature>isRisky(): bool</methodSignature>
<fullMethod>isRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Risky</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Risky</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Skipped</className>
<methodName>isSkipped</methodName>
<methodSignature>isSkipped(): bool</methodSignature>
<fullMethod>isSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Skipped</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Skipped</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Success</className>
<methodName>isSuccess</methodName>
<methodSignature>isSuccess(): bool</methodSignature>
<fullMethod>isSuccess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Success</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Success</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>from</methodName>
<methodSignature>from(int $status): self</methodSignature>
<fullMethod>from(int $status): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>unknown</methodName>
<methodSignature>unknown(): self</methodSignature>
<fullMethod>unknown(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>success</methodName>
<methodSignature>success(): self</methodSignature>
<fullMethod>success(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>skipped</methodName>
<methodSignature>skipped(string $message): self</methodSignature>
<fullMethod>skipped(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>incomplete</methodName>
<methodSignature>incomplete(string $message): self</methodSignature>
<fullMethod>incomplete(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>notice</methodName>
<methodSignature>notice(string $message): self</methodSignature>
<fullMethod>notice(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>deprecation</methodName>
<methodSignature>deprecation(string $message): self</methodSignature>
<fullMethod>deprecation(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>failure</methodName>
<methodSignature>failure(string $message): self</methodSignature>
<fullMethod>failure(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>error</methodName>
<methodSignature>error(string $message): self</methodSignature>
<fullMethod>error(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>warning</methodName>
<methodSignature>warning(string $message): self</methodSignature>
<fullMethod>warning(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>risky</methodName>
<methodSignature>risky(string $message): self</methodSignature>
<fullMethod>risky(string $message): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $message)</methodSignature>
<fullMethod>__construct(string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isKnown</methodName>
<methodSignature>isKnown(): bool</methodSignature>
<fullMethod>isKnown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isSuccess</methodName>
<methodSignature>isSuccess(): bool</methodSignature>
<fullMethod>isSuccess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isSkipped</methodName>
<methodSignature>isSkipped(): bool</methodSignature>
<fullMethod>isSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isIncomplete</methodName>
<methodSignature>isIncomplete(): bool</methodSignature>
<fullMethod>isIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isNotice</methodName>
<methodSignature>isNotice(): bool</methodSignature>
<fullMethod>isNotice(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isDeprecation</methodName>
<methodSignature>isDeprecation(): bool</methodSignature>
<fullMethod>isDeprecation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isFailure</methodName>
<methodSignature>isFailure(): bool</methodSignature>
<fullMethod>isFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isError</methodName>
<methodSignature>isError(): bool</methodSignature>
<fullMethod>isError(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isWarning</methodName>
<methodSignature>isWarning(): bool</methodSignature>
<fullMethod>isWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isRisky</methodName>
<methodSignature>isRisky(): bool</methodSignature>
<fullMethod>isRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>message</methodName>
<methodSignature>message(): string</methodSignature>
<fullMethod>message(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>isMoreImportantThan</methodName>
<methodSignature>isMoreImportantThan(self $other): bool</methodSignature>
<fullMethod>isMoreImportantThan(self $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\TestStatus</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Unknown</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Unknown</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Unknown</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Warning</className>
<methodName>isWarning</methodName>
<methodSignature>isWarning(): bool</methodSignature>
<fullMethod>isWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Warning</className>
<methodName>asInt</methodName>
<methodSignature>asInt(): int</methodSignature>
<fullMethod>asInt(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework\TestStatus</package>
<className>PHPUnit\Framework\TestStatus\Warning</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>empty</methodName>
<methodSignature>empty(string $name): static</methodSignature>
<fullMethod>empty(string $name): static</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>fromClassName</methodName>
<methodSignature>fromClassName(string $className): static</methodSignature>
<fullMethod>fromClassName(string $className): static</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>fromClassReflector</methodName>
<methodSignature>fromClassReflector(ReflectionClass $class): static</methodSignature>
<fullMethod>fromClassReflector(ReflectionClass $class): static</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>addTest</methodName>
<methodSignature>addTest(PHPUnit\Framework\Test $test, array $groups): void</methodSignature>
<fullMethod>addTest(PHPUnit\Framework\Test $test, array $groups): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>addTestSuite</methodName>
<methodSignature>addTestSuite(ReflectionClass $testClass): void</methodSignature>
<fullMethod>addTestSuite(ReflectionClass $testClass): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>addTestFile</methodName>
<methodSignature>addTestFile(string $filename): void</methodSignature>
<fullMethod>addTestFile(string $filename): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>addTestFiles</methodName>
<methodSignature>addTestFiles(iterable $fileNames): void</methodSignature>
<fullMethod>addTestFiles(iterable $fileNames): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>getGroups</methodName>
<methodSignature>getGroups(): array</methodSignature>
<fullMethod>getGroups(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>getGroupDetails</methodName>
<methodSignature>getGroupDetails(): array</methodSignature>
<fullMethod>getGroupDetails(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>run</methodName>
<methodSignature>run(): void</methodSignature>
<fullMethod>run(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>tests</methodName>
<methodSignature>tests(): array</methodSignature>
<fullMethod>tests(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>setTests</methodName>
<methodSignature>setTests(array $tests): void</methodSignature>
<fullMethod>setTests(array $tests): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>markTestSuiteSkipped</methodName>
<methodSignature>markTestSuiteSkipped(string $message): never</methodSignature>
<fullMethod>markTestSuiteSkipped(string $message): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): Iterator</methodSignature>
<fullMethod>getIterator(): Iterator</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>injectFilter</methodName>
<methodSignature>injectFilter(PHPUnit\Runner\Filter\Factory $filter): void</methodSignature>
<fullMethod>injectFilter(PHPUnit\Runner\Filter\Factory $filter): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>provides</methodName>
<methodSignature>provides(): array</methodSignature>
<fullMethod>provides(): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>requires</methodName>
<methodSignature>requires(): array</methodSignature>
<fullMethod>requires(): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>sortId</methodName>
<methodSignature>sortId(): string</methodSignature>
<fullMethod>sortId(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>isForTestClass</methodName>
<methodSignature>isForTestClass(): bool</methodSignature>
<fullMethod>isForTestClass(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>addTestMethod</methodName>
<methodSignature>addTestMethod(ReflectionClass $class, ReflectionMethod $method): void</methodSignature>
<fullMethod>addTestMethod(ReflectionClass $class, ReflectionMethod $method): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>clearCaches</methodName>
<methodSignature>clearCaches(): void</methodSignature>
<fullMethod>clearCaches(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>containsOnlyVirtualGroups</methodName>
<methodSignature>containsOnlyVirtualGroups(array $groups): bool</methodSignature>
<fullMethod>containsOnlyVirtualGroups(array $groups): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>methodDoesNotExistOrIsDeclaredInTestCase</methodName>
<methodSignature>methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool</methodSignature>
<fullMethod>methodDoesNotExistOrIsDeclaredInTestCase(string $methodName): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>shouldStop</methodName>
<methodSignature>shouldStop(): bool</methodSignature>
<fullMethod>shouldStop(): bool</fullMethod>
<crap>306</crap>
<complexity>17</complexity>
<coverage>0</coverage>
<crapLoad>18</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>throwableToString</methodName>
<methodSignature>throwableToString(Throwable $t): string</methodSignature>
<fullMethod>throwableToString(Throwable $t): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>invokeMethodsBeforeFirstTest</methodName>
<methodSignature>invokeMethodsBeforeFirstTest(PHPUnit\Event\Emitter $emitter, PHPUnit\Event\TestSuite\TestSuite $testSuiteValueObjectForEvents): bool</methodSignature>
<fullMethod>invokeMethodsBeforeFirstTest(PHPUnit\Event\Emitter $emitter, PHPUnit\Event\TestSuite\TestSuite $testSuiteValueObjectForEvents): bool</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuite</className>
<methodName>invokeMethodsAfterLastTest</methodName>
<methodSignature>invokeMethodsAfterLastTest(PHPUnit\Event\Emitter $emitter): void</methodSignature>
<fullMethod>invokeMethodsAfterLastTest(PHPUnit\Event\Emitter $emitter): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\TestSuite $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\TestSuite $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Framework\Test</methodSignature>
<fullMethod>current(): PHPUnit\Framework\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>getChildren</methodName>
<methodSignature>getChildren(): self</methodSignature>
<fullMethod>getChildren(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Framework</package>
<className>PHPUnit\Framework\TestSuiteIterator</className>
<methodName>hasChildren</methodName>
<methodSignature>hasChildren(): bool</methodSignature>
<fullMethod>hasChildren(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging</package>
<className>PHPUnit\Logging\EventLogger</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path, bool $includeTelemetryInfo)</methodSignature>
<fullMethod>__construct(string $path, bool $includeTelemetryInfo)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging</package>
<className>PHPUnit\Logging\EventLogger</className>
<methodName>trace</methodName>
<methodSignature>trace(PHPUnit\Event\Event $event): void</methodSignature>
<fullMethod>trace(PHPUnit\Event\Event $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging</package>
<className>PHPUnit\Logging\EventLogger</className>
<methodName>telemetryInfo</methodName>
<methodSignature>telemetryInfo(PHPUnit\Event\Event $event): string</methodSignature>
<fullMethod>telemetryInfo(PHPUnit\Event\Event $event): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testSuiteStarted</methodName>
<methodSignature>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testSuiteFinished</methodName>
<methodSignature>testSuiteFinished(): void</methodSignature>
<fullMethod>testSuiteFinished(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>testPrepared(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>handleFinish</methodName>
<methodSignature>handleFinish(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $numberOfAssertionsPerformed): void</methodSignature>
<fullMethod>handleFinish(PHPUnit\Event\Telemetry\Info $telemetryInfo, int $numberOfAssertionsPerformed): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(): void</methodSignature>
<fullMethod>registerSubscribers(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>createDocument</methodName>
<methodSignature>createDocument(): void</methodSignature>
<fullMethod>createDocument(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>handleFault</methodName>
<methodSignature>handleFault(\PHPUnit\Event\Test\Errored|\PHPUnit\Event\Test\Failed $event, string $type): void</methodSignature>
<fullMethod>handleFault(\PHPUnit\Event\Test\Errored|\PHPUnit\Event\Test\Failed $event, string $type): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>handleIncompleteOrSkipped</methodName>
<methodSignature>handleIncompleteOrSkipped(\PHPUnit\Event\Test\MarkedIncomplete|\PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>handleIncompleteOrSkipped(\PHPUnit\Event\Test\MarkedIncomplete|\PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>testAsString</methodName>
<methodSignature>testAsString(PHPUnit\Event\Code\Test $test): string</methodSignature>
<fullMethod>testAsString(PHPUnit\Event\Code\Test $test): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>name</methodName>
<methodSignature>name(PHPUnit\Event\Code\Test $test): string</methodSignature>
<fullMethod>name(PHPUnit\Event\Code\Test $test): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\JunitXmlLogger</className>
<methodName>createTestCase</methodName>
<methodSignature>createTestCase(\PHPUnit\Event\Test\Prepared|\PHPUnit\Event\Test\MarkedIncomplete|\PHPUnit\Event\Test\Skipped|\PHPUnit\Event\Test\Errored|\PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>createTestCase(\PHPUnit\Event\Test\Prepared|\PHPUnit\Event\Test\MarkedIncomplete|\PHPUnit\Event\Test\Skipped|\PHPUnit\Event\Test\Errored|\PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Logging\JUnit\JunitXmlLogger $logger)</methodSignature>
<fullMethod>__construct(PHPUnit\Logging\JUnit\JunitXmlLogger $logger)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\Subscriber</className>
<methodName>logger</methodName>
<methodSignature>logger(): PHPUnit\Logging\JUnit\JunitXmlLogger</methodSignature>
<fullMethod>logger(): PHPUnit\Logging\JUnit\JunitXmlLogger</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestRunnerExecutionFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\ExecutionFinished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\ExecutionFinished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestSuiteFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\JUnit</package>
<className>PHPUnit\Logging\JUnit\TestSuiteStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Logging\TeamCity\TeamCityLogger $logger)</methodSignature>
<fullMethod>__construct(PHPUnit\Logging\TeamCity\TeamCityLogger $logger)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\Subscriber</className>
<methodName>logger</methodName>
<methodSignature>logger(): PHPUnit\Logging\TeamCity\TeamCityLogger</methodSignature>
<fullMethod>logger(): PHPUnit\Logging\TeamCity\TeamCityLogger</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestConsideredRiskySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestRunnerExecutionFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\ExecutionFinished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\ExecutionFinished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestSuiteFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TestSuiteStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testSuiteStarted</methodName>
<methodSignature>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testSuiteFinished</methodName>
<methodSignature>testSuiteFinished(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>testSuiteFinished(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>testPrepared(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(): void</methodSignature>
<fullMethod>registerSubscribers(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>setFlowId</methodName>
<methodSignature>setFlowId(): void</methodSignature>
<fullMethod>setFlowId(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>writeMessage</methodName>
<methodSignature>writeMessage(string $eventName, array $parameters): void</methodSignature>
<fullMethod>writeMessage(string $eventName, array $parameters): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>duration</methodName>
<methodSignature>duration(PHPUnit\Event\Event $event): int</methodSignature>
<fullMethod>duration(PHPUnit\Event\Event $event): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>escape</methodName>
<methodSignature>escape(string $string): string</methodSignature>
<fullMethod>escape(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>message</methodName>
<methodSignature>message(PHPUnit\Event\Code\Throwable $throwable): string</methodSignature>
<fullMethod>message(PHPUnit\Event\Code\Throwable $throwable): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TeamCity</package>
<className>PHPUnit\Logging\TeamCity\TeamCityLogger</className>
<methodName>details</methodName>
<methodSignature>details(PHPUnit\Event\Code\Throwable $throwable): string</methodSignature>
<fullMethod>details(PHPUnit\Event\Code\Throwable $throwable): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\HtmlRenderer</className>
<methodName>render</methodName>
<methodSignature>render(array $tests): string</methodSignature>
<fullMethod>render(array $tests): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\HtmlRenderer</className>
<methodName>reduce</methodName>
<methodSignature>reduce(PHPUnit\Logging\TestDox\TestResultCollection $tests): array</methodSignature>
<fullMethod>reduce(PHPUnit\Logging\TestDox\TestResultCollection $tests): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\NamePrettifier</className>
<methodName>prettifyTestClassName</methodName>
<methodSignature>prettifyTestClassName(string $className): string</methodSignature>
<fullMethod>prettifyTestClassName(string $className): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\NamePrettifier</className>
<methodName>prettifyTestMethodName</methodName>
<methodSignature>prettifyTestMethodName(string $name): string</methodSignature>
<fullMethod>prettifyTestMethodName(string $name): string</fullMethod>
<crap>272</crap>
<complexity>16</complexity>
<coverage>0</coverage>
<crapLoad>17</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\NamePrettifier</className>
<methodName>prettifyTestCase</methodName>
<methodSignature>prettifyTestCase(PHPUnit\Framework\TestCase $test, bool $colorize): string</methodSignature>
<fullMethod>prettifyTestCase(PHPUnit\Framework\TestCase $test, bool $colorize): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\NamePrettifier</className>
<methodName>prettifyDataSet</methodName>
<methodSignature>prettifyDataSet(PHPUnit\Framework\TestCase $test, bool $colorize): string</methodSignature>
<fullMethod>prettifyDataSet(PHPUnit\Framework\TestCase $test, bool $colorize): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\NamePrettifier</className>
<methodName>mapTestMethodParameterNamesToProvidedDataValues</methodName>
<methodSignature>mapTestMethodParameterNamesToProvidedDataValues(PHPUnit\Framework\TestCase $test, bool $colorize): array</methodSignature>
<fullMethod>mapTestMethodParameterNamesToProvidedDataValues(PHPUnit\Framework\TestCase $test, bool $colorize): array</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\PlainTextRenderer</className>
<methodName>render</methodName>
<methodSignature>render(array $tests): string</methodSignature>
<fullMethod>render(array $tests): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\PlainTextRenderer</className>
<methodName>reduce</methodName>
<methodSignature>reduce(PHPUnit\Logging\TestDox\TestResultCollection $tests): array</methodSignature>
<fullMethod>reduce(PHPUnit\Logging\TestDox\TestResultCollection $tests): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Logging\TestDox\TestResultCollector $collector)</methodSignature>
<fullMethod>__construct(PHPUnit\Logging\TestDox\TestResultCollector $collector)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\Subscriber</className>
<methodName>collector</methodName>
<methodSignature>collector(): PHPUnit\Logging\TestDox\TestResultCollector</methodSignature>
<fullMethod>collector(): PHPUnit\Logging\TestDox\TestResultCollector</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestConsideredRiskySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedMockObjectForAbstractClassSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MockObjectForAbstractClassCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MockObjectForAbstractClassCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedMockObjectForTraitSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MockObjectForTraitCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MockObjectForTraitCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedMockObjectFromWsdlSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MockObjectFromWsdlCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MockObjectFromWsdlCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedMockObjectSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MockObjectCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MockObjectCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedPartialMockObjectSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PartialMockObjectCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PartialMockObjectCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedTestProxySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\TestProxyCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\TestProxyCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestCreatedTestStubSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\TestStubCreated $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\TestStubCreated $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestPassedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Passed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Passed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Event\Code\TestMethod $test, PHPUnit\Event\Telemetry\Duration $duration, PHPUnit\Framework\TestStatus\TestStatus $status, ?PHPUnit\Event\Code\Throwable $throwable, array $testDoubles)</methodSignature>
<fullMethod>__construct(PHPUnit\Event\Code\TestMethod $test, PHPUnit\Event\Telemetry\Duration $duration, PHPUnit\Framework\TestStatus\TestStatus $status, ?PHPUnit\Event\Code\Throwable $throwable, array $testDoubles)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Event\Code\TestMethod</methodSignature>
<fullMethod>test(): PHPUnit\Event\Code\TestMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>duration</methodName>
<methodSignature>duration(): PHPUnit\Event\Telemetry\Duration</methodSignature>
<fullMethod>duration(): PHPUnit\Event\Telemetry\Duration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>status</methodName>
<methodSignature>status(): PHPUnit\Framework\TestStatus\TestStatus</methodSignature>
<fullMethod>status(): PHPUnit\Framework\TestStatus\TestStatus</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>hasThrowable</methodName>
<methodSignature>hasThrowable(): bool</methodSignature>
<fullMethod>hasThrowable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>throwable</methodName>
<methodSignature>throwable(): ?PHPUnit\Event\Code\Throwable</methodSignature>
<fullMethod>throwable(): ?PHPUnit\Event\Code\Throwable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResult</className>
<methodName>testDoubles</methodName>
<methodSignature>testDoubles(): array</methodSignature>
<fullMethod>testDoubles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $testResults): self</methodSignature>
<fullMethod>fromArray(array $testResults): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Logging\TestDox\TestResult $testResults)</methodSignature>
<fullMethod>__construct(PHPUnit\Logging\TestDox\TestResult $testResults)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\Logging\TestDox\TestResultCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\Logging\TestDox\TestResultCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Logging\TestDox\TestResultCollection $testResults)</methodSignature>
<fullMethod>__construct(PHPUnit\Logging\TestDox\TestResultCollection $testResults)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Logging\TestDox\TestResult</methodSignature>
<fullMethod>current(): PHPUnit\Logging\TestDox\TestResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testMethodsGroupedByClass</methodName>
<methodSignature>testMethodsGroupedByClass(): array</methodSignature>
<fullMethod>testMethodsGroupedByClass(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>testPrepared(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testPassed</methodName>
<methodSignature>testPassed(PHPUnit\Event\Test\Passed $event): void</methodSignature>
<fullMethod>testPassed(PHPUnit\Event\Test\Passed $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testCreatedTestDouble</methodName>
<methodSignature>testCreatedTestDouble(\PHPUnit\Event\Test\MockObjectCreated|\PHPUnit\Event\Test\MockObjectForAbstractClassCreated|\PHPUnit\Event\Test\MockObjectForTraitCreated|\PHPUnit\Event\Test\MockObjectFromWsdlCreated|\PHPUnit\Event\Test\PartialMockObjectCreated|\PHPUnit\Event\Test\TestProxyCreated|\PHPUnit\Event\Test\TestStubCreated $event): void</methodSignature>
<fullMethod>testCreatedTestDouble(\PHPUnit\Event\Test\MockObjectCreated|\PHPUnit\Event\Test\MockObjectForAbstractClassCreated|\PHPUnit\Event\Test\MockObjectForTraitCreated|\PHPUnit\Event\Test\MockObjectFromWsdlCreated|\PHPUnit\Event\Test\PartialMockObjectCreated|\PHPUnit\Event\Test\TestProxyCreated|\PHPUnit\Event\Test\TestStubCreated $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Logging\TestDox</package>
<className>PHPUnit\Logging\TestDox\TestResultCollector</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(): void</methodSignature>
<fullMethod>registerSubscribers(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\After</className>
<methodName>isAfter</methodName>
<methodSignature>isAfter(): bool</methodSignature>
<fullMethod>isAfter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\AfterClass</className>
<methodName>isAfterClass</methodName>
<methodSignature>isAfterClass(): bool</methodSignature>
<fullMethod>isAfterClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\CodeCoverage</className>
<methodName>linesToBeCovered</methodName>
<methodSignature>linesToBeCovered(string $className, string $methodName): array|false</methodSignature>
<fullMethod>linesToBeCovered(string $className, string $methodName): array|false</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\CodeCoverage</className>
<methodName>linesToBeUsed</methodName>
<methodSignature>linesToBeUsed(string $className, string $methodName): array</methodSignature>
<fullMethod>linesToBeUsed(string $className, string $methodName): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\CodeCoverage</className>
<methodName>shouldCodeCoverageBeCollectedFor</methodName>
<methodSignature>shouldCodeCoverageBeCollectedFor(string $className, string $methodName): bool</methodSignature>
<fullMethod>shouldCodeCoverageBeCollectedFor(string $className, string $methodName): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\DataProvider</className>
<methodName>providedData</methodName>
<methodSignature>providedData(string $className, string $methodName): ?array</methodSignature>
<fullMethod>providedData(string $className, string $methodName): ?array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\DataProvider</className>
<methodName>dataProvidedByMethods</methodName>
<methodSignature>dataProvidedByMethods(string $className, string $methodName, PHPUnit\Metadata\MetadataCollection $dataProvider): array</methodSignature>
<fullMethod>dataProvidedByMethods(string $className, string $methodName, PHPUnit\Metadata\MetadataCollection $dataProvider): array</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\DataProvider</className>
<methodName>dataProvidedByMetadata</methodName>
<methodSignature>dataProvidedByMetadata(PHPUnit\Metadata\MetadataCollection $testWith): array</methodSignature>
<fullMethod>dataProvidedByMetadata(PHPUnit\Metadata\MetadataCollection $testWith): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\DataProvider</className>
<methodName>dataProvidedByTestWithAnnotation</methodName>
<methodSignature>dataProvidedByTestWithAnnotation(string $className, string $methodName): ?array</methodSignature>
<fullMethod>dataProvidedByTestWithAnnotation(string $className, string $methodName): ?array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\DataProvider</className>
<methodName>valueObjectForTestMethodWithoutTestData</methodName>
<methodSignature>valueObjectForTestMethodWithoutTestData(string $className, string $methodName): PHPUnit\Event\Code\TestMethod</methodSignature>
<fullMethod>valueObjectForTestMethodWithoutTestData(string $className, string $methodName): PHPUnit\Event\Code\TestMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\Dependencies</className>
<methodName>dependencies</methodName>
<methodSignature>dependencies(string $className, string $methodName): array</methodSignature>
<fullMethod>dependencies(string $className, string $methodName): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\Groups</className>
<methodName>groups</methodName>
<methodSignature>groups(string $className, string $methodName, bool $includeVirtual): array</methodSignature>
<fullMethod>groups(string $className, string $methodName, bool $includeVirtual): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\Groups</className>
<methodName>size</methodName>
<methodSignature>size(string $className, string $methodName): PHPUnit\Framework\TestSize\TestSize</methodSignature>
<fullMethod>size(string $className, string $methodName): PHPUnit\Framework\TestSize\TestSize</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\Groups</className>
<methodName>canonicalizeName</methodName>
<methodSignature>canonicalizeName(string $name): string</methodSignature>
<fullMethod>canonicalizeName(string $name): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\HookMethods</className>
<methodName>hookMethods</methodName>
<methodSignature>hookMethods(string $className): array</methodSignature>
<fullMethod>hookMethods(string $className): array</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\HookMethods</className>
<methodName>emptyHookMethodsArray</methodName>
<methodSignature>emptyHookMethodsArray(): array</methodSignature>
<fullMethod>emptyHookMethodsArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Api</package>
<className>PHPUnit\Metadata\Api\Requirements</className>
<methodName>requirementsNotSatisfiedFor</methodName>
<methodSignature>requirementsNotSatisfiedFor(string $className, string $methodName): array</methodSignature>
<fullMethod>requirementsNotSatisfiedFor(string $className, string $methodName): array</fullMethod>
<crap>462</crap>
<complexity>21</complexity>
<coverage>0</coverage>
<crapLoad>22</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupGlobals</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, bool $enabled)</methodSignature>
<fullMethod>__construct(int $level, bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupGlobals</className>
<methodName>isBackupGlobals</methodName>
<methodSignature>isBackupGlobals(): bool</methodSignature>
<fullMethod>isBackupGlobals(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupGlobals</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupStaticProperties</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, bool $enabled)</methodSignature>
<fullMethod>__construct(int $level, bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupStaticProperties</className>
<methodName>isBackupStaticProperties</methodName>
<methodSignature>isBackupStaticProperties(): bool</methodSignature>
<fullMethod>isBackupStaticProperties(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BackupStaticProperties</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Before</className>
<methodName>isBefore</methodName>
<methodSignature>isBefore(): bool</methodSignature>
<fullMethod>isBefore(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\BeforeClass</className>
<methodName>isBeforeClass</methodName>
<methodSignature>isBeforeClass(): bool</methodSignature>
<fullMethod>isBeforeClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Covers</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $target)</methodSignature>
<fullMethod>__construct(int $level, string $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Covers</className>
<methodName>isCovers</methodName>
<methodSignature>isCovers(): bool</methodSignature>
<fullMethod>isCovers(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Covers</className>
<methodName>target</methodName>
<methodSignature>target(): string</methodSignature>
<fullMethod>target(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className)</methodSignature>
<fullMethod>__construct(int $level, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversClass</className>
<methodName>isCoversClass</methodName>
<methodSignature>isCoversClass(): bool</methodSignature>
<fullMethod>isCoversClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversClass</className>
<methodName>asStringForCodeUnitMapper</methodName>
<methodSignature>asStringForCodeUnitMapper(): string</methodSignature>
<fullMethod>asStringForCodeUnitMapper(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversDefaultClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className)</methodSignature>
<fullMethod>__construct(int $level, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversDefaultClass</className>
<methodName>isCoversDefaultClass</methodName>
<methodSignature>isCoversDefaultClass(): bool</methodSignature>
<fullMethod>isCoversDefaultClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversDefaultClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $functionName)</methodSignature>
<fullMethod>__construct(int $level, string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversFunction</className>
<methodName>isCoversFunction</methodName>
<methodSignature>isCoversFunction(): bool</methodSignature>
<fullMethod>isCoversFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversFunction</className>
<methodName>asStringForCodeUnitMapper</methodName>
<methodSignature>asStringForCodeUnitMapper(): string</methodSignature>
<fullMethod>asStringForCodeUnitMapper(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\CoversNothing</className>
<methodName>isCoversNothing</methodName>
<methodSignature>isCoversNothing(): bool</methodSignature>
<fullMethod>isCoversNothing(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DataProvider</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className, string $methodName)</methodSignature>
<fullMethod>__construct(int $level, string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DataProvider</className>
<methodName>isDataProvider</methodName>
<methodSignature>isDataProvider(): bool</methodSignature>
<fullMethod>isDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DataProvider</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DataProvider</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className, bool $deepClone, bool $shallowClone)</methodSignature>
<fullMethod>__construct(int $level, string $className, bool $deepClone, bool $shallowClone)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnClass</className>
<methodName>isDependsOnClass</methodName>
<methodSignature>isDependsOnClass(): bool</methodSignature>
<fullMethod>isDependsOnClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnClass</className>
<methodName>deepClone</methodName>
<methodSignature>deepClone(): bool</methodSignature>
<fullMethod>deepClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnClass</className>
<methodName>shallowClone</methodName>
<methodSignature>shallowClone(): bool</methodSignature>
<fullMethod>shallowClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className, string $methodName, bool $deepClone, bool $shallowClone)</methodSignature>
<fullMethod>__construct(int $level, string $className, string $methodName, bool $deepClone, bool $shallowClone)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>isDependsOnMethod</methodName>
<methodSignature>isDependsOnMethod(): bool</methodSignature>
<fullMethod>isDependsOnMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>deepClone</methodName>
<methodSignature>deepClone(): bool</methodSignature>
<fullMethod>deepClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DependsOnMethod</className>
<methodName>shallowClone</methodName>
<methodSignature>shallowClone(): bool</methodSignature>
<fullMethod>shallowClone(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\DoesNotPerformAssertions</className>
<methodName>isDoesNotPerformAssertions</methodName>
<methodSignature>isDoesNotPerformAssertions(): bool</methodSignature>
<fullMethod>isDoesNotPerformAssertions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\AnnotationsAreNotSupportedForInternalClassesException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $globalVariableName)</methodSignature>
<fullMethod>__construct(int $level, string $globalVariableName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</className>
<methodName>isExcludeGlobalVariableFromBackup</methodName>
<methodSignature>isExcludeGlobalVariableFromBackup(): bool</methodSignature>
<fullMethod>isExcludeGlobalVariableFromBackup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</className>
<methodName>globalVariableName</methodName>
<methodSignature>globalVariableName(): string</methodSignature>
<fullMethod>globalVariableName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className, string $propertyName)</methodSignature>
<fullMethod>__construct(int $level, string $className, string $propertyName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</className>
<methodName>isExcludeStaticPropertyFromBackup</methodName>
<methodSignature>isExcludeStaticPropertyFromBackup(): bool</methodSignature>
<fullMethod>isExcludeStaticPropertyFromBackup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</className>
<methodName>propertyName</methodName>
<methodSignature>propertyName(): string</methodSignature>
<fullMethod>propertyName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Group</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $groupName)</methodSignature>
<fullMethod>__construct(int $level, string $groupName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Group</className>
<methodName>isGroup</methodName>
<methodSignature>isGroup(): bool</methodSignature>
<fullMethod>isGroup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Group</className>
<methodName>groupName</methodName>
<methodSignature>groupName(): string</methodSignature>
<fullMethod>groupName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>after</methodName>
<methodSignature>after(): PHPUnit\Metadata\After</methodSignature>
<fullMethod>after(): PHPUnit\Metadata\After</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>afterClass</methodName>
<methodSignature>afterClass(): PHPUnit\Metadata\AfterClass</methodSignature>
<fullMethod>afterClass(): PHPUnit\Metadata\AfterClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>backupGlobalsOnClass</methodName>
<methodSignature>backupGlobalsOnClass(bool $enabled): PHPUnit\Metadata\BackupGlobals</methodSignature>
<fullMethod>backupGlobalsOnClass(bool $enabled): PHPUnit\Metadata\BackupGlobals</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>backupGlobalsOnMethod</methodName>
<methodSignature>backupGlobalsOnMethod(bool $enabled): PHPUnit\Metadata\BackupGlobals</methodSignature>
<fullMethod>backupGlobalsOnMethod(bool $enabled): PHPUnit\Metadata\BackupGlobals</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>backupStaticPropertiesOnClass</methodName>
<methodSignature>backupStaticPropertiesOnClass(bool $enabled): PHPUnit\Metadata\BackupStaticProperties</methodSignature>
<fullMethod>backupStaticPropertiesOnClass(bool $enabled): PHPUnit\Metadata\BackupStaticProperties</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>backupStaticPropertiesOnMethod</methodName>
<methodSignature>backupStaticPropertiesOnMethod(bool $enabled): PHPUnit\Metadata\BackupStaticProperties</methodSignature>
<fullMethod>backupStaticPropertiesOnMethod(bool $enabled): PHPUnit\Metadata\BackupStaticProperties</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>before</methodName>
<methodSignature>before(): PHPUnit\Metadata\Before</methodSignature>
<fullMethod>before(): PHPUnit\Metadata\Before</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>beforeClass</methodName>
<methodSignature>beforeClass(): PHPUnit\Metadata\BeforeClass</methodSignature>
<fullMethod>beforeClass(): PHPUnit\Metadata\BeforeClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversClass</methodName>
<methodSignature>coversClass(string $className): PHPUnit\Metadata\CoversClass</methodSignature>
<fullMethod>coversClass(string $className): PHPUnit\Metadata\CoversClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversFunction</methodName>
<methodSignature>coversFunction(string $functionName): PHPUnit\Metadata\CoversFunction</methodSignature>
<fullMethod>coversFunction(string $functionName): PHPUnit\Metadata\CoversFunction</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversOnClass</methodName>
<methodSignature>coversOnClass(string $target): PHPUnit\Metadata\Covers</methodSignature>
<fullMethod>coversOnClass(string $target): PHPUnit\Metadata\Covers</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversOnMethod</methodName>
<methodSignature>coversOnMethod(string $target): PHPUnit\Metadata\Covers</methodSignature>
<fullMethod>coversOnMethod(string $target): PHPUnit\Metadata\Covers</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversDefaultClass</methodName>
<methodSignature>coversDefaultClass(string $className): PHPUnit\Metadata\CoversDefaultClass</methodSignature>
<fullMethod>coversDefaultClass(string $className): PHPUnit\Metadata\CoversDefaultClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversNothingOnClass</methodName>
<methodSignature>coversNothingOnClass(): PHPUnit\Metadata\CoversNothing</methodSignature>
<fullMethod>coversNothingOnClass(): PHPUnit\Metadata\CoversNothing</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>coversNothingOnMethod</methodName>
<methodSignature>coversNothingOnMethod(): PHPUnit\Metadata\CoversNothing</methodSignature>
<fullMethod>coversNothingOnMethod(): PHPUnit\Metadata\CoversNothing</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>dataProvider</methodName>
<methodSignature>dataProvider(string $className, string $methodName): PHPUnit\Metadata\DataProvider</methodSignature>
<fullMethod>dataProvider(string $className, string $methodName): PHPUnit\Metadata\DataProvider</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>dependsOnClass</methodName>
<methodSignature>dependsOnClass(string $className, bool $deepClone, bool $shallowClone): PHPUnit\Metadata\DependsOnClass</methodSignature>
<fullMethod>dependsOnClass(string $className, bool $deepClone, bool $shallowClone): PHPUnit\Metadata\DependsOnClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>dependsOnMethod</methodName>
<methodSignature>dependsOnMethod(string $className, string $methodName, bool $deepClone, bool $shallowClone): PHPUnit\Metadata\DependsOnMethod</methodSignature>
<fullMethod>dependsOnMethod(string $className, string $methodName, bool $deepClone, bool $shallowClone): PHPUnit\Metadata\DependsOnMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>doesNotPerformAssertionsOnClass</methodName>
<methodSignature>doesNotPerformAssertionsOnClass(): PHPUnit\Metadata\DoesNotPerformAssertions</methodSignature>
<fullMethod>doesNotPerformAssertionsOnClass(): PHPUnit\Metadata\DoesNotPerformAssertions</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>doesNotPerformAssertionsOnMethod</methodName>
<methodSignature>doesNotPerformAssertionsOnMethod(): PHPUnit\Metadata\DoesNotPerformAssertions</methodSignature>
<fullMethod>doesNotPerformAssertionsOnMethod(): PHPUnit\Metadata\DoesNotPerformAssertions</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>excludeGlobalVariableFromBackupOnClass</methodName>
<methodSignature>excludeGlobalVariableFromBackupOnClass(string $globalVariableName): PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</methodSignature>
<fullMethod>excludeGlobalVariableFromBackupOnClass(string $globalVariableName): PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>excludeGlobalVariableFromBackupOnMethod</methodName>
<methodSignature>excludeGlobalVariableFromBackupOnMethod(string $globalVariableName): PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</methodSignature>
<fullMethod>excludeGlobalVariableFromBackupOnMethod(string $globalVariableName): PHPUnit\Metadata\ExcludeGlobalVariableFromBackup</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>excludeStaticPropertyFromBackupOnClass</methodName>
<methodSignature>excludeStaticPropertyFromBackupOnClass(string $className, string $propertyName): PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</methodSignature>
<fullMethod>excludeStaticPropertyFromBackupOnClass(string $className, string $propertyName): PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>excludeStaticPropertyFromBackupOnMethod</methodName>
<methodSignature>excludeStaticPropertyFromBackupOnMethod(string $className, string $propertyName): PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</methodSignature>
<fullMethod>excludeStaticPropertyFromBackupOnMethod(string $className, string $propertyName): PHPUnit\Metadata\ExcludeStaticPropertyFromBackup</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>groupOnClass</methodName>
<methodSignature>groupOnClass(string $groupName): PHPUnit\Metadata\Group</methodSignature>
<fullMethod>groupOnClass(string $groupName): PHPUnit\Metadata\Group</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>groupOnMethod</methodName>
<methodSignature>groupOnMethod(string $groupName): PHPUnit\Metadata\Group</methodSignature>
<fullMethod>groupOnMethod(string $groupName): PHPUnit\Metadata\Group</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>postCondition</methodName>
<methodSignature>postCondition(): PHPUnit\Metadata\PostCondition</methodSignature>
<fullMethod>postCondition(): PHPUnit\Metadata\PostCondition</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>preCondition</methodName>
<methodSignature>preCondition(): PHPUnit\Metadata\PreCondition</methodSignature>
<fullMethod>preCondition(): PHPUnit\Metadata\PreCondition</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>preserveGlobalStateOnClass</methodName>
<methodSignature>preserveGlobalStateOnClass(bool $enabled): PHPUnit\Metadata\PreserveGlobalState</methodSignature>
<fullMethod>preserveGlobalStateOnClass(bool $enabled): PHPUnit\Metadata\PreserveGlobalState</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>preserveGlobalStateOnMethod</methodName>
<methodSignature>preserveGlobalStateOnMethod(bool $enabled): PHPUnit\Metadata\PreserveGlobalState</methodSignature>
<fullMethod>preserveGlobalStateOnMethod(bool $enabled): PHPUnit\Metadata\PreserveGlobalState</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresFunctionOnClass</methodName>
<methodSignature>requiresFunctionOnClass(string $functionName): PHPUnit\Metadata\RequiresFunction</methodSignature>
<fullMethod>requiresFunctionOnClass(string $functionName): PHPUnit\Metadata\RequiresFunction</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresFunctionOnMethod</methodName>
<methodSignature>requiresFunctionOnMethod(string $functionName): PHPUnit\Metadata\RequiresFunction</methodSignature>
<fullMethod>requiresFunctionOnMethod(string $functionName): PHPUnit\Metadata\RequiresFunction</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresMethodOnClass</methodName>
<methodSignature>requiresMethodOnClass(string $className, string $methodName): PHPUnit\Metadata\RequiresMethod</methodSignature>
<fullMethod>requiresMethodOnClass(string $className, string $methodName): PHPUnit\Metadata\RequiresMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresMethodOnMethod</methodName>
<methodSignature>requiresMethodOnMethod(string $className, string $methodName): PHPUnit\Metadata\RequiresMethod</methodSignature>
<fullMethod>requiresMethodOnMethod(string $className, string $methodName): PHPUnit\Metadata\RequiresMethod</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresOperatingSystemOnClass</methodName>
<methodSignature>requiresOperatingSystemOnClass(string $operatingSystem): PHPUnit\Metadata\RequiresOperatingSystem</methodSignature>
<fullMethod>requiresOperatingSystemOnClass(string $operatingSystem): PHPUnit\Metadata\RequiresOperatingSystem</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresOperatingSystemOnMethod</methodName>
<methodSignature>requiresOperatingSystemOnMethod(string $operatingSystem): PHPUnit\Metadata\RequiresOperatingSystem</methodSignature>
<fullMethod>requiresOperatingSystemOnMethod(string $operatingSystem): PHPUnit\Metadata\RequiresOperatingSystem</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresOperatingSystemFamilyOnClass</methodName>
<methodSignature>requiresOperatingSystemFamilyOnClass(string $operatingSystemFamily): PHPUnit\Metadata\RequiresOperatingSystemFamily</methodSignature>
<fullMethod>requiresOperatingSystemFamilyOnClass(string $operatingSystemFamily): PHPUnit\Metadata\RequiresOperatingSystemFamily</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresOperatingSystemFamilyOnMethod</methodName>
<methodSignature>requiresOperatingSystemFamilyOnMethod(string $operatingSystemFamily): PHPUnit\Metadata\RequiresOperatingSystemFamily</methodSignature>
<fullMethod>requiresOperatingSystemFamilyOnMethod(string $operatingSystemFamily): PHPUnit\Metadata\RequiresOperatingSystemFamily</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpOnClass</methodName>
<methodSignature>requiresPhpOnClass(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhp</methodSignature>
<fullMethod>requiresPhpOnClass(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhp</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpOnMethod</methodName>
<methodSignature>requiresPhpOnMethod(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhp</methodSignature>
<fullMethod>requiresPhpOnMethod(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhp</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpExtensionOnClass</methodName>
<methodSignature>requiresPhpExtensionOnClass(string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpExtension</methodSignature>
<fullMethod>requiresPhpExtensionOnClass(string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpExtension</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpExtensionOnMethod</methodName>
<methodSignature>requiresPhpExtensionOnMethod(string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpExtension</methodSignature>
<fullMethod>requiresPhpExtensionOnMethod(string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpExtension</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpunitOnClass</methodName>
<methodSignature>requiresPhpunitOnClass(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpunit</methodSignature>
<fullMethod>requiresPhpunitOnClass(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpunit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresPhpunitOnMethod</methodName>
<methodSignature>requiresPhpunitOnMethod(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpunit</methodSignature>
<fullMethod>requiresPhpunitOnMethod(PHPUnit\Metadata\Version\Requirement $versionRequirement): PHPUnit\Metadata\RequiresPhpunit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresSettingOnClass</methodName>
<methodSignature>requiresSettingOnClass(string $setting, string $value): PHPUnit\Metadata\RequiresSetting</methodSignature>
<fullMethod>requiresSettingOnClass(string $setting, string $value): PHPUnit\Metadata\RequiresSetting</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>requiresSettingOnMethod</methodName>
<methodSignature>requiresSettingOnMethod(string $setting, string $value): PHPUnit\Metadata\RequiresSetting</methodSignature>
<fullMethod>requiresSettingOnMethod(string $setting, string $value): PHPUnit\Metadata\RequiresSetting</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>runClassInSeparateProcess</methodName>
<methodSignature>runClassInSeparateProcess(): PHPUnit\Metadata\RunClassInSeparateProcess</methodSignature>
<fullMethod>runClassInSeparateProcess(): PHPUnit\Metadata\RunClassInSeparateProcess</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>runTestsInSeparateProcesses</methodName>
<methodSignature>runTestsInSeparateProcesses(): PHPUnit\Metadata\RunTestsInSeparateProcesses</methodSignature>
<fullMethod>runTestsInSeparateProcesses(): PHPUnit\Metadata\RunTestsInSeparateProcesses</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>runInSeparateProcess</methodName>
<methodSignature>runInSeparateProcess(): PHPUnit\Metadata\RunInSeparateProcess</methodSignature>
<fullMethod>runInSeparateProcess(): PHPUnit\Metadata\RunInSeparateProcess</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>test</methodName>
<methodSignature>test(): PHPUnit\Metadata\Test</methodSignature>
<fullMethod>test(): PHPUnit\Metadata\Test</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>testDoxOnClass</methodName>
<methodSignature>testDoxOnClass(string $text): PHPUnit\Metadata\TestDox</methodSignature>
<fullMethod>testDoxOnClass(string $text): PHPUnit\Metadata\TestDox</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>testDoxOnMethod</methodName>
<methodSignature>testDoxOnMethod(string $text): PHPUnit\Metadata\TestDox</methodSignature>
<fullMethod>testDoxOnMethod(string $text): PHPUnit\Metadata\TestDox</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>testWith</methodName>
<methodSignature>testWith(array $data): PHPUnit\Metadata\TestWith</methodSignature>
<fullMethod>testWith(array $data): PHPUnit\Metadata\TestWith</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>usesClass</methodName>
<methodSignature>usesClass(string $className): PHPUnit\Metadata\UsesClass</methodSignature>
<fullMethod>usesClass(string $className): PHPUnit\Metadata\UsesClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>usesFunction</methodName>
<methodSignature>usesFunction(string $functionName): PHPUnit\Metadata\UsesFunction</methodSignature>
<fullMethod>usesFunction(string $functionName): PHPUnit\Metadata\UsesFunction</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>usesOnClass</methodName>
<methodSignature>usesOnClass(string $target): PHPUnit\Metadata\Uses</methodSignature>
<fullMethod>usesOnClass(string $target): PHPUnit\Metadata\Uses</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>usesOnMethod</methodName>
<methodSignature>usesOnMethod(string $target): PHPUnit\Metadata\Uses</methodSignature>
<fullMethod>usesOnMethod(string $target): PHPUnit\Metadata\Uses</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>usesDefaultClass</methodName>
<methodSignature>usesDefaultClass(string $className): PHPUnit\Metadata\UsesDefaultClass</methodSignature>
<fullMethod>usesDefaultClass(string $className): PHPUnit\Metadata\UsesDefaultClass</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level)</methodSignature>
<fullMethod>__construct(int $level)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isClassLevel</methodName>
<methodSignature>isClassLevel(): bool</methodSignature>
<fullMethod>isClassLevel(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isMethodLevel</methodName>
<methodSignature>isMethodLevel(): bool</methodSignature>
<fullMethod>isMethodLevel(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isAfter</methodName>
<methodSignature>isAfter(): bool</methodSignature>
<fullMethod>isAfter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isAfterClass</methodName>
<methodSignature>isAfterClass(): bool</methodSignature>
<fullMethod>isAfterClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isBackupGlobals</methodName>
<methodSignature>isBackupGlobals(): bool</methodSignature>
<fullMethod>isBackupGlobals(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isBackupStaticProperties</methodName>
<methodSignature>isBackupStaticProperties(): bool</methodSignature>
<fullMethod>isBackupStaticProperties(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isBeforeClass</methodName>
<methodSignature>isBeforeClass(): bool</methodSignature>
<fullMethod>isBeforeClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isBefore</methodName>
<methodSignature>isBefore(): bool</methodSignature>
<fullMethod>isBefore(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isCovers</methodName>
<methodSignature>isCovers(): bool</methodSignature>
<fullMethod>isCovers(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isCoversClass</methodName>
<methodSignature>isCoversClass(): bool</methodSignature>
<fullMethod>isCoversClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isCoversDefaultClass</methodName>
<methodSignature>isCoversDefaultClass(): bool</methodSignature>
<fullMethod>isCoversDefaultClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isCoversFunction</methodName>
<methodSignature>isCoversFunction(): bool</methodSignature>
<fullMethod>isCoversFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isCoversNothing</methodName>
<methodSignature>isCoversNothing(): bool</methodSignature>
<fullMethod>isCoversNothing(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isDataProvider</methodName>
<methodSignature>isDataProvider(): bool</methodSignature>
<fullMethod>isDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isDependsOnClass</methodName>
<methodSignature>isDependsOnClass(): bool</methodSignature>
<fullMethod>isDependsOnClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isDependsOnMethod</methodName>
<methodSignature>isDependsOnMethod(): bool</methodSignature>
<fullMethod>isDependsOnMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isDoesNotPerformAssertions</methodName>
<methodSignature>isDoesNotPerformAssertions(): bool</methodSignature>
<fullMethod>isDoesNotPerformAssertions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isExcludeGlobalVariableFromBackup</methodName>
<methodSignature>isExcludeGlobalVariableFromBackup(): bool</methodSignature>
<fullMethod>isExcludeGlobalVariableFromBackup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isExcludeStaticPropertyFromBackup</methodName>
<methodSignature>isExcludeStaticPropertyFromBackup(): bool</methodSignature>
<fullMethod>isExcludeStaticPropertyFromBackup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isGroup</methodName>
<methodSignature>isGroup(): bool</methodSignature>
<fullMethod>isGroup(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRunClassInSeparateProcess</methodName>
<methodSignature>isRunClassInSeparateProcess(): bool</methodSignature>
<fullMethod>isRunClassInSeparateProcess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRunInSeparateProcess</methodName>
<methodSignature>isRunInSeparateProcess(): bool</methodSignature>
<fullMethod>isRunInSeparateProcess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRunTestsInSeparateProcesses</methodName>
<methodSignature>isRunTestsInSeparateProcesses(): bool</methodSignature>
<fullMethod>isRunTestsInSeparateProcesses(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isTest</methodName>
<methodSignature>isTest(): bool</methodSignature>
<fullMethod>isTest(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isPreCondition</methodName>
<methodSignature>isPreCondition(): bool</methodSignature>
<fullMethod>isPreCondition(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isPostCondition</methodName>
<methodSignature>isPostCondition(): bool</methodSignature>
<fullMethod>isPostCondition(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isPreserveGlobalState</methodName>
<methodSignature>isPreserveGlobalState(): bool</methodSignature>
<fullMethod>isPreserveGlobalState(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresMethod</methodName>
<methodSignature>isRequiresMethod(): bool</methodSignature>
<fullMethod>isRequiresMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresFunction</methodName>
<methodSignature>isRequiresFunction(): bool</methodSignature>
<fullMethod>isRequiresFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresOperatingSystem</methodName>
<methodSignature>isRequiresOperatingSystem(): bool</methodSignature>
<fullMethod>isRequiresOperatingSystem(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresOperatingSystemFamily</methodName>
<methodSignature>isRequiresOperatingSystemFamily(): bool</methodSignature>
<fullMethod>isRequiresOperatingSystemFamily(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresPhp</methodName>
<methodSignature>isRequiresPhp(): bool</methodSignature>
<fullMethod>isRequiresPhp(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresPhpExtension</methodName>
<methodSignature>isRequiresPhpExtension(): bool</methodSignature>
<fullMethod>isRequiresPhpExtension(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresPhpunit</methodName>
<methodSignature>isRequiresPhpunit(): bool</methodSignature>
<fullMethod>isRequiresPhpunit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isRequiresSetting</methodName>
<methodSignature>isRequiresSetting(): bool</methodSignature>
<fullMethod>isRequiresSetting(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isTestDox</methodName>
<methodSignature>isTestDox(): bool</methodSignature>
<fullMethod>isTestDox(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isTestWith</methodName>
<methodSignature>isTestWith(): bool</methodSignature>
<fullMethod>isTestWith(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isUses</methodName>
<methodSignature>isUses(): bool</methodSignature>
<fullMethod>isUses(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isUsesClass</methodName>
<methodSignature>isUsesClass(): bool</methodSignature>
<fullMethod>isUsesClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isUsesDefaultClass</methodName>
<methodSignature>isUsesDefaultClass(): bool</methodSignature>
<fullMethod>isUsesDefaultClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Metadata</className>
<methodName>isUsesFunction</methodName>
<methodSignature>isUsesFunction(): bool</methodSignature>
<fullMethod>isUsesFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $metadata): self</methodSignature>
<fullMethod>fromArray(array $metadata): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Metadata\Metadata $metadata)</methodSignature>
<fullMethod>__construct(PHPUnit\Metadata\Metadata $metadata)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isNotEmpty</methodName>
<methodSignature>isNotEmpty(): bool</methodSignature>
<fullMethod>isNotEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\Metadata\MetadataCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\Metadata\MetadataCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>mergeWith</methodName>
<methodSignature>mergeWith(self $other): self</methodSignature>
<fullMethod>mergeWith(self $other): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isClassLevel</methodName>
<methodSignature>isClassLevel(): self</methodSignature>
<fullMethod>isClassLevel(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isMethodLevel</methodName>
<methodSignature>isMethodLevel(): self</methodSignature>
<fullMethod>isMethodLevel(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isAfter</methodName>
<methodSignature>isAfter(): self</methodSignature>
<fullMethod>isAfter(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isAfterClass</methodName>
<methodSignature>isAfterClass(): self</methodSignature>
<fullMethod>isAfterClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isBackupGlobals</methodName>
<methodSignature>isBackupGlobals(): self</methodSignature>
<fullMethod>isBackupGlobals(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isBackupStaticProperties</methodName>
<methodSignature>isBackupStaticProperties(): self</methodSignature>
<fullMethod>isBackupStaticProperties(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isBeforeClass</methodName>
<methodSignature>isBeforeClass(): self</methodSignature>
<fullMethod>isBeforeClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isBefore</methodName>
<methodSignature>isBefore(): self</methodSignature>
<fullMethod>isBefore(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isCovers</methodName>
<methodSignature>isCovers(): self</methodSignature>
<fullMethod>isCovers(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isCoversClass</methodName>
<methodSignature>isCoversClass(): self</methodSignature>
<fullMethod>isCoversClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isCoversDefaultClass</methodName>
<methodSignature>isCoversDefaultClass(): self</methodSignature>
<fullMethod>isCoversDefaultClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isCoversFunction</methodName>
<methodSignature>isCoversFunction(): self</methodSignature>
<fullMethod>isCoversFunction(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isExcludeGlobalVariableFromBackup</methodName>
<methodSignature>isExcludeGlobalVariableFromBackup(): self</methodSignature>
<fullMethod>isExcludeGlobalVariableFromBackup(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isExcludeStaticPropertyFromBackup</methodName>
<methodSignature>isExcludeStaticPropertyFromBackup(): self</methodSignature>
<fullMethod>isExcludeStaticPropertyFromBackup(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isCoversNothing</methodName>
<methodSignature>isCoversNothing(): self</methodSignature>
<fullMethod>isCoversNothing(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isDataProvider</methodName>
<methodSignature>isDataProvider(): self</methodSignature>
<fullMethod>isDataProvider(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isDepends</methodName>
<methodSignature>isDepends(): self</methodSignature>
<fullMethod>isDepends(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isDependsOnClass</methodName>
<methodSignature>isDependsOnClass(): self</methodSignature>
<fullMethod>isDependsOnClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isDependsOnMethod</methodName>
<methodSignature>isDependsOnMethod(): self</methodSignature>
<fullMethod>isDependsOnMethod(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isDoesNotPerformAssertions</methodName>
<methodSignature>isDoesNotPerformAssertions(): self</methodSignature>
<fullMethod>isDoesNotPerformAssertions(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isGroup</methodName>
<methodSignature>isGroup(): self</methodSignature>
<fullMethod>isGroup(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRunClassInSeparateProcess</methodName>
<methodSignature>isRunClassInSeparateProcess(): self</methodSignature>
<fullMethod>isRunClassInSeparateProcess(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRunInSeparateProcess</methodName>
<methodSignature>isRunInSeparateProcess(): self</methodSignature>
<fullMethod>isRunInSeparateProcess(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRunTestsInSeparateProcesses</methodName>
<methodSignature>isRunTestsInSeparateProcesses(): self</methodSignature>
<fullMethod>isRunTestsInSeparateProcesses(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isTest</methodName>
<methodSignature>isTest(): self</methodSignature>
<fullMethod>isTest(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isPreCondition</methodName>
<methodSignature>isPreCondition(): self</methodSignature>
<fullMethod>isPreCondition(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isPostCondition</methodName>
<methodSignature>isPostCondition(): self</methodSignature>
<fullMethod>isPostCondition(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isPreserveGlobalState</methodName>
<methodSignature>isPreserveGlobalState(): self</methodSignature>
<fullMethod>isPreserveGlobalState(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresMethod</methodName>
<methodSignature>isRequiresMethod(): self</methodSignature>
<fullMethod>isRequiresMethod(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresFunction</methodName>
<methodSignature>isRequiresFunction(): self</methodSignature>
<fullMethod>isRequiresFunction(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresOperatingSystem</methodName>
<methodSignature>isRequiresOperatingSystem(): self</methodSignature>
<fullMethod>isRequiresOperatingSystem(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresOperatingSystemFamily</methodName>
<methodSignature>isRequiresOperatingSystemFamily(): self</methodSignature>
<fullMethod>isRequiresOperatingSystemFamily(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresPhp</methodName>
<methodSignature>isRequiresPhp(): self</methodSignature>
<fullMethod>isRequiresPhp(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresPhpExtension</methodName>
<methodSignature>isRequiresPhpExtension(): self</methodSignature>
<fullMethod>isRequiresPhpExtension(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresPhpunit</methodName>
<methodSignature>isRequiresPhpunit(): self</methodSignature>
<fullMethod>isRequiresPhpunit(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isRequiresSetting</methodName>
<methodSignature>isRequiresSetting(): self</methodSignature>
<fullMethod>isRequiresSetting(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isTestDox</methodName>
<methodSignature>isTestDox(): self</methodSignature>
<fullMethod>isTestDox(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isTestWith</methodName>
<methodSignature>isTestWith(): self</methodSignature>
<fullMethod>isTestWith(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isUses</methodName>
<methodSignature>isUses(): self</methodSignature>
<fullMethod>isUses(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isUsesClass</methodName>
<methodSignature>isUsesClass(): self</methodSignature>
<fullMethod>isUsesClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isUsesDefaultClass</methodName>
<methodSignature>isUsesDefaultClass(): self</methodSignature>
<fullMethod>isUsesDefaultClass(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollection</className>
<methodName>isUsesFunction</methodName>
<methodSignature>isUsesFunction(): self</methodSignature>
<fullMethod>isUsesFunction(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Metadata\MetadataCollection $metadata)</methodSignature>
<fullMethod>__construct(PHPUnit\Metadata\MetadataCollection $metadata)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\Metadata\Metadata</methodSignature>
<fullMethod>current(): PHPUnit\Metadata\Metadata</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\MetadataCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>forClass</methodName>
<methodSignature>forClass(string $className): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClass(string $className): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>650</crap>
<complexity>25</complexity>
<coverage>0</coverage>
<crapLoad>26</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>1980</crap>
<complexity>44</complexity>
<coverage>0</coverage>
<crapLoad>45</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>forClassAndMethod</methodName>
<methodSignature>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>stringToBool</methodName>
<methodSignature>stringToBool(string $value): bool</methodSignature>
<fullMethod>stringToBool(string $value): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>cleanUpCoversOrUsesTarget</methodName>
<methodSignature>cleanUpCoversOrUsesTarget(string $value): string</methodSignature>
<fullMethod>cleanUpCoversOrUsesTarget(string $value): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AnnotationParser</className>
<methodName>parseRequirements</methodName>
<methodSignature>parseRequirements(array $requirements, string $level): array</methodSignature>
<fullMethod>parseRequirements(array $requirements, string $level): array</fullMethod>
<crap>992</crap>
<complexity>31</complexity>
<coverage>0</coverage>
<crapLoad>32</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>ofClass</methodName>
<methodSignature>ofClass(ReflectionClass $class): self</methodSignature>
<fullMethod>ofClass(ReflectionClass $class): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>ofMethod</methodName>
<methodSignature>ofMethod(ReflectionMethod $method): self</methodSignature>
<fullMethod>ofMethod(ReflectionMethod $method): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $docComment, array $symbolAnnotations, int $startLine, string $fileName)</methodSignature>
<fullMethod>__construct(string $docComment, array $symbolAnnotations, int $startLine, string $fileName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>requirements</methodName>
<methodSignature>requirements(): array</methodSignature>
<fullMethod>requirements(): array</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>symbolAnnotations</methodName>
<methodSignature>symbolAnnotations(): array</methodSignature>
<fullMethod>symbolAnnotations(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>parseDocBlock</methodName>
<methodSignature>parseDocBlock(string $docBlock): array</methodSignature>
<fullMethod>parseDocBlock(string $docBlock): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\DocBlock</className>
<methodName>extractAnnotationsFromReflector</methodName>
<methodSignature>extractAnnotationsFromReflector(\ReflectionClass|\ReflectionFunctionAbstract $reflector): array</methodSignature>
<fullMethod>extractAnnotationsFromReflector(\ReflectionClass|\ReflectionFunctionAbstract $reflector): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\Registry</className>
<methodName>getInstance</methodName>
<methodSignature>getInstance(): self</methodSignature>
<fullMethod>getInstance(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\Registry</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\Registry</className>
<methodName>forClassName</methodName>
<methodSignature>forClassName(string $class): PHPUnit\Metadata\Annotation\Parser\DocBlock</methodSignature>
<fullMethod>forClassName(string $class): PHPUnit\Metadata\Annotation\Parser\DocBlock</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Annotation\Parser</package>
<className>PHPUnit\Metadata\Annotation\Parser\Registry</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(string $classInHierarchy, string $method): PHPUnit\Metadata\Annotation\Parser\DocBlock</methodSignature>
<fullMethod>forMethod(string $classInHierarchy, string $method): PHPUnit\Metadata\Annotation\Parser\DocBlock</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AttributeParser</className>
<methodName>forClass</methodName>
<methodSignature>forClass(string $className): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClass(string $className): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>992</crap>
<complexity>31</complexity>
<coverage>0</coverage>
<crapLoad>32</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AttributeParser</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>1892</crap>
<complexity>43</complexity>
<coverage>0</coverage>
<crapLoad>44</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\AttributeParser</className>
<methodName>forClassAndMethod</methodName>
<methodSignature>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\CachingParser</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Metadata\Parser\Parser $reader)</methodSignature>
<fullMethod>__construct(PHPUnit\Metadata\Parser\Parser $reader)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\CachingParser</className>
<methodName>forClass</methodName>
<methodSignature>forClass(string $className): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClass(string $className): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\CachingParser</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\CachingParser</className>
<methodName>forClassAndMethod</methodName>
<methodSignature>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\CachingParser</className>
<methodName>for</methodName>
<methodSignature>for(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>for(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\ParserChain</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Metadata\Parser\Parser $attributeReader, PHPUnit\Metadata\Parser\Parser $annotationReader)</methodSignature>
<fullMethod>__construct(PHPUnit\Metadata\Parser\Parser $attributeReader, PHPUnit\Metadata\Parser\Parser $annotationReader)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\ParserChain</className>
<methodName>forClass</methodName>
<methodSignature>forClass(string $className): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClass(string $className): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\ParserChain</className>
<methodName>forMethod</methodName>
<methodSignature>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\ParserChain</className>
<methodName>forClassAndMethod</methodName>
<methodSignature>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</methodSignature>
<fullMethod>forClassAndMethod(string $className, string $methodName): PHPUnit\Metadata\MetadataCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\Registry</className>
<methodName>parser</methodName>
<methodSignature>parser(): PHPUnit\Metadata\Parser\CachingParser</methodSignature>
<fullMethod>parser(): PHPUnit\Metadata\Parser\CachingParser</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\Registry</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Parser</package>
<className>PHPUnit\Metadata\Parser\Registry</className>
<methodName>build</methodName>
<methodSignature>build(): PHPUnit\Metadata\Parser\CachingParser</methodSignature>
<fullMethod>build(): PHPUnit\Metadata\Parser\CachingParser</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\PostCondition</className>
<methodName>isPostCondition</methodName>
<methodSignature>isPostCondition(): bool</methodSignature>
<fullMethod>isPostCondition(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\PreCondition</className>
<methodName>isPreCondition</methodName>
<methodSignature>isPreCondition(): bool</methodSignature>
<fullMethod>isPreCondition(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\PreserveGlobalState</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, bool $enabled)</methodSignature>
<fullMethod>__construct(int $level, bool $enabled)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\PreserveGlobalState</className>
<methodName>isPreserveGlobalState</methodName>
<methodSignature>isPreserveGlobalState(): bool</methodSignature>
<fullMethod>isPreserveGlobalState(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\PreserveGlobalState</className>
<methodName>enabled</methodName>
<methodSignature>enabled(): bool</methodSignature>
<fullMethod>enabled(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $functionName)</methodSignature>
<fullMethod>__construct(int $level, string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresFunction</className>
<methodName>isRequiresFunction</methodName>
<methodSignature>isRequiresFunction(): bool</methodSignature>
<fullMethod>isRequiresFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresMethod</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className, string $methodName)</methodSignature>
<fullMethod>__construct(int $level, string $className, string $methodName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresMethod</className>
<methodName>isrequiresMethod</methodName>
<methodSignature>isrequiresMethod(): bool</methodSignature>
<fullMethod>isrequiresMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresMethod</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresMethod</className>
<methodName>methodName</methodName>
<methodSignature>methodName(): string</methodSignature>
<fullMethod>methodName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystem</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $operatingSystem)</methodSignature>
<fullMethod>__construct(int $level, string $operatingSystem)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystem</className>
<methodName>isRequiresOperatingSystem</methodName>
<methodSignature>isRequiresOperatingSystem(): bool</methodSignature>
<fullMethod>isRequiresOperatingSystem(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystem</className>
<methodName>operatingSystem</methodName>
<methodSignature>operatingSystem(): string</methodSignature>
<fullMethod>operatingSystem(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystemFamily</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $operatingSystemFamily)</methodSignature>
<fullMethod>__construct(int $level, string $operatingSystemFamily)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystemFamily</className>
<methodName>isRequiresOperatingSystemFamily</methodName>
<methodSignature>isRequiresOperatingSystemFamily(): bool</methodSignature>
<fullMethod>isRequiresOperatingSystemFamily(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresOperatingSystemFamily</className>
<methodName>operatingSystemFamily</methodName>
<methodSignature>operatingSystemFamily(): string</methodSignature>
<fullMethod>operatingSystemFamily(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhp</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, PHPUnit\Metadata\Version\Requirement $versionRequirement)</methodSignature>
<fullMethod>__construct(int $level, PHPUnit\Metadata\Version\Requirement $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhp</className>
<methodName>isRequiresPhp</methodName>
<methodSignature>isRequiresPhp(): bool</methodSignature>
<fullMethod>isRequiresPhp(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhp</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): PHPUnit\Metadata\Version\Requirement</methodSignature>
<fullMethod>versionRequirement(): PHPUnit\Metadata\Version\Requirement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpExtension</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement)</methodSignature>
<fullMethod>__construct(int $level, string $extension, ?PHPUnit\Metadata\Version\Requirement $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpExtension</className>
<methodName>isRequiresPhpExtension</methodName>
<methodSignature>isRequiresPhpExtension(): bool</methodSignature>
<fullMethod>isRequiresPhpExtension(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpExtension</className>
<methodName>extension</methodName>
<methodSignature>extension(): string</methodSignature>
<fullMethod>extension(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpExtension</className>
<methodName>hasVersionRequirement</methodName>
<methodSignature>hasVersionRequirement(): bool</methodSignature>
<fullMethod>hasVersionRequirement(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpExtension</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): PHPUnit\Metadata\Version\Requirement</methodSignature>
<fullMethod>versionRequirement(): PHPUnit\Metadata\Version\Requirement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpunit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, PHPUnit\Metadata\Version\Requirement $versionRequirement)</methodSignature>
<fullMethod>__construct(int $level, PHPUnit\Metadata\Version\Requirement $versionRequirement)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpunit</className>
<methodName>isRequiresPhpunit</methodName>
<methodSignature>isRequiresPhpunit(): bool</methodSignature>
<fullMethod>isRequiresPhpunit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresPhpunit</className>
<methodName>versionRequirement</methodName>
<methodSignature>versionRequirement(): PHPUnit\Metadata\Version\Requirement</methodSignature>
<fullMethod>versionRequirement(): PHPUnit\Metadata\Version\Requirement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresSetting</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $setting, string $value)</methodSignature>
<fullMethod>__construct(int $level, string $setting, string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresSetting</className>
<methodName>isRequiresSetting</methodName>
<methodSignature>isRequiresSetting(): bool</methodSignature>
<fullMethod>isRequiresSetting(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresSetting</className>
<methodName>setting</methodName>
<methodSignature>setting(): string</methodSignature>
<fullMethod>setting(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RequiresSetting</className>
<methodName>value</methodName>
<methodSignature>value(): string</methodSignature>
<fullMethod>value(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RunClassInSeparateProcess</className>
<methodName>isRunClassInSeparateProcess</methodName>
<methodSignature>isRunClassInSeparateProcess(): bool</methodSignature>
<fullMethod>isRunClassInSeparateProcess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RunInSeparateProcess</className>
<methodName>isRunInSeparateProcess</methodName>
<methodSignature>isRunInSeparateProcess(): bool</methodSignature>
<fullMethod>isRunInSeparateProcess(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\RunTestsInSeparateProcesses</className>
<methodName>isRunTestsInSeparateProcesses</methodName>
<methodSignature>isRunTestsInSeparateProcesses(): bool</methodSignature>
<fullMethod>isRunTestsInSeparateProcesses(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Test</className>
<methodName>isTest</methodName>
<methodSignature>isTest(): bool</methodSignature>
<fullMethod>isTest(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestDox</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $text)</methodSignature>
<fullMethod>__construct(int $level, string $text)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestDox</className>
<methodName>isTestDox</methodName>
<methodSignature>isTestDox(): bool</methodSignature>
<fullMethod>isTestDox(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestDox</className>
<methodName>text</methodName>
<methodSignature>text(): string</methodSignature>
<fullMethod>text(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestWith</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, array $data)</methodSignature>
<fullMethod>__construct(int $level, array $data)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestWith</className>
<methodName>isTestWith</methodName>
<methodSignature>isTestWith(): bool</methodSignature>
<fullMethod>isTestWith(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\TestWith</className>
<methodName>data</methodName>
<methodSignature>data(): array</methodSignature>
<fullMethod>data(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Uses</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $target)</methodSignature>
<fullMethod>__construct(int $level, string $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Uses</className>
<methodName>isUses</methodName>
<methodSignature>isUses(): bool</methodSignature>
<fullMethod>isUses(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\Uses</className>
<methodName>target</methodName>
<methodSignature>target(): string</methodSignature>
<fullMethod>target(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className)</methodSignature>
<fullMethod>__construct(int $level, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesClass</className>
<methodName>isUsesClass</methodName>
<methodSignature>isUsesClass(): bool</methodSignature>
<fullMethod>isUsesClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesClass</className>
<methodName>asStringForCodeUnitMapper</methodName>
<methodSignature>asStringForCodeUnitMapper(): string</methodSignature>
<fullMethod>asStringForCodeUnitMapper(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesDefaultClass</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $className)</methodSignature>
<fullMethod>__construct(int $level, string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesDefaultClass</className>
<methodName>isUsesDefaultClass</methodName>
<methodSignature>isUsesDefaultClass(): bool</methodSignature>
<fullMethod>isUsesDefaultClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesDefaultClass</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesFunction</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $level, string $functionName)</methodSignature>
<fullMethod>__construct(int $level, string $functionName)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesFunction</className>
<methodName>isUsesFunction</methodName>
<methodSignature>isUsesFunction(): bool</methodSignature>
<fullMethod>isUsesFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesFunction</className>
<methodName>functionName</methodName>
<methodSignature>functionName(): string</methodSignature>
<fullMethod>functionName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata</package>
<className>PHPUnit\Metadata\UsesFunction</className>
<methodName>asStringForCodeUnitMapper</methodName>
<methodSignature>asStringForCodeUnitMapper(): string</methodSignature>
<fullMethod>asStringForCodeUnitMapper(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ComparisonRequirement</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $version, PHPUnit\Util\VersionComparisonOperator $operator)</methodSignature>
<fullMethod>__construct(string $version, PHPUnit\Util\VersionComparisonOperator $operator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ComparisonRequirement</className>
<methodName>isSatisfiedBy</methodName>
<methodSignature>isSatisfiedBy(string $version): bool</methodSignature>
<fullMethod>isSatisfiedBy(string $version): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ComparisonRequirement</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ConstraintRequirement</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PharIo\Version\VersionConstraint $constraint)</methodSignature>
<fullMethod>__construct(PharIo\Version\VersionConstraint $constraint)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ConstraintRequirement</className>
<methodName>isSatisfiedBy</methodName>
<methodSignature>isSatisfiedBy(string $version): bool</methodSignature>
<fullMethod>isSatisfiedBy(string $version): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ConstraintRequirement</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\ConstraintRequirement</className>
<methodName>sanitize</methodName>
<methodSignature>sanitize(string $version): string</methodSignature>
<fullMethod>sanitize(string $version): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\Requirement</className>
<methodName>from</methodName>
<methodSignature>from(string $versionRequirement): self</methodSignature>
<fullMethod>from(string $versionRequirement): self</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\Requirement</className>
<methodName>isSatisfiedBy</methodName>
<methodSignature>isSatisfiedBy(string $version): bool</methodSignature>
<fullMethod>isSatisfiedBy(string $version): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Metadata\Version</package>
<className>PHPUnit\Metadata\Version\Requirement</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>instance</methodName>
<methodSignature>instance(): self</methodSignature>
<fullMethod>instance(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>init</methodName>
<methodSignature>init(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry $codeCoverageFilterRegistry): void</methodSignature>
<fullMethod>init(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry $codeCoverageFilterRegistry): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>isActive</methodName>
<methodSignature>isActive(): bool</methodSignature>
<fullMethod>isActive(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>codeCoverage</methodName>
<methodSignature>codeCoverage(): SebastianBergmann\CodeCoverage\CodeCoverage</methodSignature>
<fullMethod>codeCoverage(): SebastianBergmann\CodeCoverage\CodeCoverage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>driver</methodName>
<methodSignature>driver(): SebastianBergmann\CodeCoverage\Driver\Driver</methodSignature>
<fullMethod>driver(): SebastianBergmann\CodeCoverage\Driver\Driver</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>start</methodName>
<methodSignature>start(PHPUnit\Framework\TestCase $test): void</methodSignature>
<fullMethod>start(PHPUnit\Framework\TestCase $test): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>stop</methodName>
<methodSignature>stop(bool $append, array|false $linesToBeCovered, array $linesToBeUsed): void</methodSignature>
<fullMethod>stop(bool $append, array|false $linesToBeCovered, array $linesToBeUsed): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>deactivate</methodName>
<methodSignature>deactivate(): void</methodSignature>
<fullMethod>deactivate(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>generateReports</methodName>
<methodSignature>generateReports(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>generateReports(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>306</crap>
<complexity>17</complexity>
<coverage>0</coverage>
<crapLoad>18</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>activate</methodName>
<methodSignature>activate(SebastianBergmann\CodeCoverage\Filter $filter, bool $pathCoverage): void</methodSignature>
<fullMethod>activate(SebastianBergmann\CodeCoverage\Filter $filter, bool $pathCoverage): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>codeCoverageGenerationStart</methodName>
<methodSignature>codeCoverageGenerationStart(PHPUnit\TextUI\Output\Printer $printer, string $format): void</methodSignature>
<fullMethod>codeCoverageGenerationStart(PHPUnit\TextUI\Output\Printer $printer, string $format): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>codeCoverageGenerationSucceeded</methodName>
<methodSignature>codeCoverageGenerationSucceeded(PHPUnit\TextUI\Output\Printer $printer): void</methodSignature>
<fullMethod>codeCoverageGenerationSucceeded(PHPUnit\TextUI\Output\Printer $printer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>codeCoverageGenerationFailed</methodName>
<methodSignature>codeCoverageGenerationFailed(PHPUnit\TextUI\Output\Printer $printer, SebastianBergmann\CodeCoverage\Exception $e): void</methodSignature>
<fullMethod>codeCoverageGenerationFailed(PHPUnit\TextUI\Output\Printer $printer, SebastianBergmann\CodeCoverage\Exception $e): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\CodeCoverage</className>
<methodName>timer</methodName>
<methodSignature>timer(): SebastianBergmann\Timer\Timer</methodSignature>
<fullMethod>timer(): SebastianBergmann\Timer\Timer</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ClassCannotBeFoundException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $file)</methodSignature>
<fullMethod>__construct(string $className, string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ClassCannotBeInstantiatedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, ReflectionException $previous)</methodSignature>
<fullMethod>__construct(string $className, ReflectionException $previous)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ClassDoesNotExistException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ClassDoesNotImplementExtensionInterfaceException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className)</methodSignature>
<fullMethod>__construct(string $className)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ClassIsAbstractException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, string $file)</methodSignature>
<fullMethod>__construct(string $className, string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\DirectoryCannotBeCreatedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $directory)</methodSignature>
<fullMethod>__construct(string $directory)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\FileDoesNotExistException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $file)</methodSignature>
<fullMethod>__construct(string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\ParameterDoesNotExistException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptExternalFileCannotBeLoadedException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $section, string $file)</methodSignature>
<fullMethod>__construct(string $section, string $file)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\UnsupportedPhptSectionException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $section)</methodSignature>
<fullMethod>__construct(string $section)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ExtensionBootstrapper</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Runner\Extension\Facade $facade)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Runner\Extension\Facade $facade)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ExtensionBootstrapper</className>
<methodName>bootstrap</methodName>
<methodSignature>bootstrap(string $className, array $parameters): void</methodSignature>
<fullMethod>bootstrap(string $className, array $parameters): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\Facade</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(PHPUnit\Event\Subscriber $subscribers): void</methodSignature>
<fullMethod>registerSubscribers(PHPUnit\Event\Subscriber $subscribers): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\Facade</className>
<methodName>registerSubscriber</methodName>
<methodSignature>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</methodSignature>
<fullMethod>registerSubscriber(PHPUnit\Event\Subscriber $subscriber): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\Facade</className>
<methodName>registerTracer</methodName>
<methodSignature>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</methodSignature>
<fullMethod>registerTracer(PHPUnit\Event\Tracer\Tracer $tracer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ParameterCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $parameters): self</methodSignature>
<fullMethod>fromArray(array $parameters): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ParameterCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $parameters)</methodSignature>
<fullMethod>__construct(array $parameters)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ParameterCollection</className>
<methodName>has</methodName>
<methodSignature>has(string $name): bool</methodSignature>
<fullMethod>has(string $name): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\ParameterCollection</className>
<methodName>get</methodName>
<methodSignature>get(string $name): string</methodSignature>
<fullMethod>get(string $name): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Extension</package>
<className>PHPUnit\Runner\Extension\PharLoader</className>
<methodName>loadPharExtensionsInDirectory</methodName>
<methodSignature>loadPharExtensionsInDirectory(string $directory): array</methodSignature>
<fullMethod>loadPharExtensionsInDirectory(string $directory): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\ExcludeGroupFilterIterator</className>
<methodName>doAccept</methodName>
<methodSignature>doAccept(int $id): bool</methodSignature>
<fullMethod>doAccept(int $id): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\Factory</className>
<methodName>addExcludeGroupFilter</methodName>
<methodSignature>addExcludeGroupFilter(array $groups): void</methodSignature>
<fullMethod>addExcludeGroupFilter(array $groups): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\Factory</className>
<methodName>addIncludeGroupFilter</methodName>
<methodSignature>addIncludeGroupFilter(array $groups): void</methodSignature>
<fullMethod>addIncludeGroupFilter(array $groups): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\Factory</className>
<methodName>addNameFilter</methodName>
<methodSignature>addNameFilter(string $name): void</methodSignature>
<fullMethod>addNameFilter(string $name): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\Factory</className>
<methodName>factory</methodName>
<methodSignature>factory(Iterator $iterator, PHPUnit\Framework\TestSuite $suite): FilterIterator</methodSignature>
<fullMethod>factory(Iterator $iterator, PHPUnit\Framework\TestSuite $suite): FilterIterator</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\GroupFilterIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(RecursiveIterator $iterator, array $groups, PHPUnit\Framework\TestSuite $suite)</methodSignature>
<fullMethod>__construct(RecursiveIterator $iterator, array $groups, PHPUnit\Framework\TestSuite $suite)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\GroupFilterIterator</className>
<methodName>accept</methodName>
<methodSignature>accept(): bool</methodSignature>
<fullMethod>accept(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\GroupFilterIterator</className>
<methodName>doAccept</methodName>
<methodSignature>doAccept(int $id): bool</methodSignature>
<fullMethod>doAccept(int $id): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\IncludeGroupFilterIterator</className>
<methodName>doAccept</methodName>
<methodSignature>doAccept(int $id): bool</methodSignature>
<fullMethod>doAccept(int $id): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\NameFilterIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(RecursiveIterator $iterator, string $filter)</methodSignature>
<fullMethod>__construct(RecursiveIterator $iterator, string $filter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\NameFilterIterator</className>
<methodName>accept</methodName>
<methodSignature>accept(): bool</methodSignature>
<fullMethod>accept(): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\NameFilterIterator</className>
<methodName>setFilter</methodName>
<methodSignature>setFilter(string $filter): void</methodSignature>
<fullMethod>setFilter(string $filter): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\Filter</package>
<className>PHPUnit\Runner\Filter\NameFilterIterator</className>
<methodName>describe</methodName>
<methodSignature>describe(PHPUnit\Framework\Test $test): array</methodSignature>
<fullMethod>describe(PHPUnit\Framework\Test $test): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $filename, PHPUnit\Util\PHP\AbstractPhpProcess $phpUtil)</methodSignature>
<fullMethod>__construct(string $filename, PHPUnit\Util\PHP\AbstractPhpProcess $phpUtil)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>run</methodName>
<methodSignature>run(): void</methodSignature>
<fullMethod>run(): void</fullMethod>
<crap>420</crap>
<complexity>20</complexity>
<coverage>0</coverage>
<crapLoad>21</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>usesDataProvider</methodName>
<methodSignature>usesDataProvider(): bool</methodSignature>
<fullMethod>usesDataProvider(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>numberOfAssertionsPerformed</methodName>
<methodSignature>numberOfAssertionsPerformed(): int</methodSignature>
<fullMethod>numberOfAssertionsPerformed(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>output</methodName>
<methodSignature>output(): string</methodSignature>
<fullMethod>output(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>hasOutput</methodName>
<methodSignature>hasOutput(): bool</methodSignature>
<fullMethod>hasOutput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>sortId</methodName>
<methodSignature>sortId(): string</methodSignature>
<fullMethod>sortId(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>provides</methodName>
<methodSignature>provides(): array</methodSignature>
<fullMethod>provides(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>requires</methodName>
<methodSignature>requires(): array</methodSignature>
<fullMethod>requires(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>valueObjectForEvents</methodName>
<methodSignature>valueObjectForEvents(): PHPUnit\Event\Code\Phpt</methodSignature>
<fullMethod>valueObjectForEvents(): PHPUnit\Event\Code\Phpt</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>parseIniSection</methodName>
<methodSignature>parseIniSection(array|string $content, array $ini): array</methodSignature>
<fullMethod>parseIniSection(array|string $content, array $ini): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>parseEnvSection</methodName>
<methodSignature>parseEnvSection(string $content): array</methodSignature>
<fullMethod>parseEnvSection(string $content): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>assertPhptExpectation</methodName>
<methodSignature>assertPhptExpectation(array $sections, string $output): void</methodSignature>
<fullMethod>assertPhptExpectation(array $sections, string $output): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>shouldTestBeSkipped</methodName>
<methodSignature>shouldTestBeSkipped(array $sections, array $settings): bool</methodSignature>
<fullMethod>shouldTestBeSkipped(array $sections, array $settings): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>runClean</methodName>
<methodSignature>runClean(array $sections, bool $collectCoverage): void</methodSignature>
<fullMethod>runClean(array $sections, bool $collectCoverage): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>parse</methodName>
<methodSignature>parse(): array</methodSignature>
<fullMethod>parse(): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>parseExternal</methodName>
<methodSignature>parseExternal(array $sections): void</methodSignature>
<fullMethod>parseExternal(array $sections): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>validate</methodName>
<methodSignature>validate(array $sections): bool</methodSignature>
<fullMethod>validate(array $sections): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>render</methodName>
<methodSignature>render(string $code): string</methodSignature>
<fullMethod>render(string $code): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>getCoverageFiles</methodName>
<methodSignature>getCoverageFiles(): array</methodSignature>
<fullMethod>getCoverageFiles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>renderForCoverage</methodName>
<methodSignature>renderForCoverage(string $job, bool $pathCoverage, ?string $codeCoverageCacheDirectory): void</methodSignature>
<fullMethod>renderForCoverage(string $job, bool $pathCoverage, ?string $codeCoverageCacheDirectory): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>cleanupForCoverage</methodName>
<methodSignature>cleanupForCoverage(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</methodSignature>
<fullMethod>cleanupForCoverage(): SebastianBergmann\CodeCoverage\Data\RawCodeCoverageData</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>stringifyIni</methodName>
<methodSignature>stringifyIni(array $ini): array</methodSignature>
<fullMethod>stringifyIni(array $ini): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>getLocationHintFromDiff</methodName>
<methodSignature>getLocationHintFromDiff(string $message, array $sections): array</methodSignature>
<fullMethod>getLocationHintFromDiff(string $message, array $sections): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>getCleanDiffLine</methodName>
<methodSignature>getCleanDiffLine(string $line): string</methodSignature>
<fullMethod>getCleanDiffLine(string $line): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>getLocationHint</methodName>
<methodSignature>getLocationHint(string $needle, array $sections): array</methodSignature>
<fullMethod>getLocationHint(string $needle, array $sections): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\PhptTestCase</className>
<methodName>settings</methodName>
<methodSignature>settings(bool $collectCoverage): array</methodSignature>
<fullMethod>settings(bool $collectCoverage): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $filepath)</methodSignature>
<fullMethod>__construct(?string $filepath)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>setStatus</methodName>
<methodSignature>setStatus(string $id, PHPUnit\Framework\TestStatus\TestStatus $status): void</methodSignature>
<fullMethod>setStatus(string $id, PHPUnit\Framework\TestStatus\TestStatus $status): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>status</methodName>
<methodSignature>status(string $id): PHPUnit\Framework\TestStatus\TestStatus</methodSignature>
<fullMethod>status(string $id): PHPUnit\Framework\TestStatus\TestStatus</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>setTime</methodName>
<methodSignature>setTime(string $id, float $time): void</methodSignature>
<fullMethod>setTime(string $id, float $time): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>time</methodName>
<methodSignature>time(string $id): float</methodSignature>
<fullMethod>time(string $id): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>load</methodName>
<methodSignature>load(): void</methodSignature>
<fullMethod>load(): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\DefaultResultCache</className>
<methodName>persist</methodName>
<methodSignature>persist(): void</methodSignature>
<fullMethod>persist(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>setStatus</methodName>
<methodSignature>setStatus(string $id, PHPUnit\Framework\TestStatus\TestStatus $status): void</methodSignature>
<fullMethod>setStatus(string $id, PHPUnit\Framework\TestStatus\TestStatus $status): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>status</methodName>
<methodSignature>status(string $id): PHPUnit\Framework\TestStatus\TestStatus</methodSignature>
<fullMethod>status(string $id): PHPUnit\Framework\TestStatus\TestStatus</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>setTime</methodName>
<methodSignature>setTime(string $id, float $time): void</methodSignature>
<fullMethod>setTime(string $id, float $time): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>time</methodName>
<methodSignature>time(string $id): float</methodSignature>
<fullMethod>time(string $id): float</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>load</methodName>
<methodSignature>load(): void</methodSignature>
<fullMethod>load(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\NullResultCache</className>
<methodName>persist</methodName>
<methodSignature>persist(): void</methodSignature>
<fullMethod>persist(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Runner\ResultCache\ResultCache $cache)</methodSignature>
<fullMethod>__construct(PHPUnit\Runner\ResultCache\ResultCache $cache)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testSuiteStarted</methodName>
<methodSignature>testSuiteStarted(): void</methodSignature>
<fullMethod>testSuiteStarted(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testSuiteFinished</methodName>
<methodSignature>testSuiteFinished(): void</methodSignature>
<fullMethod>testSuiteFinished(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>testPrepared(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>duration</methodName>
<methodSignature>duration(PHPUnit\Event\Event $event): float</methodSignature>
<fullMethod>duration(PHPUnit\Event\Event $event): float</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\ResultCacheHandler</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(): void</methodSignature>
<fullMethod>registerSubscribers(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Runner\ResultCache\ResultCacheHandler $handler)</methodSignature>
<fullMethod>__construct(PHPUnit\Runner\ResultCache\ResultCacheHandler $handler)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\Subscriber</className>
<methodName>handler</methodName>
<methodSignature>handler(): PHPUnit\Runner\ResultCache\ResultCacheHandler</methodSignature>
<fullMethod>handler(): PHPUnit\Runner\ResultCache\ResultCacheHandler</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestConsideredRiskySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestSuiteFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner\ResultCache</package>
<className>PHPUnit\Runner\ResultCache\TestSuiteStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>result</methodName>
<methodSignature>result(): PHPUnit\TestRunner\TestResult\TestResult</methodSignature>
<fullMethod>result(): PHPUnit\TestRunner\TestResult\TestResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestErroredEvents</methodName>
<methodSignature>hasTestErroredEvents(): bool</methodSignature>
<fullMethod>hasTestErroredEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestFailedEvents</methodName>
<methodSignature>hasTestFailedEvents(): bool</methodSignature>
<fullMethod>hasTestFailedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestConsideredRiskyEvents</methodName>
<methodSignature>hasTestConsideredRiskyEvents(): bool</methodSignature>
<fullMethod>hasTestConsideredRiskyEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestSkippedEvents</methodName>
<methodSignature>hasTestSkippedEvents(): bool</methodSignature>
<fullMethod>hasTestSkippedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestMarkedIncompleteEvents</methodName>
<methodSignature>hasTestMarkedIncompleteEvents(): bool</methodSignature>
<fullMethod>hasTestMarkedIncompleteEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasTestRunnerTriggeredWarningEvents</methodName>
<methodSignature>hasTestRunnerTriggeredWarningEvents(): bool</methodSignature>
<fullMethod>hasTestRunnerTriggeredWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testRunnerTriggeredWarningEvents</methodName>
<methodSignature>testRunnerTriggeredWarningEvents(): array</methodSignature>
<fullMethod>testRunnerTriggeredWarningEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>executionStarted</methodName>
<methodSignature>executionStarted(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</methodSignature>
<fullMethod>executionStarted(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testSuiteSkipped</methodName>
<methodSignature>testSuiteSkipped(PHPUnit\Event\TestSuite\Skipped $event): void</methodSignature>
<fullMethod>testSuiteSkipped(PHPUnit\Event\TestSuite\Skipped $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testSuiteStarted</methodName>
<methodSignature>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>testSuiteStarted(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testSuiteFinished</methodName>
<methodSignature>testSuiteFinished(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>testSuiteFinished(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(): void</methodSignature>
<fullMethod>testPrepared(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>testFinished(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>beforeTestClassMethodErrored</methodName>
<methodSignature>beforeTestClassMethodErrored(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</methodSignature>
<fullMethod>beforeTestClassMethodErrored(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>testFailed(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>testMarkedIncomplete(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>testSkipped(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>testConsideredRisky(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredDeprecation</methodName>
<methodSignature>testTriggeredDeprecation(PHPUnit\Event\Test\DeprecationTriggered $event): void</methodSignature>
<fullMethod>testTriggeredDeprecation(PHPUnit\Event\Test\DeprecationTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpDeprecation</methodName>
<methodSignature>testTriggeredPhpDeprecation(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpDeprecation(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpunitDeprecation</methodName>
<methodSignature>testTriggeredPhpunitDeprecation(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpunitDeprecation(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredError</methodName>
<methodSignature>testTriggeredError(PHPUnit\Event\Test\ErrorTriggered $event): void</methodSignature>
<fullMethod>testTriggeredError(PHPUnit\Event\Test\ErrorTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredNotice</methodName>
<methodSignature>testTriggeredNotice(PHPUnit\Event\Test\NoticeTriggered $event): void</methodSignature>
<fullMethod>testTriggeredNotice(PHPUnit\Event\Test\NoticeTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpNotice</methodName>
<methodSignature>testTriggeredPhpNotice(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpNotice(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredWarning</methodName>
<methodSignature>testTriggeredWarning(PHPUnit\Event\Test\WarningTriggered $event): void</methodSignature>
<fullMethod>testTriggeredWarning(PHPUnit\Event\Test\WarningTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpWarning</methodName>
<methodSignature>testTriggeredPhpWarning(PHPUnit\Event\Test\PhpWarningTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpWarning(PHPUnit\Event\Test\PhpWarningTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpunitError</methodName>
<methodSignature>testTriggeredPhpunitError(PHPUnit\Event\Test\PhpunitErrorTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpunitError(PHPUnit\Event\Test\PhpunitErrorTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testTriggeredPhpunitWarning</methodName>
<methodSignature>testTriggeredPhpunitWarning(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</methodSignature>
<fullMethod>testTriggeredPhpunitWarning(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testRunnerTriggeredDeprecation</methodName>
<methodSignature>testRunnerTriggeredDeprecation(PHPUnit\Event\TestRunner\DeprecationTriggered $event): void</methodSignature>
<fullMethod>testRunnerTriggeredDeprecation(PHPUnit\Event\TestRunner\DeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>testRunnerTriggeredWarning</methodName>
<methodSignature>testRunnerTriggeredWarning(PHPUnit\Event\TestRunner\WarningTriggered $event): void</methodSignature>
<fullMethod>testRunnerTriggeredWarning(PHPUnit\Event\TestRunner\WarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Collector</className>
<methodName>hasWarningEvents</methodName>
<methodSignature>hasWarningEvents(): bool</methodSignature>
<fullMethod>hasWarningEvents(): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>init</methodName>
<methodSignature>init(): void</methodSignature>
<fullMethod>init(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>result</methodName>
<methodSignature>result(): PHPUnit\TestRunner\TestResult\TestResult</methodSignature>
<fullMethod>result(): PHPUnit\TestRunner\TestResult\TestResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasTestErroredEvents</methodName>
<methodSignature>hasTestErroredEvents(): bool</methodSignature>
<fullMethod>hasTestErroredEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasTestFailedEvents</methodName>
<methodSignature>hasTestFailedEvents(): bool</methodSignature>
<fullMethod>hasTestFailedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasWarningEvents</methodName>
<methodSignature>hasWarningEvents(): bool</methodSignature>
<fullMethod>hasWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasTestConsideredRiskyEvents</methodName>
<methodSignature>hasTestConsideredRiskyEvents(): bool</methodSignature>
<fullMethod>hasTestConsideredRiskyEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasTestSkippedEvents</methodName>
<methodSignature>hasTestSkippedEvents(): bool</methodSignature>
<fullMethod>hasTestSkippedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>hasTestMarkedIncompleteEvents</methodName>
<methodSignature>hasTestMarkedIncompleteEvents(): bool</methodSignature>
<fullMethod>hasTestMarkedIncompleteEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Facade</className>
<methodName>collector</methodName>
<methodSignature>collector(): PHPUnit\TestRunner\TestResult\Collector</methodSignature>
<fullMethod>collector(): PHPUnit\TestRunner\TestResult\Collector</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>instance</methodName>
<methodSignature>instance(): self</methodSignature>
<fullMethod>instance(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>testClassPassed</methodName>
<methodSignature>testClassPassed(string $className): void</methodSignature>
<fullMethod>testClassPassed(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>testMethodPassed</methodName>
<methodSignature>testMethodPassed(PHPUnit\Event\Code\TestMethod $test, mixed $returnValue): void</methodSignature>
<fullMethod>testMethodPassed(PHPUnit\Event\Code\TestMethod $test, mixed $returnValue): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>import</methodName>
<methodSignature>import(self $other): void</methodSignature>
<fullMethod>import(self $other): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>hasTestClassPassed</methodName>
<methodSignature>hasTestClassPassed(string $className): bool</methodSignature>
<fullMethod>hasTestClassPassed(string $className): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>hasTestMethodPassed</methodName>
<methodSignature>hasTestMethodPassed(string $method): bool</methodSignature>
<fullMethod>hasTestMethodPassed(string $method): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>isGreaterThan</methodName>
<methodSignature>isGreaterThan(string $method, PHPUnit\Framework\TestSize\TestSize $other): bool</methodSignature>
<fullMethod>isGreaterThan(string $method, PHPUnit\Framework\TestSize\TestSize $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\PassedTests</className>
<methodName>returnValue</methodName>
<methodSignature>returnValue(string $method): mixed</methodSignature>
<fullMethod>returnValue(string $method): mixed</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\BeforeTestClassMethodErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\ExecutionStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TestRunner\TestResult\Collector $collector)</methodSignature>
<fullMethod>__construct(PHPUnit\TestRunner\TestResult\Collector $collector)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\Subscriber</className>
<methodName>collector</methodName>
<methodSignature>collector(): PHPUnit\TestRunner\TestResult\Collector</methodSignature>
<fullMethod>collector(): PHPUnit\TestRunner\TestResult\Collector</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestConsideredRiskySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestRunnerTriggeredDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\DeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\DeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestRunnerTriggeredWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\WarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\WarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestSuiteFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestSuiteSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestSuiteStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestSuite\Started $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestSuite\Started $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\DeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\DeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredErrorSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ErrorTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ErrorTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredNoticeSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\NoticeTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\NoticeTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpNoticeSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpWarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpWarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpunitDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpunitErrorSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpunitErrorTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpunitErrorTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredPhpunitWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestTriggeredWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\WarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\WarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $numberOfTests, int $numberOfTestsRun, int $numberOfAssertions, array $testErroredEvents, array $testFailedEvents, array $testConsideredRiskyEvents, array $testSuiteSkippedEvents, array $testSkippedEvents, array $testMarkedIncompleteEvents, array $testTriggeredDeprecationEvents, array $testTriggeredPhpDeprecationEvents, array $testTriggeredPhpunitDeprecationEvents, array $testTriggeredErrorEvents, array $testTriggeredNoticeEvents, array $testTriggeredPhpNoticeEvents, array $testTriggeredWarningEvents, array $testTriggeredPhpWarningEvents, array $testTriggeredPhpunitErrorEvents, array $testTriggeredPhpunitWarningEvents, array $testRunnerTriggeredDeprecationEvents, array $testRunnerTriggeredWarningEvents)</methodSignature>
<fullMethod>__construct(int $numberOfTests, int $numberOfTestsRun, int $numberOfAssertions, array $testErroredEvents, array $testFailedEvents, array $testConsideredRiskyEvents, array $testSuiteSkippedEvents, array $testSkippedEvents, array $testMarkedIncompleteEvents, array $testTriggeredDeprecationEvents, array $testTriggeredPhpDeprecationEvents, array $testTriggeredPhpunitDeprecationEvents, array $testTriggeredErrorEvents, array $testTriggeredNoticeEvents, array $testTriggeredPhpNoticeEvents, array $testTriggeredWarningEvents, array $testTriggeredPhpWarningEvents, array $testTriggeredPhpunitErrorEvents, array $testTriggeredPhpunitWarningEvents, array $testRunnerTriggeredDeprecationEvents, array $testRunnerTriggeredWarningEvents)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTests</methodName>
<methodSignature>numberOfTests(): int</methodSignature>
<fullMethod>numberOfTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsRun</methodName>
<methodSignature>numberOfTestsRun(): int</methodSignature>
<fullMethod>numberOfTestsRun(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfAssertions</methodName>
<methodSignature>numberOfAssertions(): int</methodSignature>
<fullMethod>numberOfAssertions(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testErroredEvents</methodName>
<methodSignature>testErroredEvents(): array</methodSignature>
<fullMethod>testErroredEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestErroredEvents</methodName>
<methodSignature>numberOfTestErroredEvents(): int</methodSignature>
<fullMethod>numberOfTestErroredEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestErroredEvents</methodName>
<methodSignature>hasTestErroredEvents(): bool</methodSignature>
<fullMethod>hasTestErroredEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testFailedEvents</methodName>
<methodSignature>testFailedEvents(): array</methodSignature>
<fullMethod>testFailedEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestFailedEvents</methodName>
<methodSignature>numberOfTestFailedEvents(): int</methodSignature>
<fullMethod>numberOfTestFailedEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestFailedEvents</methodName>
<methodSignature>hasTestFailedEvents(): bool</methodSignature>
<fullMethod>hasTestFailedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testConsideredRiskyEvents</methodName>
<methodSignature>testConsideredRiskyEvents(): array</methodSignature>
<fullMethod>testConsideredRiskyEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestConsideredRiskyEvents</methodName>
<methodSignature>numberOfTestsWithTestConsideredRiskyEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestConsideredRiskyEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestConsideredRiskyEvents</methodName>
<methodSignature>hasTestConsideredRiskyEvents(): bool</methodSignature>
<fullMethod>hasTestConsideredRiskyEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testSuiteSkippedEvents</methodName>
<methodSignature>testSuiteSkippedEvents(): array</methodSignature>
<fullMethod>testSuiteSkippedEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestSuiteSkippedEvents</methodName>
<methodSignature>numberOfTestSuiteSkippedEvents(): int</methodSignature>
<fullMethod>numberOfTestSuiteSkippedEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestSuiteSkippedEvents</methodName>
<methodSignature>hasTestSuiteSkippedEvents(): bool</methodSignature>
<fullMethod>hasTestSuiteSkippedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testSkippedEvents</methodName>
<methodSignature>testSkippedEvents(): array</methodSignature>
<fullMethod>testSkippedEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestSkippedEvents</methodName>
<methodSignature>numberOfTestSkippedEvents(): int</methodSignature>
<fullMethod>numberOfTestSkippedEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestSkippedEvents</methodName>
<methodSignature>hasTestSkippedEvents(): bool</methodSignature>
<fullMethod>hasTestSkippedEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testMarkedIncompleteEvents</methodName>
<methodSignature>testMarkedIncompleteEvents(): array</methodSignature>
<fullMethod>testMarkedIncompleteEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestMarkedIncompleteEvents</methodName>
<methodSignature>numberOfTestMarkedIncompleteEvents(): int</methodSignature>
<fullMethod>numberOfTestMarkedIncompleteEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestMarkedIncompleteEvents</methodName>
<methodSignature>hasTestMarkedIncompleteEvents(): bool</methodSignature>
<fullMethod>hasTestMarkedIncompleteEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredDeprecationEvents</methodName>
<methodSignature>testTriggeredDeprecationEvents(): array</methodSignature>
<fullMethod>testTriggeredDeprecationEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredDeprecationEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredDeprecationEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredDeprecationEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredDeprecationEvents</methodName>
<methodSignature>hasTestTriggeredDeprecationEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredDeprecationEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpDeprecationEvents</methodName>
<methodSignature>testTriggeredPhpDeprecationEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpDeprecationEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpDeprecationEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpDeprecationEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpDeprecationEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpDeprecationEvents</methodName>
<methodSignature>hasTestTriggeredPhpDeprecationEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpDeprecationEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpunitDeprecationEvents</methodName>
<methodSignature>testTriggeredPhpunitDeprecationEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpunitDeprecationEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpunitDeprecationEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpunitDeprecationEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpunitDeprecationEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpunitDeprecationEvents</methodName>
<methodSignature>hasTestTriggeredPhpunitDeprecationEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpunitDeprecationEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredErrorEvents</methodName>
<methodSignature>testTriggeredErrorEvents(): array</methodSignature>
<fullMethod>testTriggeredErrorEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredErrorEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredErrorEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredErrorEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredErrorEvents</methodName>
<methodSignature>hasTestTriggeredErrorEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredErrorEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredNoticeEvents</methodName>
<methodSignature>testTriggeredNoticeEvents(): array</methodSignature>
<fullMethod>testTriggeredNoticeEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredNoticeEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredNoticeEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredNoticeEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredNoticeEvents</methodName>
<methodSignature>hasTestTriggeredNoticeEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredNoticeEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpNoticeEvents</methodName>
<methodSignature>testTriggeredPhpNoticeEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpNoticeEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpNoticeEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpNoticeEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpNoticeEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpNoticeEvents</methodName>
<methodSignature>hasTestTriggeredPhpNoticeEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpNoticeEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredWarningEvents</methodName>
<methodSignature>testTriggeredWarningEvents(): array</methodSignature>
<fullMethod>testTriggeredWarningEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredWarningEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredWarningEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredWarningEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredWarningEvents</methodName>
<methodSignature>hasTestTriggeredWarningEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpWarningEvents</methodName>
<methodSignature>testTriggeredPhpWarningEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpWarningEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpWarningEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpWarningEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpWarningEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpWarningEvents</methodName>
<methodSignature>hasTestTriggeredPhpWarningEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpunitErrorEvents</methodName>
<methodSignature>testTriggeredPhpunitErrorEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpunitErrorEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpunitErrorEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpunitErrorEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpunitErrorEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpunitErrorEvents</methodName>
<methodSignature>hasTestTriggeredPhpunitErrorEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpunitErrorEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testTriggeredPhpunitWarningEvents</methodName>
<methodSignature>testTriggeredPhpunitWarningEvents(): array</methodSignature>
<fullMethod>testTriggeredPhpunitWarningEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestsWithTestTriggeredPhpunitWarningEvents</methodName>
<methodSignature>numberOfTestsWithTestTriggeredPhpunitWarningEvents(): int</methodSignature>
<fullMethod>numberOfTestsWithTestTriggeredPhpunitWarningEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestTriggeredPhpunitWarningEvents</methodName>
<methodSignature>hasTestTriggeredPhpunitWarningEvents(): bool</methodSignature>
<fullMethod>hasTestTriggeredPhpunitWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testRunnerTriggeredDeprecationEvents</methodName>
<methodSignature>testRunnerTriggeredDeprecationEvents(): array</methodSignature>
<fullMethod>testRunnerTriggeredDeprecationEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestRunnerTriggeredDeprecationEvents</methodName>
<methodSignature>numberOfTestRunnerTriggeredDeprecationEvents(): int</methodSignature>
<fullMethod>numberOfTestRunnerTriggeredDeprecationEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestRunnerTriggeredDeprecationEvents</methodName>
<methodSignature>hasTestRunnerTriggeredDeprecationEvents(): bool</methodSignature>
<fullMethod>hasTestRunnerTriggeredDeprecationEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>testRunnerTriggeredWarningEvents</methodName>
<methodSignature>testRunnerTriggeredWarningEvents(): array</methodSignature>
<fullMethod>testRunnerTriggeredWarningEvents(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfTestRunnerTriggeredWarningEvents</methodName>
<methodSignature>numberOfTestRunnerTriggeredWarningEvents(): int</methodSignature>
<fullMethod>numberOfTestRunnerTriggeredWarningEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestRunnerTriggeredWarningEvents</methodName>
<methodSignature>hasTestRunnerTriggeredWarningEvents(): bool</methodSignature>
<fullMethod>hasTestRunnerTriggeredWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasDeprecationEvents</methodName>
<methodSignature>hasDeprecationEvents(): bool</methodSignature>
<fullMethod>hasDeprecationEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfDeprecationEvents</methodName>
<methodSignature>numberOfDeprecationEvents(): int</methodSignature>
<fullMethod>numberOfDeprecationEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasNoticeEvents</methodName>
<methodSignature>hasNoticeEvents(): bool</methodSignature>
<fullMethod>hasNoticeEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfNoticeEvents</methodName>
<methodSignature>numberOfNoticeEvents(): int</methodSignature>
<fullMethod>numberOfNoticeEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasWarningEvents</methodName>
<methodSignature>hasWarningEvents(): bool</methodSignature>
<fullMethod>hasWarningEvents(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>numberOfWarningEvents</methodName>
<methodSignature>numberOfWarningEvents(): int</methodSignature>
<fullMethod>numberOfWarningEvents(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>wasSuccessful</methodName>
<methodSignature>wasSuccessful(): bool</methodSignature>
<fullMethod>wasSuccessful(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>wasSuccessfulIgnoringPhpunitWarnings</methodName>
<methodSignature>wasSuccessfulIgnoringPhpunitWarnings(): bool</methodSignature>
<fullMethod>wasSuccessfulIgnoringPhpunitWarnings(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>wasSuccessfulAndNoTestHasIssues</methodName>
<methodSignature>wasSuccessfulAndNoTestHasIssues(): bool</methodSignature>
<fullMethod>wasSuccessfulAndNoTestHasIssues(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TestRunner\TestResult</package>
<className>PHPUnit\TestRunner\TestResult\TestResult</className>
<methodName>hasTestsWithIssues</methodName>
<methodSignature>hasTestsWithIssues(): bool</methodSignature>
<fullMethod>hasTestsWithIssues(): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteLoader</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteLoader</className>
<methodName>load</methodName>
<methodSignature>load(string $suiteClassFile): ReflectionClass</methodSignature>
<fullMethod>load(string $suiteClassFile): ReflectionClass</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteLoader</className>
<methodName>classNameFromFileName</methodName>
<methodSignature>classNameFromFileName(string $suiteClassFile): string</methodSignature>
<fullMethod>classNameFromFileName(string $suiteClassFile): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?PHPUnit\Runner\ResultCache\ResultCache $cache)</methodSignature>
<fullMethod>__construct(?PHPUnit\Runner\ResultCache\ResultCache $cache)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>reorderTestsInSuite</methodName>
<methodSignature>reorderTestsInSuite(PHPUnit\Framework\Test $suite, int $order, bool $resolveDependencies, int $orderDefects, bool $isRootTestSuite): void</methodSignature>
<fullMethod>reorderTestsInSuite(PHPUnit\Framework\Test $suite, int $order, bool $resolveDependencies, int $orderDefects, bool $isRootTestSuite): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>getOriginalExecutionOrder</methodName>
<methodSignature>getOriginalExecutionOrder(): array</methodSignature>
<fullMethod>getOriginalExecutionOrder(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>getExecutionOrder</methodName>
<methodSignature>getExecutionOrder(): array</methodSignature>
<fullMethod>getExecutionOrder(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>sort</methodName>
<methodSignature>sort(PHPUnit\Framework\TestSuite $suite, int $order, bool $resolveDependencies, int $orderDefects): void</methodSignature>
<fullMethod>sort(PHPUnit\Framework\TestSuite $suite, int $order, bool $resolveDependencies, int $orderDefects): void</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>addSuiteToDefectSortOrder</methodName>
<methodSignature>addSuiteToDefectSortOrder(PHPUnit\Framework\TestSuite $suite): void</methodSignature>
<fullMethod>addSuiteToDefectSortOrder(PHPUnit\Framework\TestSuite $suite): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>reverse</methodName>
<methodSignature>reverse(array $tests): array</methodSignature>
<fullMethod>reverse(array $tests): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>randomize</methodName>
<methodSignature>randomize(array $tests): array</methodSignature>
<fullMethod>randomize(array $tests): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>sortDefectsFirst</methodName>
<methodSignature>sortDefectsFirst(array $tests): array</methodSignature>
<fullMethod>sortDefectsFirst(array $tests): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>sortByDuration</methodName>
<methodSignature>sortByDuration(array $tests): array</methodSignature>
<fullMethod>sortByDuration(array $tests): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>sortBySize</methodName>
<methodSignature>sortBySize(array $tests): array</methodSignature>
<fullMethod>sortBySize(array $tests): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>cmpDefectPriorityAndTime</methodName>
<methodSignature>cmpDefectPriorityAndTime(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</methodSignature>
<fullMethod>cmpDefectPriorityAndTime(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>cmpDuration</methodName>
<methodSignature>cmpDuration(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</methodSignature>
<fullMethod>cmpDuration(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>cmpSize</methodName>
<methodSignature>cmpSize(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</methodSignature>
<fullMethod>cmpSize(PHPUnit\Framework\Test $a, PHPUnit\Framework\Test $b): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>resolveDependencies</methodName>
<methodSignature>resolveDependencies(array $tests): array</methodSignature>
<fullMethod>resolveDependencies(array $tests): array</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\TestSuiteSorter</className>
<methodName>calculateTestExecutionOrder</methodName>
<methodSignature>calculateTestExecutionOrder(PHPUnit\Framework\Test $suite): array</methodSignature>
<fullMethod>calculateTestExecutionOrder(PHPUnit\Framework\Test $suite): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\Version</className>
<methodName>id</methodName>
<methodSignature>id(): string</methodSignature>
<fullMethod>id(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\Version</className>
<methodName>series</methodName>
<methodSignature>series(): string</methodSignature>
<fullMethod>series(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Runner</package>
<className>PHPUnit\Runner\Version</className>
<methodName>getVersionString</methodName>
<methodSignature>getVersionString(): string</methodSignature>
<fullMethod>getVersionString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>run</methodName>
<methodSignature>run(array $argv): int</methodSignature>
<fullMethod>run(array $argv): int</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>exitWithCrashMessage</methodName>
<methodSignature>exitWithCrashMessage(Throwable $t): never</methodSignature>
<fullMethod>exitWithCrashMessage(Throwable $t): never</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>exitWithErrorMessage</methodName>
<methodSignature>exitWithErrorMessage(string $message): never</methodSignature>
<fullMethod>exitWithErrorMessage(string $message): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>execute</methodName>
<methodSignature>execute(PHPUnit\TextUI\Command\Command $command): never</methodSignature>
<fullMethod>execute(PHPUnit\TextUI\Command\Command $command): never</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>loadBootstrapScript</methodName>
<methodSignature>loadBootstrapScript(string $filename): void</methodSignature>
<fullMethod>loadBootstrapScript(string $filename): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>buildCliConfiguration</methodName>
<methodSignature>buildCliConfiguration(array $argv): PHPUnit\TextUI\CliArguments\Configuration</methodSignature>
<fullMethod>buildCliConfiguration(array $argv): PHPUnit\TextUI\CliArguments\Configuration</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>loadXmlConfiguration</methodName>
<methodSignature>loadXmlConfiguration(string|false $configurationFile): PHPUnit\TextUI\XmlConfiguration\Configuration</methodSignature>
<fullMethod>loadXmlConfiguration(string|false $configurationFile): PHPUnit\TextUI\XmlConfiguration\Configuration</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>buildTestSuite</methodName>
<methodSignature>buildTestSuite(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Framework\TestSuite</methodSignature>
<fullMethod>buildTestSuite(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Framework\TestSuite</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>bootstrapExtensions</methodName>
<methodSignature>bootstrapExtensions(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>bootstrapExtensions(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>executeCommandsThatOnlyRequireCliConfiguration</methodName>
<methodSignature>executeCommandsThatOnlyRequireCliConfiguration(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, string|false $configurationFile): void</methodSignature>
<fullMethod>executeCommandsThatOnlyRequireCliConfiguration(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, string|false $configurationFile): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>executeCommandsThatRequireCliConfigurationAndTestSuite</methodName>
<methodSignature>executeCommandsThatRequireCliConfigurationAndTestSuite(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\Framework\TestSuite $testSuite): void</methodSignature>
<fullMethod>executeCommandsThatRequireCliConfigurationAndTestSuite(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\Framework\TestSuite $testSuite): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>executeCommandsThatRequireCompleteConfiguration</methodName>
<methodSignature>executeCommandsThatRequireCompleteConfiguration(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration): void</methodSignature>
<fullMethod>executeCommandsThatRequireCompleteConfiguration(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>executeHelpCommandWhenThereIsNothingElseToDo</methodName>
<methodSignature>executeHelpCommandWhenThereIsNothingElseToDo(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Framework\TestSuite $testSuite): void</methodSignature>
<fullMethod>executeHelpCommandWhenThereIsNothingElseToDo(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Framework\TestSuite $testSuite): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>writeRuntimeInformation</methodName>
<methodSignature>writeRuntimeInformation(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>writeRuntimeInformation(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>writePharExtensionInformation</methodName>
<methodSignature>writePharExtensionInformation(PHPUnit\TextUI\Output\Printer $printer, ?array $pharExtensions): void</methodSignature>
<fullMethod>writePharExtensionInformation(PHPUnit\TextUI\Output\Printer $printer, ?array $pharExtensions): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>writeMessage</methodName>
<methodSignature>writeMessage(PHPUnit\TextUI\Output\Printer $printer, string $type, string $message): void</methodSignature>
<fullMethod>writeMessage(PHPUnit\TextUI\Output\Printer $printer, string $type, string $message): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>writeRandomSeedInformation</methodName>
<methodSignature>writeRandomSeedInformation(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>writeRandomSeedInformation(PHPUnit\TextUI\Output\Printer $printer, PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>registerLogfileWriters</methodName>
<methodSignature>registerLogfileWriters(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>registerLogfileWriters(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>testDoxResultCollector</methodName>
<methodSignature>testDoxResultCollector(PHPUnit\TextUI\Configuration\Configuration $configuration): ?PHPUnit\Logging\TestDox\TestResultCollector</methodSignature>
<fullMethod>testDoxResultCollector(PHPUnit\TextUI\Configuration\Configuration $configuration): ?PHPUnit\Logging\TestDox\TestResultCollector</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Application</className>
<methodName>initializeTestResultCache</methodName>
<methodSignature>initializeTestResultCache(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Runner\ResultCache\ResultCache</methodSignature>
<fullMethod>initializeTestResultCache(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Runner\ResultCache\ResultCache</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\AtLeastVersionCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $version)</methodSignature>
<fullMethod>__construct(string $version)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\AtLeastVersionCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\GenerateConfigurationCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\GenerateConfigurationCommand</className>
<methodName>read</methodName>
<methodSignature>read(): string</methodSignature>
<fullMethod>read(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListGroupsCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\TestSuite $suite)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\TestSuite $suite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListGroupsCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListGroupsCommand</className>
<methodName>warnAboutConflictingOptions</methodName>
<methodSignature>warnAboutConflictingOptions(): string</methodSignature>
<fullMethod>warnAboutConflictingOptions(): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestSuitesCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestSuiteCollection $suites)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestSuiteCollection $suites)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestSuitesCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestSuitesCommand</className>
<methodName>warnAboutConflictingOptions</methodName>
<methodSignature>warnAboutConflictingOptions(): string</methodSignature>
<fullMethod>warnAboutConflictingOptions(): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsTextCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Framework\TestSuite $suite)</methodSignature>
<fullMethod>__construct(PHPUnit\Framework\TestSuite $suite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsTextCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsTextCommand</className>
<methodName>warnAboutConflictingOptions</methodName>
<methodSignature>warnAboutConflictingOptions(): string</methodSignature>
<fullMethod>warnAboutConflictingOptions(): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsXmlCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $filename, PHPUnit\Framework\TestSuite $suite)</methodSignature>
<fullMethod>__construct(string $filename, PHPUnit\Framework\TestSuite $suite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsXmlCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ListTestsAsXmlCommand</className>
<methodName>warnAboutConflictingOptions</methodName>
<methodSignature>warnAboutConflictingOptions(): string</methodSignature>
<fullMethod>warnAboutConflictingOptions(): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\MigrateConfigurationCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $filename)</methodSignature>
<fullMethod>__construct(string $filename)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\MigrateConfigurationCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ShowHelpCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $shellExitCode)</methodSignature>
<fullMethod>__construct(int $shellExitCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ShowHelpCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\ShowVersionCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\VersionCheckCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\WarmCodeCoverageCacheCommand</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry $codeCoverageFilterRegistry)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry $codeCoverageFilterRegistry)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\WarmCodeCoverageCacheCommand</className>
<methodName>execute</methodName>
<methodSignature>execute(): PHPUnit\TextUI\Command\Result</methodSignature>
<fullMethod>execute(): PHPUnit\TextUI\Command\Result</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\Result</className>
<methodName>from</methodName>
<methodSignature>from(string $output, int $shellExitCode): self</methodSignature>
<fullMethod>from(string $output, int $shellExitCode): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\Result</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $output, int $shellExitCode)</methodSignature>
<fullMethod>__construct(string $output, int $shellExitCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\Result</className>
<methodName>output</methodName>
<methodSignature>output(): string</methodSignature>
<fullMethod>output(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Command</package>
<className>PHPUnit\TextUI\Command\Result</className>
<methodName>shellExitCode</methodName>
<methodSignature>shellExitCode(): int</methodSignature>
<fullMethod>shellExitCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Builder</className>
<methodName>build</methodName>
<methodSignature>build(array $argv): PHPUnit\TextUI\Configuration\Configuration</methodSignature>
<fullMethod>build(array $argv): PHPUnit\TextUI\Configuration\Configuration</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Builder</className>
<methodName>fromParameters</methodName>
<methodSignature>fromParameters(array $parameters): PHPUnit\TextUI\CliArguments\Configuration</methodSignature>
<fullMethod>fromParameters(array $parameters): PHPUnit\TextUI\CliArguments\Configuration</fullMethod>
<crap>13340</crap>
<complexity>115</complexity>
<coverage>0</coverage>
<crapLoad>119</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $argument, ?string $atLeastVersion, ?bool $backupGlobals, ?bool $backupStaticProperties, ?bool $beStrictAboutChangesToGlobalState, ?string $bootstrap, ?string $cacheDirectory, ?bool $cacheResult, ?string $cacheResultFile, bool $checkVersion, ?string $colors, null|int|string $columns, ?string $configurationFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4J, ?string $coverageHtml, ?string $coveragePhp, ?string $coverageText, ?bool $coverageTextShowUncoveredFiles, ?bool $coverageTextShowOnlySummary, ?string $coverageXml, ?bool $pathCoverage, ?string $coverageCacheDirectory, bool $warmCoverageCache, ?int $defaultTimeLimit, ?bool $disableCodeCoverageIgnore, ?bool $disallowTestOutput, ?bool $enforceTimeLimit, ?array $excludeGroups, ?int $executionOrder, ?int $executionOrderDefects, ?bool $failOnEmptyTestSuite, ?bool $failOnIncomplete, ?bool $failOnRisky, ?bool $failOnSkipped, ?bool $failOnWarning, ?string $filter, bool $generateConfiguration, bool $migrateConfiguration, ?array $groups, ?array $testsCovering, ?array $testsUsing, bool $help, ?string $includePath, ?array $iniSettings, ?string $junitLogfile, bool $listGroups, bool $listSuites, bool $listTests, ?string $listTestsXml, ?bool $noCoverage, ?bool $noExtensions, ?bool $noOutput, ?bool $noProgress, ?bool $noResults, ?bool $noLogging, ?bool $processIsolation, ?int $randomOrderSeed, ?bool $reportUselessTests, ?bool $resolveDependencies, ?bool $reverseList, ?bool $stderr, ?bool $strictCoverage, ?bool $stopOnDefect, ?bool $stopOnError, ?bool $stopOnFailure, ?bool $stopOnIncomplete, ?bool $stopOnRisky, ?bool $stopOnSkipped, ?bool $stopOnWarning, ?string $teamcityLogfile, ?string $testdoxHtmlFile, ?string $testdoxTextFile, ?array $testSuffixes, ?string $testSuite, ?string $excludeTestSuite, bool $useDefaultConfiguration, ?bool $displayDetailsOnIncompleteTests, ?bool $displayDetailsOnSkippedTests, ?bool $displayDetailsOnTestsThatTriggerDeprecations, ?bool $displayDetailsOnTestsThatTriggerErrors, ?bool $displayDetailsOnTestsThatTriggerNotices, ?bool $displayDetailsOnTestsThatTriggerWarnings, bool $version, ?array $coverageFilter, ?string $logEventsText, ?string $logEventsVerboseText, ?bool $printerTeamCity, ?bool $printerTestDox)</methodSignature>
<fullMethod>__construct(?string $argument, ?string $atLeastVersion, ?bool $backupGlobals, ?bool $backupStaticProperties, ?bool $beStrictAboutChangesToGlobalState, ?string $bootstrap, ?string $cacheDirectory, ?bool $cacheResult, ?string $cacheResultFile, bool $checkVersion, ?string $colors, null|int|string $columns, ?string $configurationFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4J, ?string $coverageHtml, ?string $coveragePhp, ?string $coverageText, ?bool $coverageTextShowUncoveredFiles, ?bool $coverageTextShowOnlySummary, ?string $coverageXml, ?bool $pathCoverage, ?string $coverageCacheDirectory, bool $warmCoverageCache, ?int $defaultTimeLimit, ?bool $disableCodeCoverageIgnore, ?bool $disallowTestOutput, ?bool $enforceTimeLimit, ?array $excludeGroups, ?int $executionOrder, ?int $executionOrderDefects, ?bool $failOnEmptyTestSuite, ?bool $failOnIncomplete, ?bool $failOnRisky, ?bool $failOnSkipped, ?bool $failOnWarning, ?string $filter, bool $generateConfiguration, bool $migrateConfiguration, ?array $groups, ?array $testsCovering, ?array $testsUsing, bool $help, ?string $includePath, ?array $iniSettings, ?string $junitLogfile, bool $listGroups, bool $listSuites, bool $listTests, ?string $listTestsXml, ?bool $noCoverage, ?bool $noExtensions, ?bool $noOutput, ?bool $noProgress, ?bool $noResults, ?bool $noLogging, ?bool $processIsolation, ?int $randomOrderSeed, ?bool $reportUselessTests, ?bool $resolveDependencies, ?bool $reverseList, ?bool $stderr, ?bool $strictCoverage, ?bool $stopOnDefect, ?bool $stopOnError, ?bool $stopOnFailure, ?bool $stopOnIncomplete, ?bool $stopOnRisky, ?bool $stopOnSkipped, ?bool $stopOnWarning, ?string $teamcityLogfile, ?string $testdoxHtmlFile, ?string $testdoxTextFile, ?array $testSuffixes, ?string $testSuite, ?string $excludeTestSuite, bool $useDefaultConfiguration, ?bool $displayDetailsOnIncompleteTests, ?bool $displayDetailsOnSkippedTests, ?bool $displayDetailsOnTestsThatTriggerDeprecations, ?bool $displayDetailsOnTestsThatTriggerErrors, ?bool $displayDetailsOnTestsThatTriggerNotices, ?bool $displayDetailsOnTestsThatTriggerWarnings, bool $version, ?array $coverageFilter, ?string $logEventsText, ?string $logEventsVerboseText, ?bool $printerTeamCity, ?bool $printerTestDox)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasArgument</methodName>
<methodSignature>hasArgument(): bool</methodSignature>
<fullMethod>hasArgument(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>argument</methodName>
<methodSignature>argument(): string</methodSignature>
<fullMethod>argument(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasAtLeastVersion</methodName>
<methodSignature>hasAtLeastVersion(): bool</methodSignature>
<fullMethod>hasAtLeastVersion(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>atLeastVersion</methodName>
<methodSignature>atLeastVersion(): string</methodSignature>
<fullMethod>atLeastVersion(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasBackupGlobals</methodName>
<methodSignature>hasBackupGlobals(): bool</methodSignature>
<fullMethod>hasBackupGlobals(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>backupGlobals</methodName>
<methodSignature>backupGlobals(): bool</methodSignature>
<fullMethod>backupGlobals(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasBackupStaticProperties</methodName>
<methodSignature>hasBackupStaticProperties(): bool</methodSignature>
<fullMethod>hasBackupStaticProperties(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>backupStaticProperties</methodName>
<methodSignature>backupStaticProperties(): bool</methodSignature>
<fullMethod>backupStaticProperties(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasBeStrictAboutChangesToGlobalState</methodName>
<methodSignature>hasBeStrictAboutChangesToGlobalState(): bool</methodSignature>
<fullMethod>hasBeStrictAboutChangesToGlobalState(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>beStrictAboutChangesToGlobalState</methodName>
<methodSignature>beStrictAboutChangesToGlobalState(): bool</methodSignature>
<fullMethod>beStrictAboutChangesToGlobalState(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasBootstrap</methodName>
<methodSignature>hasBootstrap(): bool</methodSignature>
<fullMethod>hasBootstrap(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>bootstrap</methodName>
<methodSignature>bootstrap(): string</methodSignature>
<fullMethod>bootstrap(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCacheDirectory</methodName>
<methodSignature>hasCacheDirectory(): bool</methodSignature>
<fullMethod>hasCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>cacheDirectory</methodName>
<methodSignature>cacheDirectory(): string</methodSignature>
<fullMethod>cacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCacheResult</methodName>
<methodSignature>hasCacheResult(): bool</methodSignature>
<fullMethod>hasCacheResult(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>cacheResult</methodName>
<methodSignature>cacheResult(): bool</methodSignature>
<fullMethod>cacheResult(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCacheResultFile</methodName>
<methodSignature>hasCacheResultFile(): bool</methodSignature>
<fullMethod>hasCacheResultFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>cacheResultFile</methodName>
<methodSignature>cacheResultFile(): string</methodSignature>
<fullMethod>cacheResultFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>checkVersion</methodName>
<methodSignature>checkVersion(): bool</methodSignature>
<fullMethod>checkVersion(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasColors</methodName>
<methodSignature>hasColors(): bool</methodSignature>
<fullMethod>hasColors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>colors</methodName>
<methodSignature>colors(): string</methodSignature>
<fullMethod>colors(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasColumns</methodName>
<methodSignature>hasColumns(): bool</methodSignature>
<fullMethod>hasColumns(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>columns</methodName>
<methodSignature>columns(): int|string</methodSignature>
<fullMethod>columns(): int|string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasConfigurationFile</methodName>
<methodSignature>hasConfigurationFile(): bool</methodSignature>
<fullMethod>hasConfigurationFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>configurationFile</methodName>
<methodSignature>configurationFile(): string</methodSignature>
<fullMethod>configurationFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageFilter</methodName>
<methodSignature>hasCoverageFilter(): bool</methodSignature>
<fullMethod>hasCoverageFilter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageFilter</methodName>
<methodSignature>coverageFilter(): array</methodSignature>
<fullMethod>coverageFilter(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageClover</methodName>
<methodSignature>hasCoverageClover(): bool</methodSignature>
<fullMethod>hasCoverageClover(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageClover</methodName>
<methodSignature>coverageClover(): string</methodSignature>
<fullMethod>coverageClover(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageCobertura</methodName>
<methodSignature>hasCoverageCobertura(): bool</methodSignature>
<fullMethod>hasCoverageCobertura(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageCobertura</methodName>
<methodSignature>coverageCobertura(): string</methodSignature>
<fullMethod>coverageCobertura(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageCrap4J</methodName>
<methodSignature>hasCoverageCrap4J(): bool</methodSignature>
<fullMethod>hasCoverageCrap4J(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageCrap4J</methodName>
<methodSignature>coverageCrap4J(): string</methodSignature>
<fullMethod>coverageCrap4J(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageHtml</methodName>
<methodSignature>hasCoverageHtml(): bool</methodSignature>
<fullMethod>hasCoverageHtml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageHtml</methodName>
<methodSignature>coverageHtml(): string</methodSignature>
<fullMethod>coverageHtml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoveragePhp</methodName>
<methodSignature>hasCoveragePhp(): bool</methodSignature>
<fullMethod>hasCoveragePhp(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coveragePhp</methodName>
<methodSignature>coveragePhp(): string</methodSignature>
<fullMethod>coveragePhp(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageText</methodName>
<methodSignature>hasCoverageText(): bool</methodSignature>
<fullMethod>hasCoverageText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageText</methodName>
<methodSignature>coverageText(): string</methodSignature>
<fullMethod>coverageText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageTextShowUncoveredFiles</methodName>
<methodSignature>hasCoverageTextShowUncoveredFiles(): bool</methodSignature>
<fullMethod>hasCoverageTextShowUncoveredFiles(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageTextShowUncoveredFiles</methodName>
<methodSignature>coverageTextShowUncoveredFiles(): bool</methodSignature>
<fullMethod>coverageTextShowUncoveredFiles(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageTextShowOnlySummary</methodName>
<methodSignature>hasCoverageTextShowOnlySummary(): bool</methodSignature>
<fullMethod>hasCoverageTextShowOnlySummary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageTextShowOnlySummary</methodName>
<methodSignature>coverageTextShowOnlySummary(): bool</methodSignature>
<fullMethod>coverageTextShowOnlySummary(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageXml</methodName>
<methodSignature>hasCoverageXml(): bool</methodSignature>
<fullMethod>hasCoverageXml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageXml</methodName>
<methodSignature>coverageXml(): string</methodSignature>
<fullMethod>coverageXml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasPathCoverage</methodName>
<methodSignature>hasPathCoverage(): bool</methodSignature>
<fullMethod>hasPathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>pathCoverage</methodName>
<methodSignature>pathCoverage(): bool</methodSignature>
<fullMethod>pathCoverage(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasCoverageCacheDirectory</methodName>
<methodSignature>hasCoverageCacheDirectory(): bool</methodSignature>
<fullMethod>hasCoverageCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>coverageCacheDirectory</methodName>
<methodSignature>coverageCacheDirectory(): string</methodSignature>
<fullMethod>coverageCacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>warmCoverageCache</methodName>
<methodSignature>warmCoverageCache(): bool</methodSignature>
<fullMethod>warmCoverageCache(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDefaultTimeLimit</methodName>
<methodSignature>hasDefaultTimeLimit(): bool</methodSignature>
<fullMethod>hasDefaultTimeLimit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>defaultTimeLimit</methodName>
<methodSignature>defaultTimeLimit(): int</methodSignature>
<fullMethod>defaultTimeLimit(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisableCodeCoverageIgnore</methodName>
<methodSignature>hasDisableCodeCoverageIgnore(): bool</methodSignature>
<fullMethod>hasDisableCodeCoverageIgnore(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>disableCodeCoverageIgnore</methodName>
<methodSignature>disableCodeCoverageIgnore(): bool</methodSignature>
<fullMethod>disableCodeCoverageIgnore(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisallowTestOutput</methodName>
<methodSignature>hasDisallowTestOutput(): bool</methodSignature>
<fullMethod>hasDisallowTestOutput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>disallowTestOutput</methodName>
<methodSignature>disallowTestOutput(): bool</methodSignature>
<fullMethod>disallowTestOutput(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasEnforceTimeLimit</methodName>
<methodSignature>hasEnforceTimeLimit(): bool</methodSignature>
<fullMethod>hasEnforceTimeLimit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>enforceTimeLimit</methodName>
<methodSignature>enforceTimeLimit(): bool</methodSignature>
<fullMethod>enforceTimeLimit(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasExcludeGroups</methodName>
<methodSignature>hasExcludeGroups(): bool</methodSignature>
<fullMethod>hasExcludeGroups(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>excludeGroups</methodName>
<methodSignature>excludeGroups(): array</methodSignature>
<fullMethod>excludeGroups(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasExecutionOrder</methodName>
<methodSignature>hasExecutionOrder(): bool</methodSignature>
<fullMethod>hasExecutionOrder(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>executionOrder</methodName>
<methodSignature>executionOrder(): int</methodSignature>
<fullMethod>executionOrder(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasExecutionOrderDefects</methodName>
<methodSignature>hasExecutionOrderDefects(): bool</methodSignature>
<fullMethod>hasExecutionOrderDefects(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>executionOrderDefects</methodName>
<methodSignature>executionOrderDefects(): int</methodSignature>
<fullMethod>executionOrderDefects(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFailOnEmptyTestSuite</methodName>
<methodSignature>hasFailOnEmptyTestSuite(): bool</methodSignature>
<fullMethod>hasFailOnEmptyTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>failOnEmptyTestSuite</methodName>
<methodSignature>failOnEmptyTestSuite(): bool</methodSignature>
<fullMethod>failOnEmptyTestSuite(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFailOnIncomplete</methodName>
<methodSignature>hasFailOnIncomplete(): bool</methodSignature>
<fullMethod>hasFailOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>failOnIncomplete</methodName>
<methodSignature>failOnIncomplete(): bool</methodSignature>
<fullMethod>failOnIncomplete(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFailOnRisky</methodName>
<methodSignature>hasFailOnRisky(): bool</methodSignature>
<fullMethod>hasFailOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>failOnRisky</methodName>
<methodSignature>failOnRisky(): bool</methodSignature>
<fullMethod>failOnRisky(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFailOnSkipped</methodName>
<methodSignature>hasFailOnSkipped(): bool</methodSignature>
<fullMethod>hasFailOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>failOnSkipped</methodName>
<methodSignature>failOnSkipped(): bool</methodSignature>
<fullMethod>failOnSkipped(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFailOnWarning</methodName>
<methodSignature>hasFailOnWarning(): bool</methodSignature>
<fullMethod>hasFailOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>failOnWarning</methodName>
<methodSignature>failOnWarning(): bool</methodSignature>
<fullMethod>failOnWarning(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasFilter</methodName>
<methodSignature>hasFilter(): bool</methodSignature>
<fullMethod>hasFilter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>filter</methodName>
<methodSignature>filter(): string</methodSignature>
<fullMethod>filter(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>generateConfiguration</methodName>
<methodSignature>generateConfiguration(): bool</methodSignature>
<fullMethod>generateConfiguration(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>migrateConfiguration</methodName>
<methodSignature>migrateConfiguration(): bool</methodSignature>
<fullMethod>migrateConfiguration(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasGroups</methodName>
<methodSignature>hasGroups(): bool</methodSignature>
<fullMethod>hasGroups(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>groups</methodName>
<methodSignature>groups(): array</methodSignature>
<fullMethod>groups(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestsCovering</methodName>
<methodSignature>hasTestsCovering(): bool</methodSignature>
<fullMethod>hasTestsCovering(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testsCovering</methodName>
<methodSignature>testsCovering(): array</methodSignature>
<fullMethod>testsCovering(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestsUsing</methodName>
<methodSignature>hasTestsUsing(): bool</methodSignature>
<fullMethod>hasTestsUsing(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testsUsing</methodName>
<methodSignature>testsUsing(): array</methodSignature>
<fullMethod>testsUsing(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>help</methodName>
<methodSignature>help(): bool</methodSignature>
<fullMethod>help(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasIncludePath</methodName>
<methodSignature>hasIncludePath(): bool</methodSignature>
<fullMethod>hasIncludePath(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>includePath</methodName>
<methodSignature>includePath(): string</methodSignature>
<fullMethod>includePath(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasIniSettings</methodName>
<methodSignature>hasIniSettings(): bool</methodSignature>
<fullMethod>hasIniSettings(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>iniSettings</methodName>
<methodSignature>iniSettings(): array</methodSignature>
<fullMethod>iniSettings(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasJunitLogfile</methodName>
<methodSignature>hasJunitLogfile(): bool</methodSignature>
<fullMethod>hasJunitLogfile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>junitLogfile</methodName>
<methodSignature>junitLogfile(): string</methodSignature>
<fullMethod>junitLogfile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>listGroups</methodName>
<methodSignature>listGroups(): bool</methodSignature>
<fullMethod>listGroups(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>listSuites</methodName>
<methodSignature>listSuites(): bool</methodSignature>
<fullMethod>listSuites(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>listTests</methodName>
<methodSignature>listTests(): bool</methodSignature>
<fullMethod>listTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasListTestsXml</methodName>
<methodSignature>hasListTestsXml(): bool</methodSignature>
<fullMethod>hasListTestsXml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>listTestsXml</methodName>
<methodSignature>listTestsXml(): string</methodSignature>
<fullMethod>listTestsXml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoCoverage</methodName>
<methodSignature>hasNoCoverage(): bool</methodSignature>
<fullMethod>hasNoCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noCoverage</methodName>
<methodSignature>noCoverage(): bool</methodSignature>
<fullMethod>noCoverage(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoExtensions</methodName>
<methodSignature>hasNoExtensions(): bool</methodSignature>
<fullMethod>hasNoExtensions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noExtensions</methodName>
<methodSignature>noExtensions(): bool</methodSignature>
<fullMethod>noExtensions(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoOutput</methodName>
<methodSignature>hasNoOutput(): bool</methodSignature>
<fullMethod>hasNoOutput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noOutput</methodName>
<methodSignature>noOutput(): bool</methodSignature>
<fullMethod>noOutput(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoProgress</methodName>
<methodSignature>hasNoProgress(): bool</methodSignature>
<fullMethod>hasNoProgress(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noProgress</methodName>
<methodSignature>noProgress(): bool</methodSignature>
<fullMethod>noProgress(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoResults</methodName>
<methodSignature>hasNoResults(): bool</methodSignature>
<fullMethod>hasNoResults(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noResults</methodName>
<methodSignature>noResults(): bool</methodSignature>
<fullMethod>noResults(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasNoLogging</methodName>
<methodSignature>hasNoLogging(): bool</methodSignature>
<fullMethod>hasNoLogging(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>noLogging</methodName>
<methodSignature>noLogging(): bool</methodSignature>
<fullMethod>noLogging(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasProcessIsolation</methodName>
<methodSignature>hasProcessIsolation(): bool</methodSignature>
<fullMethod>hasProcessIsolation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>processIsolation</methodName>
<methodSignature>processIsolation(): bool</methodSignature>
<fullMethod>processIsolation(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasRandomOrderSeed</methodName>
<methodSignature>hasRandomOrderSeed(): bool</methodSignature>
<fullMethod>hasRandomOrderSeed(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>randomOrderSeed</methodName>
<methodSignature>randomOrderSeed(): int</methodSignature>
<fullMethod>randomOrderSeed(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasReportUselessTests</methodName>
<methodSignature>hasReportUselessTests(): bool</methodSignature>
<fullMethod>hasReportUselessTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>reportUselessTests</methodName>
<methodSignature>reportUselessTests(): bool</methodSignature>
<fullMethod>reportUselessTests(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasResolveDependencies</methodName>
<methodSignature>hasResolveDependencies(): bool</methodSignature>
<fullMethod>hasResolveDependencies(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>resolveDependencies</methodName>
<methodSignature>resolveDependencies(): bool</methodSignature>
<fullMethod>resolveDependencies(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasReverseList</methodName>
<methodSignature>hasReverseList(): bool</methodSignature>
<fullMethod>hasReverseList(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>reverseList</methodName>
<methodSignature>reverseList(): bool</methodSignature>
<fullMethod>reverseList(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStderr</methodName>
<methodSignature>hasStderr(): bool</methodSignature>
<fullMethod>hasStderr(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stderr</methodName>
<methodSignature>stderr(): bool</methodSignature>
<fullMethod>stderr(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStrictCoverage</methodName>
<methodSignature>hasStrictCoverage(): bool</methodSignature>
<fullMethod>hasStrictCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>strictCoverage</methodName>
<methodSignature>strictCoverage(): bool</methodSignature>
<fullMethod>strictCoverage(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnDefect</methodName>
<methodSignature>hasStopOnDefect(): bool</methodSignature>
<fullMethod>hasStopOnDefect(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnDefect</methodName>
<methodSignature>stopOnDefect(): bool</methodSignature>
<fullMethod>stopOnDefect(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnError</methodName>
<methodSignature>hasStopOnError(): bool</methodSignature>
<fullMethod>hasStopOnError(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnError</methodName>
<methodSignature>stopOnError(): bool</methodSignature>
<fullMethod>stopOnError(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnFailure</methodName>
<methodSignature>hasStopOnFailure(): bool</methodSignature>
<fullMethod>hasStopOnFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnFailure</methodName>
<methodSignature>stopOnFailure(): bool</methodSignature>
<fullMethod>stopOnFailure(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnIncomplete</methodName>
<methodSignature>hasStopOnIncomplete(): bool</methodSignature>
<fullMethod>hasStopOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnIncomplete</methodName>
<methodSignature>stopOnIncomplete(): bool</methodSignature>
<fullMethod>stopOnIncomplete(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnRisky</methodName>
<methodSignature>hasStopOnRisky(): bool</methodSignature>
<fullMethod>hasStopOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnRisky</methodName>
<methodSignature>stopOnRisky(): bool</methodSignature>
<fullMethod>stopOnRisky(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnSkipped</methodName>
<methodSignature>hasStopOnSkipped(): bool</methodSignature>
<fullMethod>hasStopOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnSkipped</methodName>
<methodSignature>stopOnSkipped(): bool</methodSignature>
<fullMethod>stopOnSkipped(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasStopOnWarning</methodName>
<methodSignature>hasStopOnWarning(): bool</methodSignature>
<fullMethod>hasStopOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>stopOnWarning</methodName>
<methodSignature>stopOnWarning(): bool</methodSignature>
<fullMethod>stopOnWarning(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTeamcityLogfile</methodName>
<methodSignature>hasTeamcityLogfile(): bool</methodSignature>
<fullMethod>hasTeamcityLogfile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>teamcityLogfile</methodName>
<methodSignature>teamcityLogfile(): string</methodSignature>
<fullMethod>teamcityLogfile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTeamCityPrinter</methodName>
<methodSignature>hasTeamCityPrinter(): bool</methodSignature>
<fullMethod>hasTeamCityPrinter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>teamCityPrinter</methodName>
<methodSignature>teamCityPrinter(): bool</methodSignature>
<fullMethod>teamCityPrinter(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestdoxHtmlFile</methodName>
<methodSignature>hasTestdoxHtmlFile(): bool</methodSignature>
<fullMethod>hasTestdoxHtmlFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testdoxHtmlFile</methodName>
<methodSignature>testdoxHtmlFile(): string</methodSignature>
<fullMethod>testdoxHtmlFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestdoxTextFile</methodName>
<methodSignature>hasTestdoxTextFile(): bool</methodSignature>
<fullMethod>hasTestdoxTextFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testdoxTextFile</methodName>
<methodSignature>testdoxTextFile(): string</methodSignature>
<fullMethod>testdoxTextFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestDoxPrinter</methodName>
<methodSignature>hasTestDoxPrinter(): bool</methodSignature>
<fullMethod>hasTestDoxPrinter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testdoxPrinter</methodName>
<methodSignature>testdoxPrinter(): bool</methodSignature>
<fullMethod>testdoxPrinter(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestSuffixes</methodName>
<methodSignature>hasTestSuffixes(): bool</methodSignature>
<fullMethod>hasTestSuffixes(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testSuffixes</methodName>
<methodSignature>testSuffixes(): array</methodSignature>
<fullMethod>testSuffixes(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasTestSuite</methodName>
<methodSignature>hasTestSuite(): bool</methodSignature>
<fullMethod>hasTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): string</methodSignature>
<fullMethod>testSuite(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasExcludedTestSuite</methodName>
<methodSignature>hasExcludedTestSuite(): bool</methodSignature>
<fullMethod>hasExcludedTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>excludedTestSuite</methodName>
<methodSignature>excludedTestSuite(): string</methodSignature>
<fullMethod>excludedTestSuite(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>useDefaultConfiguration</methodName>
<methodSignature>useDefaultConfiguration(): bool</methodSignature>
<fullMethod>useDefaultConfiguration(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnIncompleteTests</methodName>
<methodSignature>hasDisplayDetailsOnIncompleteTests(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnIncompleteTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnIncompleteTests</methodName>
<methodSignature>displayDetailsOnIncompleteTests(): bool</methodSignature>
<fullMethod>displayDetailsOnIncompleteTests(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnSkippedTests</methodName>
<methodSignature>hasDisplayDetailsOnSkippedTests(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnSkippedTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnSkippedTests</methodName>
<methodSignature>displayDetailsOnSkippedTests(): bool</methodSignature>
<fullMethod>displayDetailsOnSkippedTests(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnTestsThatTriggerDeprecations</methodName>
<methodSignature>hasDisplayDetailsOnTestsThatTriggerDeprecations(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnTestsThatTriggerDeprecations(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerDeprecations</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerDeprecations(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerDeprecations(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnTestsThatTriggerErrors</methodName>
<methodSignature>hasDisplayDetailsOnTestsThatTriggerErrors(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnTestsThatTriggerErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerErrors</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerErrors(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerErrors(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnTestsThatTriggerNotices</methodName>
<methodSignature>hasDisplayDetailsOnTestsThatTriggerNotices(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnTestsThatTriggerNotices(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerNotices</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerNotices(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerNotices(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasDisplayDetailsOnTestsThatTriggerWarnings</methodName>
<methodSignature>hasDisplayDetailsOnTestsThatTriggerWarnings(): bool</methodSignature>
<fullMethod>hasDisplayDetailsOnTestsThatTriggerWarnings(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerWarnings</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerWarnings(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerWarnings(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>version</methodName>
<methodSignature>version(): bool</methodSignature>
<fullMethod>version(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasLogEventsText</methodName>
<methodSignature>hasLogEventsText(): bool</methodSignature>
<fullMethod>hasLogEventsText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>logEventsText</methodName>
<methodSignature>logEventsText(): string</methodSignature>
<fullMethod>logEventsText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>hasLogEventsVerboseText</methodName>
<methodSignature>hasLogEventsVerboseText(): bool</methodSignature>
<fullMethod>hasLogEventsVerboseText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\Configuration</className>
<methodName>logEventsVerboseText</methodName>
<methodSignature>logEventsVerboseText(): string</methodSignature>
<fullMethod>logEventsVerboseText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\XmlConfigurationFileFinder</className>
<methodName>find</methodName>
<methodSignature>find(PHPUnit\TextUI\CliArguments\Configuration $configuration): string|false</methodSignature>
<fullMethod>find(PHPUnit\TextUI\CliArguments\Configuration $configuration): string|false</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\CliArguments</package>
<className>PHPUnit\TextUI\CliArguments\XmlConfigurationFileFinder</className>
<methodName>configurationFileInDirectory</methodName>
<methodSignature>configurationFileInDirectory(string $directory): string|false</methodSignature>
<fullMethod>configurationFileInDirectory(string $directory): string|false</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry</className>
<methodName>instance</methodName>
<methodSignature>instance(): self</methodSignature>
<fullMethod>instance(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry</className>
<methodName>get</methodName>
<methodSignature>get(): SebastianBergmann\CodeCoverage\Filter</methodSignature>
<fullMethod>get(): SebastianBergmann\CodeCoverage\Filter</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry</className>
<methodName>init</methodName>
<methodSignature>init(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>init(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\CodeCoverageFilterRegistry</className>
<methodName>configured</methodName>
<methodSignature>configured(): bool</methodSignature>
<fullMethod>configured(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $cliArgument, ?string $configurationFile, ?string $bootstrap, bool $cacheResult, ?string $cacheDirectory, ?string $coverageCacheDirectory, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $coverageIncludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $coverageIncludeFiles, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $coverageExcludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $coverageExcludeFiles, string $testResultCacheFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4j, int $coverageCrap4jThreshold, ?string $coverageHtml, int $coverageHtmlLowUpperBound, int $coverageHtmlHighLowerBound, string $coverageHtmlColorSuccessLow, string $coverageHtmlColorSuccessMedium, string $coverageHtmlColorSuccessHigh, string $coverageHtmlColorWarning, string $coverageHtmlColorDanger, ?string $coverageHtmlCustomCssFile, ?string $coveragePhp, ?string $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, ?string $coverageXml, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $outputToStandardErrorStream, int|string $columns, bool $noExtensions, ?string $pharExtensionDirectory, array $extensionBootstrappers, bool $backupGlobals, bool $backupStaticProperties, bool $beStrictAboutChangesToGlobalState, bool $colors, bool $processIsolation, bool $stopOnDefect, bool $stopOnError, bool $stopOnFailure, bool $stopOnWarning, bool $stopOnIncomplete, bool $stopOnRisky, bool $stopOnSkipped, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, bool $reportUselessTests, bool $strictCoverage, bool $disallowTestOutput, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, bool $registerMockObjectsFromTestArgumentsRecursively, bool $noProgress, bool $noResults, bool $noOutput, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies, ?string $logfileTeamcity, ?string $logfileJunit, ?string $logfileTestdoxHtml, ?string $logfileTestdoxText, ?string $logEventsText, ?string $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, ?array $testsCovering, ?array $testsUsing, ?string $filter, ?array $groups, ?array $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, ?string $defaultTestSuite, array $testSuffixes, PHPUnit\TextUI\Configuration\Php $php)</methodSignature>
<fullMethod>__construct(?string $cliArgument, ?string $configurationFile, ?string $bootstrap, bool $cacheResult, ?string $cacheDirectory, ?string $coverageCacheDirectory, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $coverageIncludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $coverageIncludeFiles, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $coverageExcludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $coverageExcludeFiles, string $testResultCacheFile, ?string $coverageClover, ?string $coverageCobertura, ?string $coverageCrap4j, int $coverageCrap4jThreshold, ?string $coverageHtml, int $coverageHtmlLowUpperBound, int $coverageHtmlHighLowerBound, string $coverageHtmlColorSuccessLow, string $coverageHtmlColorSuccessMedium, string $coverageHtmlColorSuccessHigh, string $coverageHtmlColorWarning, string $coverageHtmlColorDanger, ?string $coverageHtmlCustomCssFile, ?string $coveragePhp, ?string $coverageText, bool $coverageTextShowUncoveredFiles, bool $coverageTextShowOnlySummary, ?string $coverageXml, bool $pathCoverage, bool $ignoreDeprecatedCodeUnitsFromCodeCoverage, bool $disableCodeCoverageIgnore, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $outputToStandardErrorStream, int|string $columns, bool $noExtensions, ?string $pharExtensionDirectory, array $extensionBootstrappers, bool $backupGlobals, bool $backupStaticProperties, bool $beStrictAboutChangesToGlobalState, bool $colors, bool $processIsolation, bool $stopOnDefect, bool $stopOnError, bool $stopOnFailure, bool $stopOnWarning, bool $stopOnIncomplete, bool $stopOnRisky, bool $stopOnSkipped, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, bool $reportUselessTests, bool $strictCoverage, bool $disallowTestOutput, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, bool $registerMockObjectsFromTestArgumentsRecursively, bool $noProgress, bool $noResults, bool $noOutput, int $executionOrder, int $executionOrderDefects, bool $resolveDependencies, ?string $logfileTeamcity, ?string $logfileJunit, ?string $logfileTestdoxHtml, ?string $logfileTestdoxText, ?string $logEventsText, ?string $logEventsVerboseText, bool $teamCityOutput, bool $testDoxOutput, ?array $testsCovering, ?array $testsUsing, ?string $filter, ?array $groups, ?array $excludeGroups, int $randomOrderSeed, bool $includeUncoveredFiles, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite, string $includeTestSuite, string $excludeTestSuite, ?string $defaultTestSuite, array $testSuffixes, PHPUnit\TextUI\Configuration\Php $php)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCliArgument</methodName>
<methodSignature>hasCliArgument(): bool</methodSignature>
<fullMethod>hasCliArgument(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>cliArgument</methodName>
<methodSignature>cliArgument(): string</methodSignature>
<fullMethod>cliArgument(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasConfigurationFile</methodName>
<methodSignature>hasConfigurationFile(): bool</methodSignature>
<fullMethod>hasConfigurationFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>configurationFile</methodName>
<methodSignature>configurationFile(): string</methodSignature>
<fullMethod>configurationFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasBootstrap</methodName>
<methodSignature>hasBootstrap(): bool</methodSignature>
<fullMethod>hasBootstrap(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>bootstrap</methodName>
<methodSignature>bootstrap(): string</methodSignature>
<fullMethod>bootstrap(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>cacheResult</methodName>
<methodSignature>cacheResult(): bool</methodSignature>
<fullMethod>cacheResult(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCacheDirectory</methodName>
<methodSignature>hasCacheDirectory(): bool</methodSignature>
<fullMethod>hasCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>cacheDirectory</methodName>
<methodSignature>cacheDirectory(): string</methodSignature>
<fullMethod>cacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageCacheDirectory</methodName>
<methodSignature>hasCoverageCacheDirectory(): bool</methodSignature>
<fullMethod>hasCoverageCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageCacheDirectory</methodName>
<methodSignature>coverageCacheDirectory(): string</methodSignature>
<fullMethod>coverageCacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport</methodName>
<methodSignature>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport(): bool</methodSignature>
<fullMethod>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageIncludeDirectories</methodName>
<methodSignature>coverageIncludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</methodSignature>
<fullMethod>coverageIncludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageIncludeFiles</methodName>
<methodSignature>coverageIncludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>coverageIncludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageExcludeDirectories</methodName>
<methodSignature>coverageExcludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</methodSignature>
<fullMethod>coverageExcludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageExcludeFiles</methodName>
<methodSignature>coverageExcludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>coverageExcludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>testResultCacheFile</methodName>
<methodSignature>testResultCacheFile(): string</methodSignature>
<fullMethod>testResultCacheFile(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>ignoreDeprecatedCodeUnitsFromCodeCoverage</methodName>
<methodSignature>ignoreDeprecatedCodeUnitsFromCodeCoverage(): bool</methodSignature>
<fullMethod>ignoreDeprecatedCodeUnitsFromCodeCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>disableCodeCoverageIgnore</methodName>
<methodSignature>disableCodeCoverageIgnore(): bool</methodSignature>
<fullMethod>disableCodeCoverageIgnore(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>pathCoverage</methodName>
<methodSignature>pathCoverage(): bool</methodSignature>
<fullMethod>pathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageReport</methodName>
<methodSignature>hasCoverageReport(): bool</methodSignature>
<fullMethod>hasCoverageReport(): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageClover</methodName>
<methodSignature>hasCoverageClover(): bool</methodSignature>
<fullMethod>hasCoverageClover(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageClover</methodName>
<methodSignature>coverageClover(): string</methodSignature>
<fullMethod>coverageClover(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageCobertura</methodName>
<methodSignature>hasCoverageCobertura(): bool</methodSignature>
<fullMethod>hasCoverageCobertura(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageCobertura</methodName>
<methodSignature>coverageCobertura(): string</methodSignature>
<fullMethod>coverageCobertura(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageCrap4j</methodName>
<methodSignature>hasCoverageCrap4j(): bool</methodSignature>
<fullMethod>hasCoverageCrap4j(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageCrap4j</methodName>
<methodSignature>coverageCrap4j(): string</methodSignature>
<fullMethod>coverageCrap4j(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageCrap4jThreshold</methodName>
<methodSignature>coverageCrap4jThreshold(): int</methodSignature>
<fullMethod>coverageCrap4jThreshold(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageHtml</methodName>
<methodSignature>hasCoverageHtml(): bool</methodSignature>
<fullMethod>hasCoverageHtml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtml</methodName>
<methodSignature>coverageHtml(): string</methodSignature>
<fullMethod>coverageHtml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlLowUpperBound</methodName>
<methodSignature>coverageHtmlLowUpperBound(): int</methodSignature>
<fullMethod>coverageHtmlLowUpperBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlHighLowerBound</methodName>
<methodSignature>coverageHtmlHighLowerBound(): int</methodSignature>
<fullMethod>coverageHtmlHighLowerBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlColorSuccessLow</methodName>
<methodSignature>coverageHtmlColorSuccessLow(): string</methodSignature>
<fullMethod>coverageHtmlColorSuccessLow(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlColorSuccessMedium</methodName>
<methodSignature>coverageHtmlColorSuccessMedium(): string</methodSignature>
<fullMethod>coverageHtmlColorSuccessMedium(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlColorSuccessHigh</methodName>
<methodSignature>coverageHtmlColorSuccessHigh(): string</methodSignature>
<fullMethod>coverageHtmlColorSuccessHigh(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlColorWarning</methodName>
<methodSignature>coverageHtmlColorWarning(): string</methodSignature>
<fullMethod>coverageHtmlColorWarning(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlColorDanger</methodName>
<methodSignature>coverageHtmlColorDanger(): string</methodSignature>
<fullMethod>coverageHtmlColorDanger(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageHtmlCustomCssFile</methodName>
<methodSignature>hasCoverageHtmlCustomCssFile(): bool</methodSignature>
<fullMethod>hasCoverageHtmlCustomCssFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageHtmlCustomCssFile</methodName>
<methodSignature>coverageHtmlCustomCssFile(): string</methodSignature>
<fullMethod>coverageHtmlCustomCssFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoveragePhp</methodName>
<methodSignature>hasCoveragePhp(): bool</methodSignature>
<fullMethod>hasCoveragePhp(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coveragePhp</methodName>
<methodSignature>coveragePhp(): string</methodSignature>
<fullMethod>coveragePhp(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageText</methodName>
<methodSignature>hasCoverageText(): bool</methodSignature>
<fullMethod>hasCoverageText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageText</methodName>
<methodSignature>coverageText(): string</methodSignature>
<fullMethod>coverageText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageTextShowUncoveredFiles</methodName>
<methodSignature>coverageTextShowUncoveredFiles(): bool</methodSignature>
<fullMethod>coverageTextShowUncoveredFiles(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageTextShowOnlySummary</methodName>
<methodSignature>coverageTextShowOnlySummary(): bool</methodSignature>
<fullMethod>coverageTextShowOnlySummary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasCoverageXml</methodName>
<methodSignature>hasCoverageXml(): bool</methodSignature>
<fullMethod>hasCoverageXml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>coverageXml</methodName>
<methodSignature>coverageXml(): string</methodSignature>
<fullMethod>coverageXml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>failOnEmptyTestSuite</methodName>
<methodSignature>failOnEmptyTestSuite(): bool</methodSignature>
<fullMethod>failOnEmptyTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>failOnIncomplete</methodName>
<methodSignature>failOnIncomplete(): bool</methodSignature>
<fullMethod>failOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>failOnRisky</methodName>
<methodSignature>failOnRisky(): bool</methodSignature>
<fullMethod>failOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>failOnSkipped</methodName>
<methodSignature>failOnSkipped(): bool</methodSignature>
<fullMethod>failOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>failOnWarning</methodName>
<methodSignature>failOnWarning(): bool</methodSignature>
<fullMethod>failOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>outputToStandardErrorStream</methodName>
<methodSignature>outputToStandardErrorStream(): bool</methodSignature>
<fullMethod>outputToStandardErrorStream(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>columns</methodName>
<methodSignature>columns(): int</methodSignature>
<fullMethod>columns(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>loadPharExtensions</methodName>
<methodSignature>loadPharExtensions(): bool</methodSignature>
<fullMethod>loadPharExtensions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>noExtensions</methodName>
<methodSignature>noExtensions(): bool</methodSignature>
<fullMethod>noExtensions(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasPharExtensionDirectory</methodName>
<methodSignature>hasPharExtensionDirectory(): bool</methodSignature>
<fullMethod>hasPharExtensionDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>pharExtensionDirectory</methodName>
<methodSignature>pharExtensionDirectory(): string</methodSignature>
<fullMethod>pharExtensionDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>extensionBootstrappers</methodName>
<methodSignature>extensionBootstrappers(): array</methodSignature>
<fullMethod>extensionBootstrappers(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>backupGlobals</methodName>
<methodSignature>backupGlobals(): bool</methodSignature>
<fullMethod>backupGlobals(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>backupStaticProperties</methodName>
<methodSignature>backupStaticProperties(): bool</methodSignature>
<fullMethod>backupStaticProperties(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>beStrictAboutChangesToGlobalState</methodName>
<methodSignature>beStrictAboutChangesToGlobalState(): bool</methodSignature>
<fullMethod>beStrictAboutChangesToGlobalState(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>colors</methodName>
<methodSignature>colors(): bool</methodSignature>
<fullMethod>colors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>processIsolation</methodName>
<methodSignature>processIsolation(): bool</methodSignature>
<fullMethod>processIsolation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnDefect</methodName>
<methodSignature>stopOnDefect(): bool</methodSignature>
<fullMethod>stopOnDefect(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnError</methodName>
<methodSignature>stopOnError(): bool</methodSignature>
<fullMethod>stopOnError(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnFailure</methodName>
<methodSignature>stopOnFailure(): bool</methodSignature>
<fullMethod>stopOnFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnWarning</methodName>
<methodSignature>stopOnWarning(): bool</methodSignature>
<fullMethod>stopOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnIncomplete</methodName>
<methodSignature>stopOnIncomplete(): bool</methodSignature>
<fullMethod>stopOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnRisky</methodName>
<methodSignature>stopOnRisky(): bool</methodSignature>
<fullMethod>stopOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>stopOnSkipped</methodName>
<methodSignature>stopOnSkipped(): bool</methodSignature>
<fullMethod>stopOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>enforceTimeLimit</methodName>
<methodSignature>enforceTimeLimit(): bool</methodSignature>
<fullMethod>enforceTimeLimit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>defaultTimeLimit</methodName>
<methodSignature>defaultTimeLimit(): int</methodSignature>
<fullMethod>defaultTimeLimit(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>timeoutForSmallTests</methodName>
<methodSignature>timeoutForSmallTests(): int</methodSignature>
<fullMethod>timeoutForSmallTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>timeoutForMediumTests</methodName>
<methodSignature>timeoutForMediumTests(): int</methodSignature>
<fullMethod>timeoutForMediumTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>timeoutForLargeTests</methodName>
<methodSignature>timeoutForLargeTests(): int</methodSignature>
<fullMethod>timeoutForLargeTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>reportUselessTests</methodName>
<methodSignature>reportUselessTests(): bool</methodSignature>
<fullMethod>reportUselessTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>strictCoverage</methodName>
<methodSignature>strictCoverage(): bool</methodSignature>
<fullMethod>strictCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>disallowTestOutput</methodName>
<methodSignature>disallowTestOutput(): bool</methodSignature>
<fullMethod>disallowTestOutput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnIncompleteTests</methodName>
<methodSignature>displayDetailsOnIncompleteTests(): bool</methodSignature>
<fullMethod>displayDetailsOnIncompleteTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnSkippedTests</methodName>
<methodSignature>displayDetailsOnSkippedTests(): bool</methodSignature>
<fullMethod>displayDetailsOnSkippedTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerDeprecations</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerDeprecations(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerDeprecations(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerErrors</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerErrors(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerNotices</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerNotices(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerNotices(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>displayDetailsOnTestsThatTriggerWarnings</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerWarnings(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerWarnings(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>reverseDefectList</methodName>
<methodSignature>reverseDefectList(): bool</methodSignature>
<fullMethod>reverseDefectList(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>requireCoverageMetadata</methodName>
<methodSignature>requireCoverageMetadata(): bool</methodSignature>
<fullMethod>requireCoverageMetadata(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>registerMockObjectsFromTestArgumentsRecursively</methodName>
<methodSignature>registerMockObjectsFromTestArgumentsRecursively(): bool</methodSignature>
<fullMethod>registerMockObjectsFromTestArgumentsRecursively(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>noProgress</methodName>
<methodSignature>noProgress(): bool</methodSignature>
<fullMethod>noProgress(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>noResults</methodName>
<methodSignature>noResults(): bool</methodSignature>
<fullMethod>noResults(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>noOutput</methodName>
<methodSignature>noOutput(): bool</methodSignature>
<fullMethod>noOutput(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>executionOrder</methodName>
<methodSignature>executionOrder(): int</methodSignature>
<fullMethod>executionOrder(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>executionOrderDefects</methodName>
<methodSignature>executionOrderDefects(): int</methodSignature>
<fullMethod>executionOrderDefects(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>resolveDependencies</methodName>
<methodSignature>resolveDependencies(): bool</methodSignature>
<fullMethod>resolveDependencies(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogfileTeamcity</methodName>
<methodSignature>hasLogfileTeamcity(): bool</methodSignature>
<fullMethod>hasLogfileTeamcity(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logfileTeamcity</methodName>
<methodSignature>logfileTeamcity(): string</methodSignature>
<fullMethod>logfileTeamcity(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogfileJunit</methodName>
<methodSignature>hasLogfileJunit(): bool</methodSignature>
<fullMethod>hasLogfileJunit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logfileJunit</methodName>
<methodSignature>logfileJunit(): string</methodSignature>
<fullMethod>logfileJunit(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogfileTestdoxHtml</methodName>
<methodSignature>hasLogfileTestdoxHtml(): bool</methodSignature>
<fullMethod>hasLogfileTestdoxHtml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logfileTestdoxHtml</methodName>
<methodSignature>logfileTestdoxHtml(): string</methodSignature>
<fullMethod>logfileTestdoxHtml(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogfileTestdoxText</methodName>
<methodSignature>hasLogfileTestdoxText(): bool</methodSignature>
<fullMethod>hasLogfileTestdoxText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logfileTestdoxText</methodName>
<methodSignature>logfileTestdoxText(): string</methodSignature>
<fullMethod>logfileTestdoxText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogEventsText</methodName>
<methodSignature>hasLogEventsText(): bool</methodSignature>
<fullMethod>hasLogEventsText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logEventsText</methodName>
<methodSignature>logEventsText(): string</methodSignature>
<fullMethod>logEventsText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasLogEventsVerboseText</methodName>
<methodSignature>hasLogEventsVerboseText(): bool</methodSignature>
<fullMethod>hasLogEventsVerboseText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>logEventsVerboseText</methodName>
<methodSignature>logEventsVerboseText(): string</methodSignature>
<fullMethod>logEventsVerboseText(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>outputIsTeamCity</methodName>
<methodSignature>outputIsTeamCity(): bool</methodSignature>
<fullMethod>outputIsTeamCity(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>outputIsTestDox</methodName>
<methodSignature>outputIsTestDox(): bool</methodSignature>
<fullMethod>outputIsTestDox(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasTestsCovering</methodName>
<methodSignature>hasTestsCovering(): bool</methodSignature>
<fullMethod>hasTestsCovering(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>testsCovering</methodName>
<methodSignature>testsCovering(): array</methodSignature>
<fullMethod>testsCovering(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasTestsUsing</methodName>
<methodSignature>hasTestsUsing(): bool</methodSignature>
<fullMethod>hasTestsUsing(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>testsUsing</methodName>
<methodSignature>testsUsing(): array</methodSignature>
<fullMethod>testsUsing(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasFilter</methodName>
<methodSignature>hasFilter(): bool</methodSignature>
<fullMethod>hasFilter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>filter</methodName>
<methodSignature>filter(): string</methodSignature>
<fullMethod>filter(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasGroups</methodName>
<methodSignature>hasGroups(): bool</methodSignature>
<fullMethod>hasGroups(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>groups</methodName>
<methodSignature>groups(): array</methodSignature>
<fullMethod>groups(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasExcludeGroups</methodName>
<methodSignature>hasExcludeGroups(): bool</methodSignature>
<fullMethod>hasExcludeGroups(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>excludeGroups</methodName>
<methodSignature>excludeGroups(): array</methodSignature>
<fullMethod>excludeGroups(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>randomOrderSeed</methodName>
<methodSignature>randomOrderSeed(): int</methodSignature>
<fullMethod>randomOrderSeed(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>includeUncoveredFiles</methodName>
<methodSignature>includeUncoveredFiles(): bool</methodSignature>
<fullMethod>includeUncoveredFiles(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\TextUI\Configuration\TestSuiteCollection</methodSignature>
<fullMethod>testSuite(): PHPUnit\TextUI\Configuration\TestSuiteCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>includeTestSuite</methodName>
<methodSignature>includeTestSuite(): string</methodSignature>
<fullMethod>includeTestSuite(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>excludeTestSuite</methodName>
<methodSignature>excludeTestSuite(): string</methodSignature>
<fullMethod>excludeTestSuite(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>hasDefaultTestSuite</methodName>
<methodSignature>hasDefaultTestSuite(): bool</methodSignature>
<fullMethod>hasDefaultTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>defaultTestSuite</methodName>
<methodSignature>defaultTestSuite(): string</methodSignature>
<fullMethod>defaultTestSuite(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>testSuffixes</methodName>
<methodSignature>testSuffixes(): array</methodSignature>
<fullMethod>testSuffixes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Configuration</className>
<methodName>php</methodName>
<methodSignature>php(): PHPUnit\TextUI\Configuration\Php</methodSignature>
<fullMethod>php(): PHPUnit\TextUI\Configuration\Php</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Merger</className>
<methodName>merge</methodName>
<methodSignature>merge(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\TextUI\XmlConfiguration\Configuration $xmlConfiguration): PHPUnit\TextUI\Configuration\Configuration</methodSignature>
<fullMethod>merge(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\TextUI\XmlConfiguration\Configuration $xmlConfiguration): PHPUnit\TextUI\Configuration\Configuration</fullMethod>
<crap>22952</crap>
<complexity>151</complexity>
<coverage>0</coverage>
<crapLoad>156</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handle</methodName>
<methodSignature>handle(PHPUnit\TextUI\Configuration\Php $configuration): void</methodSignature>
<fullMethod>handle(PHPUnit\TextUI\Configuration\Php $configuration): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleIncludePaths</methodName>
<methodSignature>handleIncludePaths(PHPUnit\TextUI\Configuration\DirectoryCollection $includePaths): void</methodSignature>
<fullMethod>handleIncludePaths(PHPUnit\TextUI\Configuration\DirectoryCollection $includePaths): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleIniSettings</methodName>
<methodSignature>handleIniSettings(PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings): void</methodSignature>
<fullMethod>handleIniSettings(PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleConstants</methodName>
<methodSignature>handleConstants(PHPUnit\TextUI\Configuration\ConstantCollection $constants): void</methodSignature>
<fullMethod>handleConstants(PHPUnit\TextUI\Configuration\ConstantCollection $constants): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleGlobalVariables</methodName>
<methodSignature>handleGlobalVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</methodSignature>
<fullMethod>handleGlobalVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleServerVariables</methodName>
<methodSignature>handleServerVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</methodSignature>
<fullMethod>handleServerVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleVariables</methodName>
<methodSignature>handleVariables(string $target, PHPUnit\TextUI\Configuration\VariableCollection $variables): void</methodSignature>
<fullMethod>handleVariables(string $target, PHPUnit\TextUI\Configuration\VariableCollection $variables): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\PhpHandler</className>
<methodName>handleEnvVariables</methodName>
<methodSignature>handleEnvVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</methodSignature>
<fullMethod>handleEnvVariables(PHPUnit\TextUI\Configuration\VariableCollection $variables): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Registry</className>
<methodName>saveTo</methodName>
<methodSignature>saveTo(string $path): bool</methodSignature>
<fullMethod>saveTo(string $path): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Registry</className>
<methodName>loadFrom</methodName>
<methodSignature>loadFrom(string $path): void</methodSignature>
<fullMethod>loadFrom(string $path): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Registry</className>
<methodName>get</methodName>
<methodSignature>get(): PHPUnit\TextUI\Configuration\Configuration</methodSignature>
<fullMethod>get(): PHPUnit\TextUI\Configuration\Configuration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Registry</className>
<methodName>init</methodName>
<methodSignature>init(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\TextUI\XmlConfiguration\Configuration $xmlConfiguration): PHPUnit\TextUI\Configuration\Configuration</methodSignature>
<fullMethod>init(PHPUnit\TextUI\CliArguments\Configuration $cliConfiguration, PHPUnit\TextUI\XmlConfiguration\Configuration $xmlConfiguration): PHPUnit\TextUI\Configuration\Configuration</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteBuilder</className>
<methodName>build</methodName>
<methodSignature>build(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Framework\TestSuite</methodSignature>
<fullMethod>build(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\Framework\TestSuite</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteBuilder</className>
<methodName>testSuiteFromPath</methodName>
<methodSignature>testSuiteFromPath(string $path, array $suffixes): PHPUnit\Framework\TestSuite</methodSignature>
<fullMethod>testSuiteFromPath(string $path, array $suffixes): PHPUnit\Framework\TestSuite</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Constant</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, bool|string $value)</methodSignature>
<fullMethod>__construct(string $name, bool|string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Constant</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Constant</className>
<methodName>value</methodName>
<methodSignature>value(): mixed</methodSignature>
<fullMethod>value(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $constants): self</methodSignature>
<fullMethod>fromArray(array $constants): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Constant $constants)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Constant $constants)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\ConstantCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\ConstantCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\ConstantCollection $constants)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\ConstantCollection $constants)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\Constant</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\Constant</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ConstantCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Directory</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Directory</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $directories): self</methodSignature>
<fullMethod>fromArray(array $directories): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Directory $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Directory $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\DirectoryCollection $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\DirectoryCollection $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\Directory</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\DirectoryCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrap</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $className, array $parameters)</methodSignature>
<fullMethod>__construct(string $className, array $parameters)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrap</className>
<methodName>className</methodName>
<methodSignature>className(): string</methodSignature>
<fullMethod>className(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrap</className>
<methodName>parameters</methodName>
<methodSignature>parameters(): array</methodSignature>
<fullMethod>parameters(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $extensionBootstraps): self</methodSignature>
<fullMethod>fromArray(array $extensionBootstraps): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrap $extensionBootstraps)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrap $extensionBootstraps)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensionBootstraps)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensionBootstraps)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\ExtensionBootstrap</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\ExtensionBootstrap</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\ExtensionBootstrapCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\File</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\File</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $files): self</methodSignature>
<fullMethod>fromArray(array $files): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $files)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $files)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>notEmpty</methodName>
<methodSignature>notEmpty(): bool</methodSignature>
<fullMethod>notEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\FileCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\FileCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\FileCollection $files)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\FileCollection $files)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FileCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectory</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path, string $prefix, string $suffix)</methodSignature>
<fullMethod>__construct(string $path, string $prefix, string $suffix)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectory</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectory</className>
<methodName>prefix</methodName>
<methodSignature>prefix(): string</methodSignature>
<fullMethod>prefix(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectory</className>
<methodName>suffix</methodName>
<methodSignature>suffix(): string</methodSignature>
<fullMethod>suffix(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $directories): self</methodSignature>
<fullMethod>fromArray(array $directories): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\FilterDirectory $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\FilterDirectory $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>notEmpty</methodName>
<methodSignature>notEmpty(): bool</methodSignature>
<fullMethod>notEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\FilterDirectoryCollection $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\FilterDirectoryCollection $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\FilterDirectory</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\FilterDirectory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\FilterDirectoryCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Group</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name)</methodSignature>
<fullMethod>__construct(string $name)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Group</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $groups): self</methodSignature>
<fullMethod>fromArray(array $groups): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Group $groups)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Group $groups)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>asArrayOfStrings</methodName>
<methodSignature>asArrayOfStrings(): array</methodSignature>
<fullMethod>asArrayOfStrings(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\GroupCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\GroupCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\GroupCollection $groups)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\GroupCollection $groups)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\Group</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\Group</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\GroupCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSetting</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, string $value)</methodSignature>
<fullMethod>__construct(string $name, string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSetting</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSetting</className>
<methodName>value</methodName>
<methodSignature>value(): string</methodSignature>
<fullMethod>value(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $iniSettings): self</methodSignature>
<fullMethod>fromArray(array $iniSettings): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\IniSetting $iniSettings)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\IniSetting $iniSettings)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\IniSetting</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\IniSetting</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\IniSettingCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\DirectoryCollection $includePaths, PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings, PHPUnit\TextUI\Configuration\ConstantCollection $constants, PHPUnit\TextUI\Configuration\VariableCollection $globalVariables, PHPUnit\TextUI\Configuration\VariableCollection $envVariables, PHPUnit\TextUI\Configuration\VariableCollection $postVariables, PHPUnit\TextUI\Configuration\VariableCollection $getVariables, PHPUnit\TextUI\Configuration\VariableCollection $cookieVariables, PHPUnit\TextUI\Configuration\VariableCollection $serverVariables, PHPUnit\TextUI\Configuration\VariableCollection $filesVariables, PHPUnit\TextUI\Configuration\VariableCollection $requestVariables)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\DirectoryCollection $includePaths, PHPUnit\TextUI\Configuration\IniSettingCollection $iniSettings, PHPUnit\TextUI\Configuration\ConstantCollection $constants, PHPUnit\TextUI\Configuration\VariableCollection $globalVariables, PHPUnit\TextUI\Configuration\VariableCollection $envVariables, PHPUnit\TextUI\Configuration\VariableCollection $postVariables, PHPUnit\TextUI\Configuration\VariableCollection $getVariables, PHPUnit\TextUI\Configuration\VariableCollection $cookieVariables, PHPUnit\TextUI\Configuration\VariableCollection $serverVariables, PHPUnit\TextUI\Configuration\VariableCollection $filesVariables, PHPUnit\TextUI\Configuration\VariableCollection $requestVariables)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>includePaths</methodName>
<methodSignature>includePaths(): PHPUnit\TextUI\Configuration\DirectoryCollection</methodSignature>
<fullMethod>includePaths(): PHPUnit\TextUI\Configuration\DirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>iniSettings</methodName>
<methodSignature>iniSettings(): PHPUnit\TextUI\Configuration\IniSettingCollection</methodSignature>
<fullMethod>iniSettings(): PHPUnit\TextUI\Configuration\IniSettingCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>constants</methodName>
<methodSignature>constants(): PHPUnit\TextUI\Configuration\ConstantCollection</methodSignature>
<fullMethod>constants(): PHPUnit\TextUI\Configuration\ConstantCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>globalVariables</methodName>
<methodSignature>globalVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>globalVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>envVariables</methodName>
<methodSignature>envVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>envVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>postVariables</methodName>
<methodSignature>postVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>postVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>getVariables</methodName>
<methodSignature>getVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>getVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>cookieVariables</methodName>
<methodSignature>cookieVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>cookieVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>serverVariables</methodName>
<methodSignature>serverVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>serverVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>filesVariables</methodName>
<methodSignature>filesVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>filesVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Php</className>
<methodName>requestVariables</methodName>
<methodSignature>requestVariables(): PHPUnit\TextUI\Configuration\VariableCollection</methodSignature>
<fullMethod>requestVariables(): PHPUnit\TextUI\Configuration\VariableCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path, string $prefix, string $suffix, string $phpVersion, PHPUnit\Util\VersionComparisonOperator $phpVersionOperator)</methodSignature>
<fullMethod>__construct(string $path, string $prefix, string $suffix, string $phpVersion, PHPUnit\Util\VersionComparisonOperator $phpVersionOperator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>prefix</methodName>
<methodSignature>prefix(): string</methodSignature>
<fullMethod>prefix(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>suffix</methodName>
<methodSignature>suffix(): string</methodSignature>
<fullMethod>suffix(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>phpVersion</methodName>
<methodSignature>phpVersion(): string</methodSignature>
<fullMethod>phpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectory</className>
<methodName>phpVersionOperator</methodName>
<methodSignature>phpVersionOperator(): PHPUnit\Util\VersionComparisonOperator</methodSignature>
<fullMethod>phpVersionOperator(): PHPUnit\Util\VersionComparisonOperator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $directories): self</methodSignature>
<fullMethod>fromArray(array $directories): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestDirectory $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestDirectory $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestDirectoryCollection $directories)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestDirectoryCollection $directories)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\TestDirectory</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\TestDirectory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestDirectoryCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFile</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path, string $phpVersion, PHPUnit\Util\VersionComparisonOperator $phpVersionOperator)</methodSignature>
<fullMethod>__construct(string $path, string $phpVersion, PHPUnit\Util\VersionComparisonOperator $phpVersionOperator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFile</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFile</className>
<methodName>phpVersion</methodName>
<methodSignature>phpVersion(): string</methodSignature>
<fullMethod>phpVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFile</className>
<methodName>phpVersionOperator</methodName>
<methodSignature>phpVersionOperator(): PHPUnit\Util\VersionComparisonOperator</methodSignature>
<fullMethod>phpVersionOperator(): PHPUnit\Util\VersionComparisonOperator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $files): self</methodSignature>
<fullMethod>fromArray(array $files): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestFile $files)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestFile $files)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\TestFileCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\TestFileCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestFileCollection $files)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestFileCollection $files)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\TestFile</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\TestFile</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestFileCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuite</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, PHPUnit\TextUI\Configuration\TestDirectoryCollection $directories, PHPUnit\TextUI\Configuration\TestFileCollection $files, PHPUnit\TextUI\Configuration\FileCollection $exclude)</methodSignature>
<fullMethod>__construct(string $name, PHPUnit\TextUI\Configuration\TestDirectoryCollection $directories, PHPUnit\TextUI\Configuration\TestFileCollection $files, PHPUnit\TextUI\Configuration\FileCollection $exclude)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuite</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuite</className>
<methodName>directories</methodName>
<methodSignature>directories(): PHPUnit\TextUI\Configuration\TestDirectoryCollection</methodSignature>
<fullMethod>directories(): PHPUnit\TextUI\Configuration\TestDirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuite</className>
<methodName>files</methodName>
<methodSignature>files(): PHPUnit\TextUI\Configuration\TestFileCollection</methodSignature>
<fullMethod>files(): PHPUnit\TextUI\Configuration\TestFileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuite</className>
<methodName>exclude</methodName>
<methodSignature>exclude(): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>exclude(): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $testSuites): self</methodSignature>
<fullMethod>fromArray(array $testSuites): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestSuite $testSuites)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestSuite $testSuites)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuites)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuites)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\TestSuite</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\TestSuite</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\TestSuiteCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Variable</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, mixed $value, bool $force)</methodSignature>
<fullMethod>__construct(string $name, mixed $value, bool $force)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Variable</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Variable</className>
<methodName>value</methodName>
<methodSignature>value(): mixed</methodSignature>
<fullMethod>value(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\Variable</className>
<methodName>force</methodName>
<methodSignature>force(): bool</methodSignature>
<fullMethod>force(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollection</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $variables): self</methodSignature>
<fullMethod>fromArray(array $variables): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Variable $variables)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Variable $variables)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): PHPUnit\TextUI\Configuration\VariableCollectionIterator</methodSignature>
<fullMethod>getIterator(): PHPUnit\TextUI\Configuration\VariableCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\VariableCollection $variables)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\VariableCollection $variables)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): PHPUnit\TextUI\Configuration\Variable</methodSignature>
<fullMethod>current(): PHPUnit\TextUI\Configuration\Variable</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Configuration</package>
<className>PHPUnit\TextUI\Configuration\VariableCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?PHPUnit\TextUI\Configuration\Directory $cacheDirectory, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $directories, PHPUnit\TextUI\Configuration\FileCollection $files, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $excludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $excludeFiles, bool $pathCoverage, bool $includeUncoveredFiles, bool $ignoreDeprecatedCodeUnits, bool $disableCodeCoverageIgnore, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover $clover, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura $cobertura, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j $crap4j, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html $html, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php $php, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text $text, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml $xml)</methodSignature>
<fullMethod>__construct(?PHPUnit\TextUI\Configuration\Directory $cacheDirectory, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $directories, PHPUnit\TextUI\Configuration\FileCollection $files, PHPUnit\TextUI\Configuration\FilterDirectoryCollection $excludeDirectories, PHPUnit\TextUI\Configuration\FileCollection $excludeFiles, bool $pathCoverage, bool $includeUncoveredFiles, bool $ignoreDeprecatedCodeUnits, bool $disableCodeCoverageIgnore, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover $clover, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura $cobertura, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j $crap4j, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html $html, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php $php, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text $text, ?PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml $xml)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasCacheDirectory</methodName>
<methodSignature>hasCacheDirectory(): bool</methodSignature>
<fullMethod>hasCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>cacheDirectory</methodName>
<methodSignature>cacheDirectory(): PHPUnit\TextUI\Configuration\Directory</methodSignature>
<fullMethod>cacheDirectory(): PHPUnit\TextUI\Configuration\Directory</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport</methodName>
<methodSignature>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport(): bool</methodSignature>
<fullMethod>hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>directories</methodName>
<methodSignature>directories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</methodSignature>
<fullMethod>directories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>files</methodName>
<methodSignature>files(): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>files(): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>excludeDirectories</methodName>
<methodSignature>excludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</methodSignature>
<fullMethod>excludeDirectories(): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>excludeFiles</methodName>
<methodSignature>excludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>excludeFiles(): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>pathCoverage</methodName>
<methodSignature>pathCoverage(): bool</methodSignature>
<fullMethod>pathCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>includeUncoveredFiles</methodName>
<methodSignature>includeUncoveredFiles(): bool</methodSignature>
<fullMethod>includeUncoveredFiles(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>ignoreDeprecatedCodeUnits</methodName>
<methodSignature>ignoreDeprecatedCodeUnits(): bool</methodSignature>
<fullMethod>ignoreDeprecatedCodeUnits(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>disableCodeCoverageIgnore</methodName>
<methodSignature>disableCodeCoverageIgnore(): bool</methodSignature>
<fullMethod>disableCodeCoverageIgnore(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasClover</methodName>
<methodSignature>hasClover(): bool</methodSignature>
<fullMethod>hasClover(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>clover</methodName>
<methodSignature>clover(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover</methodSignature>
<fullMethod>clover(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasCobertura</methodName>
<methodSignature>hasCobertura(): bool</methodSignature>
<fullMethod>hasCobertura(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>cobertura</methodName>
<methodSignature>cobertura(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura</methodSignature>
<fullMethod>cobertura(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasCrap4j</methodName>
<methodSignature>hasCrap4j(): bool</methodSignature>
<fullMethod>hasCrap4j(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>crap4j</methodName>
<methodSignature>crap4j(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j</methodSignature>
<fullMethod>crap4j(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasHtml</methodName>
<methodSignature>hasHtml(): bool</methodSignature>
<fullMethod>hasHtml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>html</methodName>
<methodSignature>html(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</methodSignature>
<fullMethod>html(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasPhp</methodName>
<methodSignature>hasPhp(): bool</methodSignature>
<fullMethod>hasPhp(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>php</methodName>
<methodSignature>php(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php</methodSignature>
<fullMethod>php(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasText</methodName>
<methodSignature>hasText(): bool</methodSignature>
<fullMethod>hasText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>text</methodName>
<methodSignature>text(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</methodSignature>
<fullMethod>text(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>hasXml</methodName>
<methodSignature>hasXml(): bool</methodSignature>
<fullMethod>hasXml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</className>
<methodName>xml</methodName>
<methodSignature>xml(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml</methodSignature>
<fullMethod>xml(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Clover</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Cobertura</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target, int $threshold)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target, int $threshold)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Crap4j</className>
<methodName>threshold</methodName>
<methodSignature>threshold(): int</methodSignature>
<fullMethod>threshold(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Directory $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessMedium, string $colorSuccessHigh, string $colorWarning, string $colorDanger, ?string $customCssFile)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Directory $target, int $lowUpperBound, int $highLowerBound, string $colorSuccessLow, string $colorSuccessMedium, string $colorSuccessHigh, string $colorWarning, string $colorDanger, ?string $customCssFile)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\Directory</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>lowUpperBound</methodName>
<methodSignature>lowUpperBound(): int</methodSignature>
<fullMethod>lowUpperBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>highLowerBound</methodName>
<methodSignature>highLowerBound(): int</methodSignature>
<fullMethod>highLowerBound(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>colorSuccessLow</methodName>
<methodSignature>colorSuccessLow(): string</methodSignature>
<fullMethod>colorSuccessLow(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>colorSuccessMedium</methodName>
<methodSignature>colorSuccessMedium(): string</methodSignature>
<fullMethod>colorSuccessMedium(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>colorSuccessHigh</methodName>
<methodSignature>colorSuccessHigh(): string</methodSignature>
<fullMethod>colorSuccessHigh(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>colorWarning</methodName>
<methodSignature>colorWarning(): string</methodSignature>
<fullMethod>colorWarning(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>colorDanger</methodName>
<methodSignature>colorDanger(): string</methodSignature>
<fullMethod>colorDanger(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>hasCustomCssFile</methodName>
<methodSignature>hasCustomCssFile(): bool</methodSignature>
<fullMethod>hasCustomCssFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Html</className>
<methodName>customCssFile</methodName>
<methodSignature>customCssFile(): string</methodSignature>
<fullMethod>customCssFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Php</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target, bool $showUncoveredFiles, bool $showOnlySummary)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target, bool $showUncoveredFiles, bool $showOnlySummary)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</className>
<methodName>showUncoveredFiles</methodName>
<methodSignature>showUncoveredFiles(): bool</methodSignature>
<fullMethod>showUncoveredFiles(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Text</className>
<methodName>showOnlySummary</methodName>
<methodSignature>showOnlySummary(): bool</methodSignature>
<fullMethod>showOnlySummary(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\Directory $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\Directory $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report</package>
<className>PHPUnit\TextUI\XmlConfiguration\CodeCoverage\Report\Xml</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\Directory</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\Directory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensions, PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage $codeCoverage, PHPUnit\TextUI\XmlConfiguration\Groups $groups, PHPUnit\TextUI\XmlConfiguration\Logging\Logging $logging, PHPUnit\TextUI\Configuration\Php $php, PHPUnit\TextUI\XmlConfiguration\PHPUnit $phpunit, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensions, PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage $codeCoverage, PHPUnit\TextUI\XmlConfiguration\Groups $groups, PHPUnit\TextUI\XmlConfiguration\Logging\Logging $logging, PHPUnit\TextUI\Configuration\Php $php, PHPUnit\TextUI\XmlConfiguration\PHPUnit $phpunit, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>extensions</methodName>
<methodSignature>extensions(): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</methodSignature>
<fullMethod>extensions(): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>codeCoverage</methodName>
<methodSignature>codeCoverage(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</methodSignature>
<fullMethod>codeCoverage(): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>groups</methodName>
<methodSignature>groups(): PHPUnit\TextUI\XmlConfiguration\Groups</methodSignature>
<fullMethod>groups(): PHPUnit\TextUI\XmlConfiguration\Groups</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>logging</methodName>
<methodSignature>logging(): PHPUnit\TextUI\XmlConfiguration\Logging\Logging</methodSignature>
<fullMethod>logging(): PHPUnit\TextUI\XmlConfiguration\Logging\Logging</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>php</methodName>
<methodSignature>php(): PHPUnit\TextUI\Configuration\Php</methodSignature>
<fullMethod>php(): PHPUnit\TextUI\Configuration\Php</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>phpunit</methodName>
<methodSignature>phpunit(): PHPUnit\TextUI\XmlConfiguration\PHPUnit</methodSignature>
<fullMethod>phpunit(): PHPUnit\TextUI\XmlConfiguration\PHPUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(): PHPUnit\TextUI\Configuration\TestSuiteCollection</methodSignature>
<fullMethod>testSuite(): PHPUnit\TextUI\Configuration\TestSuiteCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>isDefault</methodName>
<methodSignature>isDefault(): bool</methodSignature>
<fullMethod>isDefault(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Configuration</className>
<methodName>wasLoadedFromFile</methodName>
<methodSignature>wasLoadedFromFile(): bool</methodSignature>
<fullMethod>wasLoadedFromFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\DefaultConfiguration</className>
<methodName>create</methodName>
<methodSignature>create(): self</methodSignature>
<fullMethod>create(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\DefaultConfiguration</className>
<methodName>isDefault</methodName>
<methodSignature>isDefault(): bool</methodSignature>
<fullMethod>isDefault(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Generator</className>
<methodName>generateDefaultConfiguration</methodName>
<methodSignature>generateDefaultConfiguration(string $phpunitVersion, string $bootstrapScript, string $testsDirectory, string $srcDirectory, string $cacheDirectory): string</methodSignature>
<fullMethod>generateDefaultConfiguration(string $phpunitVersion, string $bootstrapScript, string $testsDirectory, string $srcDirectory, string $cacheDirectory): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Groups</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\GroupCollection $include, PHPUnit\TextUI\Configuration\GroupCollection $exclude)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\GroupCollection $include, PHPUnit\TextUI\Configuration\GroupCollection $exclude)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Groups</className>
<methodName>hasInclude</methodName>
<methodSignature>hasInclude(): bool</methodSignature>
<fullMethod>hasInclude(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Groups</className>
<methodName>include</methodName>
<methodSignature>include(): PHPUnit\TextUI\Configuration\GroupCollection</methodSignature>
<fullMethod>include(): PHPUnit\TextUI\Configuration\GroupCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Groups</className>
<methodName>hasExclude</methodName>
<methodSignature>hasExclude(): bool</methodSignature>
<fullMethod>hasExclude(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Groups</className>
<methodName>exclude</methodName>
<methodSignature>exclude(): PHPUnit\TextUI\Configuration\GroupCollection</methodSignature>
<fullMethod>exclude(): PHPUnit\TextUI\Configuration\GroupCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $filename, PHPUnit\Util\Xml\ValidationResult $validationResult, PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensions, PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage $codeCoverage, PHPUnit\TextUI\XmlConfiguration\Groups $groups, PHPUnit\TextUI\XmlConfiguration\Logging\Logging $logging, PHPUnit\TextUI\Configuration\Php $php, PHPUnit\TextUI\XmlConfiguration\PHPUnit $phpunit, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite)</methodSignature>
<fullMethod>__construct(string $filename, PHPUnit\Util\Xml\ValidationResult $validationResult, PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection $extensions, PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage $codeCoverage, PHPUnit\TextUI\XmlConfiguration\Groups $groups, PHPUnit\TextUI\XmlConfiguration\Logging\Logging $logging, PHPUnit\TextUI\Configuration\Php $php, PHPUnit\TextUI\XmlConfiguration\PHPUnit $phpunit, PHPUnit\TextUI\Configuration\TestSuiteCollection $testSuite)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</className>
<methodName>filename</methodName>
<methodSignature>filename(): string</methodSignature>
<fullMethod>filename(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</className>
<methodName>hasValidationErrors</methodName>
<methodSignature>hasValidationErrors(): bool</methodSignature>
<fullMethod>hasValidationErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</className>
<methodName>validationErrors</methodName>
<methodSignature>validationErrors(): string</methodSignature>
<fullMethod>validationErrors(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</className>
<methodName>wasLoadedFromFile</methodName>
<methodSignature>wasLoadedFromFile(): bool</methodSignature>
<fullMethod>wasLoadedFromFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>load</methodName>
<methodSignature>load(string $filename): PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</methodSignature>
<fullMethod>load(string $filename): PHPUnit\TextUI\XmlConfiguration\LoadedFromFileConfiguration</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>logging</methodName>
<methodSignature>logging(string $filename, DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\Logging\Logging</methodSignature>
<fullMethod>logging(string $filename, DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\Logging\Logging</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>extensions</methodName>
<methodSignature>extensions(DOMXPath $xpath): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</methodSignature>
<fullMethod>extensions(DOMXPath $xpath): PHPUnit\TextUI\Configuration\ExtensionBootstrapCollection</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>toAbsolutePath</methodName>
<methodSignature>toAbsolutePath(string $filename, string $path, bool $useIncludePath): string</methodSignature>
<fullMethod>toAbsolutePath(string $filename, string $path, bool $useIncludePath): string</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>codeCoverage</methodName>
<methodSignature>codeCoverage(string $filename, DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</methodSignature>
<fullMethod>codeCoverage(string $filename, DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\CodeCoverage\CodeCoverage</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getBoolean</methodName>
<methodSignature>getBoolean(string $value, bool|string $default): bool|string</methodSignature>
<fullMethod>getBoolean(string $value, bool|string $default): bool|string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>readFilterDirectories</methodName>
<methodSignature>readFilterDirectories(string $filename, DOMXPath $xpath, string $query): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</methodSignature>
<fullMethod>readFilterDirectories(string $filename, DOMXPath $xpath, string $query): PHPUnit\TextUI\Configuration\FilterDirectoryCollection</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>readFilterFiles</methodName>
<methodSignature>readFilterFiles(string $filename, DOMXPath $xpath, string $query): PHPUnit\TextUI\Configuration\FileCollection</methodSignature>
<fullMethod>readFilterFiles(string $filename, DOMXPath $xpath, string $query): PHPUnit\TextUI\Configuration\FileCollection</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>groups</methodName>
<methodSignature>groups(DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\Groups</methodSignature>
<fullMethod>groups(DOMXPath $xpath): PHPUnit\TextUI\XmlConfiguration\Groups</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getBooleanAttribute</methodName>
<methodSignature>getBooleanAttribute(DOMElement $element, string $attribute, bool $default): bool</methodSignature>
<fullMethod>getBooleanAttribute(DOMElement $element, string $attribute, bool $default): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getIntegerAttribute</methodName>
<methodSignature>getIntegerAttribute(DOMElement $element, string $attribute, int $default): int</methodSignature>
<fullMethod>getIntegerAttribute(DOMElement $element, string $attribute, int $default): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getStringAttribute</methodName>
<methodSignature>getStringAttribute(DOMElement $element, string $attribute): ?string</methodSignature>
<fullMethod>getStringAttribute(DOMElement $element, string $attribute): ?string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getStringAttributeWithDefault</methodName>
<methodSignature>getStringAttributeWithDefault(DOMElement $element, string $attribute, string $default): string</methodSignature>
<fullMethod>getStringAttributeWithDefault(DOMElement $element, string $attribute, string $default): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getInteger</methodName>
<methodSignature>getInteger(string $value, int $default): int</methodSignature>
<fullMethod>getInteger(string $value, int $default): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>php</methodName>
<methodSignature>php(string $filename, DOMXPath $xpath): PHPUnit\TextUI\Configuration\Php</methodSignature>
<fullMethod>php(string $filename, DOMXPath $xpath): PHPUnit\TextUI\Configuration\Php</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>phpunit</methodName>
<methodSignature>phpunit(string $filename, DOMDocument $document): PHPUnit\TextUI\XmlConfiguration\PHPUnit</methodSignature>
<fullMethod>phpunit(string $filename, DOMDocument $document): PHPUnit\TextUI\XmlConfiguration\PHPUnit</fullMethod>
<crap>462</crap>
<complexity>21</complexity>
<coverage>0</coverage>
<crapLoad>22</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getColors</methodName>
<methodSignature>getColors(DOMDocument $document): string</methodSignature>
<fullMethod>getColors(DOMDocument $document): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getColumns</methodName>
<methodSignature>getColumns(DOMDocument $document): int|string</methodSignature>
<fullMethod>getColumns(DOMDocument $document): int|string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>testSuite</methodName>
<methodSignature>testSuite(string $filename, DOMXPath $xpath): PHPUnit\TextUI\Configuration\TestSuiteCollection</methodSignature>
<fullMethod>testSuite(string $filename, DOMXPath $xpath): PHPUnit\TextUI\Configuration\TestSuiteCollection</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>getTestSuiteElements</methodName>
<methodSignature>getTestSuiteElements(DOMXPath $xpath): array</methodSignature>
<fullMethod>getTestSuiteElements(DOMXPath $xpath): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Loader</className>
<methodName>element</methodName>
<methodSignature>element(DOMXPath $xpath, string $element): ?DOMElement</methodSignature>
<fullMethod>element(DOMXPath $xpath, string $element): ?DOMElement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Junit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Junit</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?PHPUnit\TextUI\XmlConfiguration\Logging\Junit $junit, ?PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity $teamCity, ?PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html $testDoxHtml, ?PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text $testDoxText)</methodSignature>
<fullMethod>__construct(?PHPUnit\TextUI\XmlConfiguration\Logging\Junit $junit, ?PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity $teamCity, ?PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html $testDoxHtml, ?PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text $testDoxText)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>hasJunit</methodName>
<methodSignature>hasJunit(): bool</methodSignature>
<fullMethod>hasJunit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>junit</methodName>
<methodSignature>junit(): PHPUnit\TextUI\XmlConfiguration\Logging\Junit</methodSignature>
<fullMethod>junit(): PHPUnit\TextUI\XmlConfiguration\Logging\Junit</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>hasTeamCity</methodName>
<methodSignature>hasTeamCity(): bool</methodSignature>
<fullMethod>hasTeamCity(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>teamCity</methodName>
<methodSignature>teamCity(): PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity</methodSignature>
<fullMethod>teamCity(): PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>hasTestDoxHtml</methodName>
<methodSignature>hasTestDoxHtml(): bool</methodSignature>
<fullMethod>hasTestDoxHtml(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>testDoxHtml</methodName>
<methodSignature>testDoxHtml(): PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html</methodSignature>
<fullMethod>testDoxHtml(): PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>hasTestDoxText</methodName>
<methodSignature>hasTestDoxText(): bool</methodSignature>
<fullMethod>hasTestDoxText(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\Logging</className>
<methodName>testDoxText</methodName>
<methodSignature>testDoxText(): PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text</methodSignature>
<fullMethod>testDoxText(): PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TeamCity</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Html</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Configuration\File $target)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Configuration\File $target)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox</package>
<className>PHPUnit\TextUI\XmlConfiguration\Logging\TestDox\Text</className>
<methodName>target</methodName>
<methodSignature>target(): PHPUnit\TextUI\Configuration\File</methodSignature>
<fullMethod>target(): PHPUnit\TextUI\Configuration\File</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\MigrationBuilder</className>
<methodName>build</methodName>
<methodSignature>build(string $fromVersion): array</methodSignature>
<fullMethod>build(string $fromVersion): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\ConvertLogTypes</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageCloverToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageCloverToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageCrap4jToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageCrap4jToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageHtmlToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageHtmlToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoveragePhpToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoveragePhpToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageTextToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageTextToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageXmlToReport</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\CoverageXmlToReport</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\IntroduceCacheDirectoryAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\IntroduceCoverageElement</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LogToReportMigration</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LogToReportMigration</className>
<methodName>migrateAttributes</methodName>
<methodSignature>migrateAttributes(DOMElement $src, DOMElement $dest, array $attributes): void</methodSignature>
<fullMethod>migrateAttributes(DOMElement $src, DOMElement $dest, array $attributes): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LogToReportMigration</className>
<methodName>forType</methodName>
<methodSignature>forType(): string</methodSignature>
<fullMethod>forType(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LogToReportMigration</className>
<methodName>toReportFormat</methodName>
<methodSignature>toReportFormat(DOMElement $logNode): DOMElement</methodSignature>
<fullMethod>toReportFormat(DOMElement $logNode): DOMElement</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\LogToReportMigration</className>
<methodName>findLogNode</methodName>
<methodSignature>findLogNode(DOMDocument $document): ?DOMElement</methodSignature>
<fullMethod>findLogNode(DOMDocument $document): ?DOMElement</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\MoveAttributesFromFilterWhitelistToCoverage</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\MoveAttributesFromRootToCoverage</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\MoveWhitelistDirectoriesToCoverage</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\MoveWhitelistExcludesToCoverage</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveBeStrictAboutResourceUsageDuringSmallTestsAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveBeStrictAboutTodoAnnotatedTestsAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveCacheResultFileAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveCacheTokensAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveConversionToExceptionsAttributes</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveCoverageElementCacheDirectoryAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveCoverageElementProcessUncoveredFilesAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveEmptyFilter</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveEmptyFilter</className>
<methodName>ensureEmpty</methodName>
<methodSignature>ensureEmpty(DOMElement $element): void</methodSignature>
<fullMethod>ensureEmpty(DOMElement $element): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveListeners</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveLogTypes</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveLoggingElements</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveLoggingElements</className>
<methodName>removeTestDoxElement</methodName>
<methodSignature>removeTestDoxElement(DOMDocument $document): void</methodSignature>
<fullMethod>removeTestDoxElement(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveLoggingElements</className>
<methodName>removeTextElement</methodName>
<methodSignature>removeTextElement(DOMDocument $document): void</methodSignature>
<fullMethod>removeTextElement(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveNoInteractionAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemovePrinterAttributes</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveTestDoxGroupsElement</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveTestSuiteLoaderAttributes</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RemoveVerboseAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RenameBackupStaticAttributesAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RenameBeStrictAboutCoversAnnotationAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\RenameForceCoversAnnotationAttribute</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\UpdateSchemaLocation</className>
<methodName>migrate</methodName>
<methodSignature>migrate(DOMDocument $document): void</methodSignature>
<fullMethod>migrate(DOMDocument $document): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\Migrator</className>
<methodName>migrate</methodName>
<methodSignature>migrate(string $filename): string</methodSignature>
<fullMethod>migrate(string $filename): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $cacheDirectory, bool $cacheResult, ?string $cacheResultFile, int|string $columns, string $colors, bool $stderr, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, ?string $bootstrap, bool $processIsolation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnError, bool $stopOnFailure, bool $stopOnWarning, bool $stopOnIncomplete, bool $stopOnRisky, bool $stopOnSkipped, ?string $extensionsDirectory, bool $beStrictAboutChangesToGlobalState, bool $beStrictAboutOutputDuringTests, bool $beStrictAboutTestsThatDoNotTestAnything, bool $beStrictAboutCoverageMetadata, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, ?string $defaultTestSuite, int $executionOrder, bool $resolveDependencies, bool $defectsFirst, bool $backupGlobals, bool $backupStaticProperties, bool $registerMockObjectsFromTestArgumentsRecursively, bool $testdoxPrinter)</methodSignature>
<fullMethod>__construct(?string $cacheDirectory, bool $cacheResult, ?string $cacheResultFile, int|string $columns, string $colors, bool $stderr, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $reverseDefectList, bool $requireCoverageMetadata, ?string $bootstrap, bool $processIsolation, bool $failOnEmptyTestSuite, bool $failOnIncomplete, bool $failOnRisky, bool $failOnSkipped, bool $failOnWarning, bool $stopOnDefect, bool $stopOnError, bool $stopOnFailure, bool $stopOnWarning, bool $stopOnIncomplete, bool $stopOnRisky, bool $stopOnSkipped, ?string $extensionsDirectory, bool $beStrictAboutChangesToGlobalState, bool $beStrictAboutOutputDuringTests, bool $beStrictAboutTestsThatDoNotTestAnything, bool $beStrictAboutCoverageMetadata, bool $enforceTimeLimit, int $defaultTimeLimit, int $timeoutForSmallTests, int $timeoutForMediumTests, int $timeoutForLargeTests, ?string $defaultTestSuite, int $executionOrder, bool $resolveDependencies, bool $defectsFirst, bool $backupGlobals, bool $backupStaticProperties, bool $registerMockObjectsFromTestArgumentsRecursively, bool $testdoxPrinter)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>hasCacheDirectory</methodName>
<methodSignature>hasCacheDirectory(): bool</methodSignature>
<fullMethod>hasCacheDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>cacheDirectory</methodName>
<methodSignature>cacheDirectory(): string</methodSignature>
<fullMethod>cacheDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>cacheResult</methodName>
<methodSignature>cacheResult(): bool</methodSignature>
<fullMethod>cacheResult(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>hasCacheResultFile</methodName>
<methodSignature>hasCacheResultFile(): bool</methodSignature>
<fullMethod>hasCacheResultFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>cacheResultFile</methodName>
<methodSignature>cacheResultFile(): string</methodSignature>
<fullMethod>cacheResultFile(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>columns</methodName>
<methodSignature>columns(): int|string</methodSignature>
<fullMethod>columns(): int|string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>colors</methodName>
<methodSignature>colors(): string</methodSignature>
<fullMethod>colors(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stderr</methodName>
<methodSignature>stderr(): bool</methodSignature>
<fullMethod>stderr(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnIncompleteTests</methodName>
<methodSignature>displayDetailsOnIncompleteTests(): bool</methodSignature>
<fullMethod>displayDetailsOnIncompleteTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnSkippedTests</methodName>
<methodSignature>displayDetailsOnSkippedTests(): bool</methodSignature>
<fullMethod>displayDetailsOnSkippedTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnTestsThatTriggerDeprecations</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerDeprecations(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerDeprecations(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnTestsThatTriggerErrors</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerErrors(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnTestsThatTriggerNotices</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerNotices(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerNotices(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>displayDetailsOnTestsThatTriggerWarnings</methodName>
<methodSignature>displayDetailsOnTestsThatTriggerWarnings(): bool</methodSignature>
<fullMethod>displayDetailsOnTestsThatTriggerWarnings(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>reverseDefectList</methodName>
<methodSignature>reverseDefectList(): bool</methodSignature>
<fullMethod>reverseDefectList(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>requireCoverageMetadata</methodName>
<methodSignature>requireCoverageMetadata(): bool</methodSignature>
<fullMethod>requireCoverageMetadata(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>hasBootstrap</methodName>
<methodSignature>hasBootstrap(): bool</methodSignature>
<fullMethod>hasBootstrap(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>bootstrap</methodName>
<methodSignature>bootstrap(): string</methodSignature>
<fullMethod>bootstrap(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>processIsolation</methodName>
<methodSignature>processIsolation(): bool</methodSignature>
<fullMethod>processIsolation(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>failOnEmptyTestSuite</methodName>
<methodSignature>failOnEmptyTestSuite(): bool</methodSignature>
<fullMethod>failOnEmptyTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>failOnIncomplete</methodName>
<methodSignature>failOnIncomplete(): bool</methodSignature>
<fullMethod>failOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>failOnRisky</methodName>
<methodSignature>failOnRisky(): bool</methodSignature>
<fullMethod>failOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>failOnSkipped</methodName>
<methodSignature>failOnSkipped(): bool</methodSignature>
<fullMethod>failOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>failOnWarning</methodName>
<methodSignature>failOnWarning(): bool</methodSignature>
<fullMethod>failOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnDefect</methodName>
<methodSignature>stopOnDefect(): bool</methodSignature>
<fullMethod>stopOnDefect(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnError</methodName>
<methodSignature>stopOnError(): bool</methodSignature>
<fullMethod>stopOnError(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnFailure</methodName>
<methodSignature>stopOnFailure(): bool</methodSignature>
<fullMethod>stopOnFailure(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnWarning</methodName>
<methodSignature>stopOnWarning(): bool</methodSignature>
<fullMethod>stopOnWarning(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnIncomplete</methodName>
<methodSignature>stopOnIncomplete(): bool</methodSignature>
<fullMethod>stopOnIncomplete(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnRisky</methodName>
<methodSignature>stopOnRisky(): bool</methodSignature>
<fullMethod>stopOnRisky(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>stopOnSkipped</methodName>
<methodSignature>stopOnSkipped(): bool</methodSignature>
<fullMethod>stopOnSkipped(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>hasExtensionsDirectory</methodName>
<methodSignature>hasExtensionsDirectory(): bool</methodSignature>
<fullMethod>hasExtensionsDirectory(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>extensionsDirectory</methodName>
<methodSignature>extensionsDirectory(): string</methodSignature>
<fullMethod>extensionsDirectory(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>beStrictAboutChangesToGlobalState</methodName>
<methodSignature>beStrictAboutChangesToGlobalState(): bool</methodSignature>
<fullMethod>beStrictAboutChangesToGlobalState(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>beStrictAboutOutputDuringTests</methodName>
<methodSignature>beStrictAboutOutputDuringTests(): bool</methodSignature>
<fullMethod>beStrictAboutOutputDuringTests(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>beStrictAboutTestsThatDoNotTestAnything</methodName>
<methodSignature>beStrictAboutTestsThatDoNotTestAnything(): bool</methodSignature>
<fullMethod>beStrictAboutTestsThatDoNotTestAnything(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>beStrictAboutCoverageMetadata</methodName>
<methodSignature>beStrictAboutCoverageMetadata(): bool</methodSignature>
<fullMethod>beStrictAboutCoverageMetadata(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>enforceTimeLimit</methodName>
<methodSignature>enforceTimeLimit(): bool</methodSignature>
<fullMethod>enforceTimeLimit(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>defaultTimeLimit</methodName>
<methodSignature>defaultTimeLimit(): int</methodSignature>
<fullMethod>defaultTimeLimit(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>timeoutForSmallTests</methodName>
<methodSignature>timeoutForSmallTests(): int</methodSignature>
<fullMethod>timeoutForSmallTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>timeoutForMediumTests</methodName>
<methodSignature>timeoutForMediumTests(): int</methodSignature>
<fullMethod>timeoutForMediumTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>timeoutForLargeTests</methodName>
<methodSignature>timeoutForLargeTests(): int</methodSignature>
<fullMethod>timeoutForLargeTests(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>hasDefaultTestSuite</methodName>
<methodSignature>hasDefaultTestSuite(): bool</methodSignature>
<fullMethod>hasDefaultTestSuite(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>defaultTestSuite</methodName>
<methodSignature>defaultTestSuite(): string</methodSignature>
<fullMethod>defaultTestSuite(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>executionOrder</methodName>
<methodSignature>executionOrder(): int</methodSignature>
<fullMethod>executionOrder(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>resolveDependencies</methodName>
<methodSignature>resolveDependencies(): bool</methodSignature>
<fullMethod>resolveDependencies(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>defectsFirst</methodName>
<methodSignature>defectsFirst(): bool</methodSignature>
<fullMethod>defectsFirst(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>backupGlobals</methodName>
<methodSignature>backupGlobals(): bool</methodSignature>
<fullMethod>backupGlobals(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>backupStaticProperties</methodName>
<methodSignature>backupStaticProperties(): bool</methodSignature>
<fullMethod>backupStaticProperties(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>registerMockObjectsFromTestArgumentsRecursively</methodName>
<methodSignature>registerMockObjectsFromTestArgumentsRecursively(): bool</methodSignature>
<fullMethod>registerMockObjectsFromTestArgumentsRecursively(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\PHPUnit</className>
<methodName>testdoxPrinter</methodName>
<methodSignature>testdoxPrinter(): bool</methodSignature>
<fullMethod>testdoxPrinter(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\XmlConfiguration</package>
<className>PHPUnit\TextUI\XmlConfiguration\TestSuiteMapper</className>
<methodName>map</methodName>
<methodSignature>map(PHPUnit\TextUI\Configuration\TestSuiteCollection $configuration, string $filter, string $excludedTestSuites): PHPUnit\Framework\TestSuite</methodSignature>
<fullMethod>map(PHPUnit\TextUI\Configuration\TestSuiteCollection $configuration, string $filter, string $excludedTestSuites): PHPUnit\Framework\TestSuite</fullMethod>
<crap>380</crap>
<complexity>19</complexity>
<coverage>0</coverage>
<crapLoad>20</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\TestDirectoryNotFoundException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\TestFileNotFoundException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $path)</methodSignature>
<fullMethod>__construct(string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Help</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?int $width, ?bool $withColor)</methodSignature>
<fullMethod>__construct(?int $width, ?bool $withColor)</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Help</className>
<methodName>generate</methodName>
<methodSignature>generate(): string</methodSignature>
<fullMethod>generate(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Help</className>
<methodName>writeWithoutColor</methodName>
<methodSignature>writeWithoutColor(): string</methodSignature>
<fullMethod>writeWithoutColor(): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\Help</className>
<methodName>writeWithColor</methodName>
<methodSignature>writeWithColor(): string</methodSignature>
<fullMethod>writeWithColor(): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors, int $numberOfColumns)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors, int $numberOfColumns)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testRunnerExecutionStarted</methodName>
<methodSignature>testRunnerExecutionStarted(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</methodSignature>
<fullMethod>testRunnerExecutionStarted(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>beforeTestClassMethodErrored</methodName>
<methodSignature>beforeTestClassMethodErrored(): void</methodSignature>
<fullMethod>beforeTestClassMethodErrored(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testPrepared</methodName>
<methodSignature>testPrepared(): void</methodSignature>
<fullMethod>testPrepared(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testSkipped</methodName>
<methodSignature>testSkipped(): void</methodSignature>
<fullMethod>testSkipped(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testMarkedIncomplete</methodName>
<methodSignature>testMarkedIncomplete(): void</methodSignature>
<fullMethod>testMarkedIncomplete(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testTriggeredNotice</methodName>
<methodSignature>testTriggeredNotice(): void</methodSignature>
<fullMethod>testTriggeredNotice(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testTriggeredDeprecation</methodName>
<methodSignature>testTriggeredDeprecation(): void</methodSignature>
<fullMethod>testTriggeredDeprecation(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testConsideredRisky</methodName>
<methodSignature>testConsideredRisky(): void</methodSignature>
<fullMethod>testConsideredRisky(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testTriggeredWarning</methodName>
<methodSignature>testTriggeredWarning(): void</methodSignature>
<fullMethod>testTriggeredWarning(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testFailed</methodName>
<methodSignature>testFailed(): void</methodSignature>
<fullMethod>testFailed(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testErrored</methodName>
<methodSignature>testErrored(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>testErrored(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testPrintedOutput</methodName>
<methodSignature>testPrintedOutput(PHPUnit\Event\Test\PrintedUnexpectedOutput $event): void</methodSignature>
<fullMethod>testPrintedOutput(PHPUnit\Event\Test\PrintedUnexpectedOutput $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>testFinished</methodName>
<methodSignature>testFinished(): void</methodSignature>
<fullMethod>testFinished(): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>registerSubscribers</methodName>
<methodSignature>registerSubscribers(): void</methodSignature>
<fullMethod>registerSubscribers(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>updateTestStatus</methodName>
<methodSignature>updateTestStatus(PHPUnit\Framework\TestStatus\TestStatus $status): void</methodSignature>
<fullMethod>updateTestStatus(PHPUnit\Framework\TestStatus\TestStatus $status): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForSuccess</methodName>
<methodSignature>printProgressForSuccess(): void</methodSignature>
<fullMethod>printProgressForSuccess(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForSkipped</methodName>
<methodSignature>printProgressForSkipped(): void</methodSignature>
<fullMethod>printProgressForSkipped(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForIncomplete</methodName>
<methodSignature>printProgressForIncomplete(): void</methodSignature>
<fullMethod>printProgressForIncomplete(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForNotice</methodName>
<methodSignature>printProgressForNotice(): void</methodSignature>
<fullMethod>printProgressForNotice(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForDeprecation</methodName>
<methodSignature>printProgressForDeprecation(): void</methodSignature>
<fullMethod>printProgressForDeprecation(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForRisky</methodName>
<methodSignature>printProgressForRisky(): void</methodSignature>
<fullMethod>printProgressForRisky(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForWarning</methodName>
<methodSignature>printProgressForWarning(): void</methodSignature>
<fullMethod>printProgressForWarning(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForFailure</methodName>
<methodSignature>printProgressForFailure(): void</methodSignature>
<fullMethod>printProgressForFailure(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressForError</methodName>
<methodSignature>printProgressForError(): void</methodSignature>
<fullMethod>printProgressForError(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgressWithColor</methodName>
<methodSignature>printProgressWithColor(string $color, string $progress): void</methodSignature>
<fullMethod>printProgressWithColor(string $color, string $progress): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</className>
<methodName>printProgress</methodName>
<methodSignature>printProgress(string $progress): void</methodSignature>
<fullMethod>printProgress(string $progress): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\BeforeTestClassMethodErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\BeforeFirstTestMethodErrored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\Subscriber</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter $printer)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter $printer)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\Subscriber</className>
<methodName>printer</methodName>
<methodSignature>printer(): PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</methodSignature>
<fullMethod>printer(): PHPUnit\TextUI\Output\Default\ProgressPrinter\ProgressPrinter</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestConsideredRiskySubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\ConsideredRisky $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestErroredSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Errored $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Errored $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestFailedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Failed $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Failed $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestFinishedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Finished $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Finished $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestMarkedIncompleteSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\MarkedIncomplete $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestPreparedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Prepared $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Prepared $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestPrintedUnexpectedOutputSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PrintedUnexpectedOutput $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PrintedUnexpectedOutput $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestRunnerExecutionStartedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\TestRunner\ExecutionStarted $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestSkippedSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\Skipped $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\Skipped $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\DeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\DeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredNoticeSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\NoticeTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\NoticeTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpDeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpNoticeSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpNoticeTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpWarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpWarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpunitDeprecationSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpunitDeprecationTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredPhpunitWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\PhpunitWarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default\ProgressPrinter</package>
<className>PHPUnit\TextUI\Output\Default\ProgressPrinter\TestTriggeredWarningSubscriber</className>
<methodName>notify</methodName>
<methodSignature>notify(PHPUnit\Event\Test\WarningTriggered $event): void</methodSignature>
<fullMethod>notify(PHPUnit\Event\Test\WarningTriggered $event): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $displayPhpunitErrors, bool $displayPhpunitWarnings, bool $displayTestsWithErrors, bool $displayTestsWithFailedAssertions, bool $displayRiskyTests, bool $displayDetailsOnTestsThatTriggeredPhpunitDeprecations, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $displayDefectsInReverseOrder)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $displayPhpunitErrors, bool $displayPhpunitWarnings, bool $displayTestsWithErrors, bool $displayTestsWithFailedAssertions, bool $displayRiskyTests, bool $displayDetailsOnTestsThatTriggeredPhpunitDeprecations, bool $displayDetailsOnIncompleteTests, bool $displayDetailsOnSkippedTests, bool $displayDetailsOnTestsThatTriggerDeprecations, bool $displayDetailsOnTestsThatTriggerErrors, bool $displayDetailsOnTestsThatTriggerNotices, bool $displayDetailsOnTestsThatTriggerWarnings, bool $displayDefectsInReverseOrder)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>print</methodName>
<methodSignature>print(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>print(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printPhpunitErrors</methodName>
<methodSignature>printPhpunitErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printPhpunitErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printPhpunitWarnings</methodName>
<methodSignature>printPhpunitWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printPhpunitWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggeredPhpunitDeprecations</methodName>
<methodSignature>printDetailsOnTestsThatTriggeredPhpunitDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggeredPhpunitDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printTestsWithErrors</methodName>
<methodSignature>printTestsWithErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printTestsWithErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printTestsWithFailedAssertions</methodName>
<methodSignature>printTestsWithFailedAssertions(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printTestsWithFailedAssertions(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printRiskyTests</methodName>
<methodSignature>printRiskyTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printRiskyTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printIncompleteTests</methodName>
<methodSignature>printIncompleteTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printIncompleteTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printSkippedTestSuites</methodName>
<methodSignature>printSkippedTestSuites(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printSkippedTestSuites(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printSkippedTests</methodName>
<methodSignature>printSkippedTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printSkippedTests(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerPhpDeprecations</methodName>
<methodSignature>printDetailsOnTestsThatTriggerPhpDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerPhpDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerDeprecations</methodName>
<methodSignature>printDetailsOnTestsThatTriggerDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerDeprecations(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerErrors</methodName>
<methodSignature>printDetailsOnTestsThatTriggerErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerErrors(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerPhpNotices</methodName>
<methodSignature>printDetailsOnTestsThatTriggerPhpNotices(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerPhpNotices(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerNotices</methodName>
<methodSignature>printDetailsOnTestsThatTriggerNotices(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerNotices(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerPhpWarnings</methodName>
<methodSignature>printDetailsOnTestsThatTriggerPhpWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerPhpWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printDetailsOnTestsThatTriggerWarnings</methodName>
<methodSignature>printDetailsOnTestsThatTriggerWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>printDetailsOnTestsThatTriggerWarnings(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printList</methodName>
<methodSignature>printList(int $count, array $elements, string $type): void</methodSignature>
<fullMethod>printList(int $count, array $elements, string $type): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>printListElement</methodName>
<methodSignature>printListElement(int $number, string $title, string $body): void</methodSignature>
<fullMethod>printListElement(int $number, string $title, string $body): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>name</methodName>
<methodSignature>name(PHPUnit\Event\Code\Test $test): string</methodSignature>
<fullMethod>name(PHPUnit\Event\Code\Test $test): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>location</methodName>
<methodSignature>location(PHPUnit\Event\Code\Test $test): string</methodSignature>
<fullMethod>location(PHPUnit\Event\Code\Test $test): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\Default</package>
<className>PHPUnit\TextUI\Output\Default\ResultPrinter</className>
<methodName>mapTestsWithIssuesEventsToElements</methodName>
<methodSignature>mapTestsWithIssuesEventsToElements(array $events): array</methodSignature>
<fullMethod>mapTestsWithIssuesEventsToElements(array $events): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>init</methodName>
<methodSignature>init(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\TextUI\Output\Printer</methodSignature>
<fullMethod>init(PHPUnit\TextUI\Configuration\Configuration $configuration): PHPUnit\TextUI\Output\Printer</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>printResult</methodName>
<methodSignature>printResult(PHPUnit\TestRunner\TestResult\TestResult $result, ?array $testDoxResult, SebastianBergmann\Timer\Duration $duration): void</methodSignature>
<fullMethod>printResult(PHPUnit\TestRunner\TestResult\TestResult $result, ?array $testDoxResult, SebastianBergmann\Timer\Duration $duration): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>printerFor</methodName>
<methodSignature>printerFor(string $target): PHPUnit\TextUI\Output\Printer</methodSignature>
<fullMethod>printerFor(string $target): PHPUnit\TextUI\Output\Printer</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>createPrinter</methodName>
<methodSignature>createPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>createPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>createProgressPrinter</methodName>
<methodSignature>createProgressPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>createProgressPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>useDefaultProgressPrinter</methodName>
<methodSignature>useDefaultProgressPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): bool</methodSignature>
<fullMethod>useDefaultProgressPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>createResultPrinter</methodName>
<methodSignature>createResultPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>createResultPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\Facade</className>
<methodName>createSummaryPrinter</methodName>
<methodSignature>createSummaryPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</methodSignature>
<fullMethod>createSummaryPrinter(PHPUnit\TextUI\Configuration\Configuration $configuration): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>from</methodName>
<methodSignature>from(string $out): self</methodSignature>
<fullMethod>from(string $out): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>standardOutput</methodName>
<methodSignature>standardOutput(): self</methodSignature>
<fullMethod>standardOutput(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>standardError</methodName>
<methodSignature>standardError(): self</methodSignature>
<fullMethod>standardError(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $out)</methodSignature>
<fullMethod>__construct(string $out)</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>print</methodName>
<methodSignature>print(string $buffer): void</methodSignature>
<fullMethod>print(string $buffer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\DefaultPrinter</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\NullPrinter</className>
<methodName>print</methodName>
<methodSignature>print(string $buffer): void</methodSignature>
<fullMethod>print(string $buffer): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\NullPrinter</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\SummaryPrinter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\SummaryPrinter</className>
<methodName>print</methodName>
<methodSignature>print(PHPUnit\TestRunner\TestResult\TestResult $result): void</methodSignature>
<fullMethod>print(PHPUnit\TestRunner\TestResult\TestResult $result): void</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\SummaryPrinter</className>
<methodName>printCountString</methodName>
<methodSignature>printCountString(int $count, string $name, string $color, bool $always): void</methodSignature>
<fullMethod>printCountString(int $count, string $name, string $color, bool $always): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output</package>
<className>PHPUnit\TextUI\Output\SummaryPrinter</className>
<methodName>printWithColor</methodName>
<methodSignature>printWithColor(string $color, string $buffer, bool $lf): void</methodSignature>
<fullMethod>printWithColor(string $color, string $buffer, bool $lf): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors)</methodSignature>
<fullMethod>__construct(PHPUnit\TextUI\Output\Printer $printer, bool $colors)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>print</methodName>
<methodSignature>print(array $tests): void</methodSignature>
<fullMethod>print(array $tests): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>flush</methodName>
<methodSignature>flush(): void</methodSignature>
<fullMethod>flush(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printPrettifiedClassName</methodName>
<methodSignature>printPrettifiedClassName(string $prettifiedClassName): void</methodSignature>
<fullMethod>printPrettifiedClassName(string $prettifiedClassName): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printTestResult</methodName>
<methodSignature>printTestResult(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printTestResult(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printTestResultHeader</methodName>
<methodSignature>printTestResultHeader(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printTestResultHeader(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printTestResultBody</methodName>
<methodSignature>printTestResultBody(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printTestResultBody(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printTestResultBodyStart</methodName>
<methodSignature>printTestResultBodyStart(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printTestResultBodyStart(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printTestResultBodyEnd</methodName>
<methodSignature>printTestResultBodyEnd(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printTestResultBodyEnd(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>printThrowable</methodName>
<methodSignature>printThrowable(PHPUnit\Logging\TestDox\TestResult $test): void</methodSignature>
<fullMethod>printThrowable(PHPUnit\Logging\TestDox\TestResult $test): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>colorizeMessageAndDiff</methodName>
<methodSignature>colorizeMessageAndDiff(string $buffer, string $style): array</methodSignature>
<fullMethod>colorizeMessageAndDiff(string $buffer, string $style): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>formatStackTrace</methodName>
<methodSignature>formatStackTrace(string $stackTrace): string</methodSignature>
<fullMethod>formatStackTrace(string $stackTrace): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>prefixLines</methodName>
<methodSignature>prefixLines(string $prefix, string $message): string</methodSignature>
<fullMethod>prefixLines(string $prefix, string $message): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>prefixFor</methodName>
<methodSignature>prefixFor(string $type, PHPUnit\Framework\TestStatus\TestStatus $status): string</methodSignature>
<fullMethod>prefixFor(string $type, PHPUnit\Framework\TestStatus\TestStatus $status): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>colorFor</methodName>
<methodSignature>colorFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</methodSignature>
<fullMethod>colorFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>messageColorFor</methodName>
<methodSignature>messageColorFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</methodSignature>
<fullMethod>messageColorFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI\Output\TestDox</package>
<className>PHPUnit\TextUI\Output\TestDox\ResultPrinter</className>
<methodName>symbolFor</methodName>
<methodSignature>symbolFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</methodSignature>
<fullMethod>symbolFor(PHPUnit\Framework\TestStatus\TestStatus $status): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\ShellExitCodeCalculator</className>
<methodName>calculate</methodName>
<methodSignature>calculate(bool $failOnEmptyTestSuite, bool $failOnRisky, bool $failOnWarning, bool $failOnIncomplete, bool $failOnSkipped, PHPUnit\TestRunner\TestResult\TestResult $result): int</methodSignature>
<fullMethod>calculate(bool $failOnEmptyTestSuite, bool $failOnRisky, bool $failOnWarning, bool $failOnIncomplete, bool $failOnSkipped, PHPUnit\TestRunner\TestResult\TestResult $result): int</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\TestRunner</className>
<methodName>run</methodName>
<methodSignature>run(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Runner\ResultCache\ResultCache $resultCache, PHPUnit\Framework\TestSuite $suite): void</methodSignature>
<fullMethod>run(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Runner\ResultCache\ResultCache $resultCache, PHPUnit\Framework\TestSuite $suite): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\TestSuiteFilterProcessor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(PHPUnit\Runner\Filter\Factory $factory)</methodSignature>
<fullMethod>__construct(PHPUnit\Runner\Filter\Factory $factory)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\TextUI</package>
<className>PHPUnit\TextUI\TestSuiteFilterProcessor</className>
<methodName>process</methodName>
<methodSignature>process(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Framework\TestSuite $suite): void</methodSignature>
<fullMethod>process(PHPUnit\TextUI\Configuration\Configuration $configuration, PHPUnit\Framework\TestSuite $suite): void</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Cloner</className>
<methodName>clone</methodName>
<methodSignature>clone(object $original): object</methodSignature>
<fullMethod>clone(object $original): object</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>colorize</methodName>
<methodSignature>colorize(string $color, string $buffer): string</methodSignature>
<fullMethod>colorize(string $color, string $buffer): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>colorizeTextBox</methodName>
<methodSignature>colorizeTextBox(string $color, string $buffer): string</methodSignature>
<fullMethod>colorizeTextBox(string $color, string $buffer): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>colorizePath</methodName>
<methodSignature>colorizePath(string $path, ?string $previousPath, bool $colorizeFilename): string</methodSignature>
<fullMethod>colorizePath(string $path, ?string $previousPath, bool $colorizeFilename): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>dim</methodName>
<methodSignature>dim(string $buffer): string</methodSignature>
<fullMethod>dim(string $buffer): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>visualizeWhitespace</methodName>
<methodSignature>visualizeWhitespace(string $buffer, bool $visualizeEOL): string</methodSignature>
<fullMethod>visualizeWhitespace(string $buffer, bool $visualizeEOL): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Color</className>
<methodName>optimizeColor</methodName>
<methodSignature>optimizeColor(string $buffer): string</methodSignature>
<fullMethod>optimizeColor(string $buffer): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ErrorHandler</className>
<methodName>instance</methodName>
<methodSignature>instance(): self</methodSignature>
<fullMethod>instance(): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ErrorHandler</className>
<methodName>__invoke</methodName>
<methodSignature>__invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool</methodSignature>
<fullMethod>__invoke(int $errorNumber, string $errorString, string $errorFile, int $errorLine): bool</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ErrorHandler</className>
<methodName>enable</methodName>
<methodSignature>enable(): void</methodSignature>
<fullMethod>enable(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ErrorHandler</className>
<methodName>disable</methodName>
<methodSignature>disable(): void</methodSignature>
<fullMethod>disable(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ErrorHandler</className>
<methodName>testValueObjectForEvents</methodName>
<methodSignature>testValueObjectForEvents(): PHPUnit\Event\Code\Test</methodSignature>
<fullMethod>testValueObjectForEvents(): PHPUnit\Event\Code\Test</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\DirectoryDoesNotExistException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $directory)</methodSignature>
<fullMethod>__construct(string $directory)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\InvalidDirectoryException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $directory)</methodSignature>
<fullMethod>__construct(string $directory)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\InvalidSocketException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $socket)</methodSignature>
<fullMethod>__construct(string $socket)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\InvalidVersionOperatorException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $operator)</methodSignature>
<fullMethod>__construct(string $operator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\NoTestCaseObjectOnCallStackException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ExcludeList</className>
<methodName>addDirectory</methodName>
<methodSignature>addDirectory(string $directory): void</methodSignature>
<fullMethod>addDirectory(string $directory): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ExcludeList</className>
<methodName>getExcludedDirectories</methodName>
<methodSignature>getExcludedDirectories(): array</methodSignature>
<fullMethod>getExcludedDirectories(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ExcludeList</className>
<methodName>isExcluded</methodName>
<methodSignature>isExcluded(string $file): bool</methodSignature>
<fullMethod>isExcluded(string $file): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ExcludeList</className>
<methodName>initialize</methodName>
<methodSignature>initialize(): void</methodSignature>
<fullMethod>initialize(): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Filesystem</className>
<methodName>createDirectory</methodName>
<methodSignature>createDirectory(string $directory): bool</methodSignature>
<fullMethod>createDirectory(string $directory): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Filter</className>
<methodName>getFilteredStacktrace</methodName>
<methodSignature>getFilteredStacktrace(Throwable $t): string</methodSignature>
<fullMethod>getFilteredStacktrace(Throwable $t): string</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Filter</className>
<methodName>shouldPrintFrame</methodName>
<methodSignature>shouldPrintFrame(array $frame, string|false $prefix, PHPUnit\Util\ExcludeList $excludeList): bool</methodSignature>
<fullMethod>shouldPrintFrame(array $frame, string|false $prefix, PHPUnit\Util\ExcludeList $excludeList): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Filter</className>
<methodName>fileIsExcluded</methodName>
<methodSignature>fileIsExcluded(string $file, PHPUnit\Util\ExcludeList $excludeList): bool</methodSignature>
<fullMethod>fileIsExcluded(string $file, PHPUnit\Util\ExcludeList $excludeList): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Filter</className>
<methodName>frameExists</methodName>
<methodSignature>frameExists(array $trace, string $file, int $line): bool</methodSignature>
<fullMethod>frameExists(array $trace, string $file, int $line): bool</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>getIncludedFilesAsString</methodName>
<methodSignature>getIncludedFilesAsString(): string</methodSignature>
<fullMethod>getIncludedFilesAsString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>processIncludedFilesAsString</methodName>
<methodSignature>processIncludedFilesAsString(array $files): string</methodSignature>
<fullMethod>processIncludedFilesAsString(array $files): string</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>getIniSettingsAsString</methodName>
<methodSignature>getIniSettingsAsString(): string</methodSignature>
<fullMethod>getIniSettingsAsString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>getConstantsAsString</methodName>
<methodSignature>getConstantsAsString(): string</methodSignature>
<fullMethod>getConstantsAsString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>getGlobalsAsString</methodName>
<methodSignature>getGlobalsAsString(): string</methodSignature>
<fullMethod>getGlobalsAsString(): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>exportVariable</methodName>
<methodSignature>exportVariable(mixed $variable): string</methodSignature>
<fullMethod>exportVariable(mixed $variable): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\GlobalState</className>
<methodName>arrayOnlyContainsScalars</methodName>
<methodSignature>arrayOnlyContainsScalars(array $array): bool</methodSignature>
<fullMethod>arrayOnlyContainsScalars(array $array): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Json</className>
<methodName>prettify</methodName>
<methodSignature>prettify(string $json): string</methodSignature>
<fullMethod>prettify(string $json): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Json</className>
<methodName>canonicalize</methodName>
<methodSignature>canonicalize(string $json): array</methodSignature>
<fullMethod>canonicalize(string $json): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Json</className>
<methodName>recursiveSort</methodName>
<methodSignature>recursiveSort(mixed $json): void</methodSignature>
<fullMethod>recursiveSort(mixed $json): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>factory</methodName>
<methodSignature>factory(): self</methodSignature>
<fullMethod>factory(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>setUseStderrRedirection</methodName>
<methodSignature>setUseStderrRedirection(bool $stderrRedirection): void</methodSignature>
<fullMethod>setUseStderrRedirection(bool $stderrRedirection): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>useStderrRedirection</methodName>
<methodSignature>useStderrRedirection(): bool</methodSignature>
<fullMethod>useStderrRedirection(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>setStdin</methodName>
<methodSignature>setStdin(string $stdin): void</methodSignature>
<fullMethod>setStdin(string $stdin): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>getStdin</methodName>
<methodSignature>getStdin(): string</methodSignature>
<fullMethod>getStdin(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>setArgs</methodName>
<methodSignature>setArgs(string $arguments): void</methodSignature>
<fullMethod>setArgs(string $arguments): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>getArgs</methodName>
<methodSignature>getArgs(): string</methodSignature>
<fullMethod>getArgs(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>setEnv</methodName>
<methodSignature>setEnv(array $env): void</methodSignature>
<fullMethod>setEnv(array $env): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>getEnv</methodName>
<methodSignature>getEnv(): array</methodSignature>
<fullMethod>getEnv(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>setTimeout</methodName>
<methodSignature>setTimeout(int $timeout): void</methodSignature>
<fullMethod>setTimeout(int $timeout): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>getTimeout</methodName>
<methodSignature>getTimeout(): int</methodSignature>
<fullMethod>getTimeout(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>runTestJob</methodName>
<methodSignature>runTestJob(string $job, PHPUnit\Framework\Test $test): void</methodSignature>
<fullMethod>runTestJob(string $job, PHPUnit\Framework\Test $test): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>getCommand</methodName>
<methodSignature>getCommand(array $settings, string $file): string</methodSignature>
<fullMethod>getCommand(array $settings, string $file): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>runJob</methodName>
<methodSignature>runJob(string $job, array $settings): array</methodSignature>
<fullMethod>runJob(string $job, array $settings): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>settingsToParameters</methodName>
<methodSignature>settingsToParameters(array $settings): string</methodSignature>
<fullMethod>settingsToParameters(array $settings): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\AbstractPhpProcess</className>
<methodName>processChildResult</methodName>
<methodSignature>processChildResult(PHPUnit\Framework\Test $test, string $stdout, string $stderr): void</methodSignature>
<fullMethod>processChildResult(PHPUnit\Framework\Test $test, string $stdout, string $stderr): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>runJob</methodName>
<methodSignature>runJob(string $job, array $settings): array</methodSignature>
<fullMethod>runJob(string $job, array $settings): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>getHandles</methodName>
<methodSignature>getHandles(): array</methodSignature>
<fullMethod>getHandles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>runProcess</methodName>
<methodSignature>runProcess(string $job, array $settings): array</methodSignature>
<fullMethod>runProcess(string $job, array $settings): array</fullMethod>
<crap>552</crap>
<complexity>23</complexity>
<coverage>0</coverage>
<crapLoad>24</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>process</methodName>
<methodSignature>process($pipe, string $job): void</methodSignature>
<fullMethod>process($pipe, string $job): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>cleanup</methodName>
<methodSignature>cleanup(): void</methodSignature>
<fullMethod>cleanup(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\DefaultPhpProcess</className>
<methodName>useTemporaryFile</methodName>
<methodSignature>useTemporaryFile(): bool</methodSignature>
<fullMethod>useTemporaryFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\WindowsPhpProcess</className>
<methodName>getHandles</methodName>
<methodSignature>getHandles(): array</methodSignature>
<fullMethod>getHandles(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\PHP</package>
<className>PHPUnit\Util\PHP\WindowsPhpProcess</className>
<methodName>useTemporaryFile</methodName>
<methodSignature>useTemporaryFile(): bool</methodSignature>
<fullMethod>useTemporaryFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Reflection</className>
<methodName>sourceLocationFor</methodName>
<methodSignature>sourceLocationFor(string $className, string $methodName): array</methodSignature>
<fullMethod>sourceLocationFor(string $className, string $methodName): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Reflection</className>
<methodName>publicMethodsInTestClass</methodName>
<methodSignature>publicMethodsInTestClass(ReflectionClass $class): array</methodSignature>
<fullMethod>publicMethodsInTestClass(ReflectionClass $class): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Reflection</className>
<methodName>methodsInTestClass</methodName>
<methodSignature>methodsInTestClass(ReflectionClass $class): array</methodSignature>
<fullMethod>methodsInTestClass(ReflectionClass $class): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Reflection</className>
<methodName>filterMethods</methodName>
<methodSignature>filterMethods(ReflectionClass $class, ?int $filter): array</methodSignature>
<fullMethod>filterMethods(ReflectionClass $class, ?int $filter): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Test</className>
<methodName>isTestMethod</methodName>
<methodSignature>isTestMethod(ReflectionMethod $method): bool</methodSignature>
<fullMethod>isTestMethod(ReflectionMethod $method): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\ThrowableToStringMapper</className>
<methodName>map</methodName>
<methodSignature>map(Throwable $t): string</methodSignature>
<fullMethod>map(Throwable $t): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\VersionComparisonOperator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $operator)</methodSignature>
<fullMethod>__construct(string $operator)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\VersionComparisonOperator</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\VersionComparisonOperator</className>
<methodName>ensureOperatorIsValid</methodName>
<methodSignature>ensureOperatorIsValid(string $operator): void</methodSignature>
<fullMethod>ensureOperatorIsValid(string $operator): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Xml</className>
<methodName>prepareString</methodName>
<methodSignature>prepareString(string $string): string</methodSignature>
<fullMethod>prepareString(string $string): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Xml</className>
<methodName>convertToUtf8</methodName>
<methodSignature>convertToUtf8(string $string): string</methodSignature>
<fullMethod>convertToUtf8(string $string): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util</package>
<className>PHPUnit\Util\Xml</className>
<methodName>isUtf8</methodName>
<methodSignature>isUtf8(string $string): bool</methodSignature>
<fullMethod>isUtf8(string $string): bool</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\Loader</className>
<methodName>loadFile</methodName>
<methodSignature>loadFile(string $filename, bool $isHtml, bool $xinclude, bool $strict): DOMDocument</methodSignature>
<fullMethod>loadFile(string $filename, bool $isHtml, bool $xinclude, bool $strict): DOMDocument</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\Loader</className>
<methodName>load</methodName>
<methodSignature>load(string $actual, bool $isHtml, string $filename, bool $xinclude, bool $strict): DOMDocument</methodSignature>
<fullMethod>load(string $actual, bool $isHtml, string $filename, bool $xinclude, bool $strict): DOMDocument</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SchemaDetectionResult</className>
<methodName>detected</methodName>
<methodSignature>detected(): bool</methodSignature>
<fullMethod>detected(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SchemaDetectionResult</className>
<methodName>version</methodName>
<methodSignature>version(): string</methodSignature>
<fullMethod>version(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SchemaDetector</className>
<methodName>detect</methodName>
<methodSignature>detect(string $filename): PHPUnit\Util\Xml\SchemaDetectionResult</methodSignature>
<fullMethod>detect(string $filename): PHPUnit\Util\Xml\SchemaDetectionResult</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SchemaFinder</className>
<methodName>find</methodName>
<methodSignature>find(string $version): string</methodSignature>
<fullMethod>find(string $version): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SchemaFinder</className>
<methodName>path</methodName>
<methodSignature>path(): string</methodSignature>
<fullMethod>path(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SnapshotNodeList</className>
<methodName>fromNodeList</methodName>
<methodSignature>fromNodeList(DOMNodeList $list): self</methodSignature>
<fullMethod>fromNodeList(DOMNodeList $list): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SnapshotNodeList</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SnapshotNodeList</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): ArrayIterator</methodSignature>
<fullMethod>getIterator(): ArrayIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SuccessfulSchemaDetectionResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $version)</methodSignature>
<fullMethod>__construct(string $version)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SuccessfulSchemaDetectionResult</className>
<methodName>detected</methodName>
<methodSignature>detected(): bool</methodSignature>
<fullMethod>detected(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\SuccessfulSchemaDetectionResult</className>
<methodName>version</methodName>
<methodSignature>version(): string</methodSignature>
<fullMethod>version(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\ValidationResult</className>
<methodName>fromArray</methodName>
<methodSignature>fromArray(array $errors): self</methodSignature>
<fullMethod>fromArray(array $errors): self</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\ValidationResult</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $validationErrors)</methodSignature>
<fullMethod>__construct(array $validationErrors)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\ValidationResult</className>
<methodName>hasValidationErrors</methodName>
<methodSignature>hasValidationErrors(): bool</methodSignature>
<fullMethod>hasValidationErrors(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\ValidationResult</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>PHPUnit\Util\Xml</package>
<className>PHPUnit\Util\Xml\Validator</className>
<methodName>validate</methodName>
<methodSignature>validate(DOMDocument $document, string $xsdFilename): PHPUnit\Util\Xml\ValidationResult</methodSignature>
<fullMethod>validate(DOMDocument $document, string $xsdFilename): PHPUnit\Util\Xml\ValidationResult</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerAwareTrait</className>
<methodName>setLogger</methodName>
<methodSignature>setLogger(Psr\Log\LoggerInterface $logger): void</methodSignature>
<fullMethod>setLogger(Psr\Log\LoggerInterface $logger): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>emergency</methodName>
<methodSignature>emergency(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>emergency(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>alert</methodName>
<methodSignature>alert(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>alert(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>critical</methodName>
<methodSignature>critical(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>critical(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>error</methodName>
<methodSignature>error(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>error(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>warning</methodName>
<methodSignature>warning(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>warning(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>notice</methodName>
<methodSignature>notice(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>notice(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>info</methodName>
<methodSignature>info(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>info(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>debug</methodName>
<methodSignature>debug(string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>debug(string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\LoggerTrait</className>
<methodName>log</methodName>
<methodSignature>log($level, string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>log($level, string|\Stringable $message, array $context): void</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Psr\Log</package>
<className>Psr\Log\NullLogger</className>
<methodName>log</methodName>
<methodSignature>log($level, string|\Stringable $message, array $context): void</methodSignature>
<fullMethod>log($level, string|\Stringable $message, array $context): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\Parser</className>
<methodName>parse</methodName>
<methodSignature>parse(array $argv, string $shortOptions, array $longOptions): array</methodSignature>
<fullMethod>parse(array $argv, string $shortOptions, array $longOptions): array</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\Parser</className>
<methodName>parseShortOption</methodName>
<methodSignature>parseShortOption(string $argument, string $shortOptions, array $options, array $argv): void</methodSignature>
<fullMethod>parseShortOption(string $argument, string $shortOptions, array $options, array $argv): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\Parser</className>
<methodName>parseLongOption</methodName>
<methodSignature>parseLongOption(string $argument, array $longOptions, array $options, array $argv): void</methodSignature>
<fullMethod>parseLongOption(string $argument, array $longOptions, array $options, array $argv): void</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\AmbiguousOptionException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $option)</methodSignature>
<fullMethod>__construct(string $option)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\OptionDoesNotAllowArgumentException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $option)</methodSignature>
<fullMethod>__construct(string $option)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\RequiredOptionArgumentMissingException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $option)</methodSignature>
<fullMethod>__construct(string $option)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CliParser</package>
<className>SebastianBergmann\CliParser\UnknownOptionException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $option)</methodSignature>
<fullMethod>__construct(string $option)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnitReverseLookup</package>
<className>SebastianBergmann\CodeUnitReverseLookup\Wizard</className>
<methodName>lookup</methodName>
<methodSignature>lookup(string $filename, int $lineNumber): string</methodSignature>
<fullMethod>lookup(string $filename, int $lineNumber): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnitReverseLookup</package>
<className>SebastianBergmann\CodeUnitReverseLookup\Wizard</className>
<methodName>updateLookupTable</methodName>
<methodSignature>updateLookupTable(): void</methodSignature>
<fullMethod>updateLookupTable(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnitReverseLookup</package>
<className>SebastianBergmann\CodeUnitReverseLookup\Wizard</className>
<methodName>processClassesAndTraits</methodName>
<methodSignature>processClassesAndTraits(): void</methodSignature>
<fullMethod>processClassesAndTraits(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnitReverseLookup</package>
<className>SebastianBergmann\CodeUnitReverseLookup\Wizard</className>
<methodName>processFunctions</methodName>
<methodSignature>processFunctions(): void</methodSignature>
<fullMethod>processFunctions(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnitReverseLookup</package>
<className>SebastianBergmann\CodeUnitReverseLookup\Wizard</className>
<methodName>processFunctionOrMethod</methodName>
<methodSignature>processFunctionOrMethod(ReflectionFunctionAbstract $functionOrMethod): void</methodSignature>
<fullMethod>processFunctionOrMethod(ReflectionFunctionAbstract $functionOrMethod): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\ClassMethodUnit</className>
<methodName>isClassMethod</methodName>
<methodSignature>isClassMethod(): bool</methodSignature>
<fullMethod>isClassMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\ClassUnit</className>
<methodName>isClass</methodName>
<methodSignature>isClass(): bool</methodSignature>
<fullMethod>isClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forClass</methodName>
<methodSignature>forClass(string $className): SebastianBergmann\CodeUnit\ClassUnit</methodSignature>
<fullMethod>forClass(string $className): SebastianBergmann\CodeUnit\ClassUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forClassMethod</methodName>
<methodSignature>forClassMethod(string $className, string $methodName): SebastianBergmann\CodeUnit\ClassMethodUnit</methodSignature>
<fullMethod>forClassMethod(string $className, string $methodName): SebastianBergmann\CodeUnit\ClassMethodUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forFileWithAbsolutePath</methodName>
<methodSignature>forFileWithAbsolutePath(string $path): SebastianBergmann\CodeUnit\FileUnit</methodSignature>
<fullMethod>forFileWithAbsolutePath(string $path): SebastianBergmann\CodeUnit\FileUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forInterface</methodName>
<methodSignature>forInterface(string $interfaceName): SebastianBergmann\CodeUnit\InterfaceUnit</methodSignature>
<fullMethod>forInterface(string $interfaceName): SebastianBergmann\CodeUnit\InterfaceUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forInterfaceMethod</methodName>
<methodSignature>forInterfaceMethod(string $interfaceName, string $methodName): SebastianBergmann\CodeUnit\InterfaceMethodUnit</methodSignature>
<fullMethod>forInterfaceMethod(string $interfaceName, string $methodName): SebastianBergmann\CodeUnit\InterfaceMethodUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forTrait</methodName>
<methodSignature>forTrait(string $traitName): SebastianBergmann\CodeUnit\TraitUnit</methodSignature>
<fullMethod>forTrait(string $traitName): SebastianBergmann\CodeUnit\TraitUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forTraitMethod</methodName>
<methodSignature>forTraitMethod(string $traitName, string $methodName): SebastianBergmann\CodeUnit\TraitMethodUnit</methodSignature>
<fullMethod>forTraitMethod(string $traitName, string $methodName): SebastianBergmann\CodeUnit\TraitMethodUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>forFunction</methodName>
<methodSignature>forFunction(string $functionName): SebastianBergmann\CodeUnit\FunctionUnit</methodSignature>
<fullMethod>forFunction(string $functionName): SebastianBergmann\CodeUnit\FunctionUnit</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, string $sourceFileName, array $sourceLines)</methodSignature>
<fullMethod>__construct(string $name, string $sourceFileName, array $sourceLines)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>sourceFileName</methodName>
<methodSignature>sourceFileName(): string</methodSignature>
<fullMethod>sourceFileName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>sourceLines</methodName>
<methodSignature>sourceLines(): array</methodSignature>
<fullMethod>sourceLines(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isClass</methodName>
<methodSignature>isClass(): bool</methodSignature>
<fullMethod>isClass(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isClassMethod</methodName>
<methodSignature>isClassMethod(): bool</methodSignature>
<fullMethod>isClassMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isInterface</methodName>
<methodSignature>isInterface(): bool</methodSignature>
<fullMethod>isInterface(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isInterfaceMethod</methodName>
<methodSignature>isInterfaceMethod(): bool</methodSignature>
<fullMethod>isInterfaceMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isTrait</methodName>
<methodSignature>isTrait(): bool</methodSignature>
<fullMethod>isTrait(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isTraitMethod</methodName>
<methodSignature>isTraitMethod(): bool</methodSignature>
<fullMethod>isTraitMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isFunction</methodName>
<methodSignature>isFunction(): bool</methodSignature>
<fullMethod>isFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>isFile</methodName>
<methodSignature>isFile(): bool</methodSignature>
<fullMethod>isFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>ensureFileExistsAndIsReadable</methodName>
<methodSignature>ensureFileExistsAndIsReadable(string $path): void</methodSignature>
<fullMethod>ensureFileExistsAndIsReadable(string $path): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>ensureUserDefinedClass</methodName>
<methodSignature>ensureUserDefinedClass(string $className): void</methodSignature>
<fullMethod>ensureUserDefinedClass(string $className): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>ensureUserDefinedInterface</methodName>
<methodSignature>ensureUserDefinedInterface(string $interfaceName): void</methodSignature>
<fullMethod>ensureUserDefinedInterface(string $interfaceName): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>ensureUserDefinedTrait</methodName>
<methodSignature>ensureUserDefinedTrait(string $traitName): void</methodSignature>
<fullMethod>ensureUserDefinedTrait(string $traitName): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>reflectorForClass</methodName>
<methodSignature>reflectorForClass(string $className): ReflectionClass</methodSignature>
<fullMethod>reflectorForClass(string $className): ReflectionClass</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>reflectorForClassMethod</methodName>
<methodSignature>reflectorForClassMethod(string $className, string $methodName): ReflectionMethod</methodSignature>
<fullMethod>reflectorForClassMethod(string $className, string $methodName): ReflectionMethod</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnit</className>
<methodName>reflectorForFunction</methodName>
<methodSignature>reflectorForFunction(string $functionName): ReflectionFunction</methodSignature>
<fullMethod>reflectorForFunction(string $functionName): ReflectionFunction</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>fromList</methodName>
<methodSignature>fromList(SebastianBergmann\CodeUnit\CodeUnit $codeUnits): self</methodSignature>
<fullMethod>fromList(SebastianBergmann\CodeUnit\CodeUnit $codeUnits): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $codeUnits)</methodSignature>
<fullMethod>__construct(array $codeUnits)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</methodSignature>
<fullMethod>getIterator(): SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollection</className>
<methodName>mergeWith</methodName>
<methodSignature>mergeWith(self $other): self</methodSignature>
<fullMethod>mergeWith(self $other): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\CodeUnit\CodeUnitCollection $collection)</methodSignature>
<fullMethod>__construct(SebastianBergmann\CodeUnit\CodeUnitCollection $collection)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): SebastianBergmann\CodeUnit\CodeUnit</methodSignature>
<fullMethod>current(): SebastianBergmann\CodeUnit\CodeUnit</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\CodeUnitCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\FileUnit</className>
<methodName>isFile</methodName>
<methodSignature>isFile(): bool</methodSignature>
<fullMethod>isFile(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\FunctionUnit</className>
<methodName>isFunction</methodName>
<methodSignature>isFunction(): bool</methodSignature>
<fullMethod>isFunction(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\InterfaceMethodUnit</className>
<methodName>isInterfaceMethod</methodName>
<methodSignature>isInterfaceMethod(): bool</methodSignature>
<fullMethod>isInterfaceMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\InterfaceUnit</className>
<methodName>isInterface</methodName>
<methodSignature>isInterface(): bool</methodSignature>
<fullMethod>isInterface(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>codeUnitsToSourceLines</methodName>
<methodSignature>codeUnitsToSourceLines(SebastianBergmann\CodeUnit\CodeUnitCollection $codeUnits): array</methodSignature>
<fullMethod>codeUnitsToSourceLines(SebastianBergmann\CodeUnit\CodeUnitCollection $codeUnits): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>stringToCodeUnits</methodName>
<methodSignature>stringToCodeUnits(string $unit): SebastianBergmann\CodeUnit\CodeUnitCollection</methodSignature>
<fullMethod>stringToCodeUnits(string $unit): SebastianBergmann\CodeUnit\CodeUnitCollection</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>reflectorForClass</methodName>
<methodSignature>reflectorForClass(string $className): ReflectionClass</methodSignature>
<fullMethod>reflectorForClass(string $className): ReflectionClass</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>isUserDefinedFunction</methodName>
<methodSignature>isUserDefinedFunction(string $functionName): bool</methodSignature>
<fullMethod>isUserDefinedFunction(string $functionName): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>isUserDefinedClass</methodName>
<methodSignature>isUserDefinedClass(string $className): bool</methodSignature>
<fullMethod>isUserDefinedClass(string $className): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>isUserDefinedInterface</methodName>
<methodSignature>isUserDefinedInterface(string $interfaceName): bool</methodSignature>
<fullMethod>isUserDefinedInterface(string $interfaceName): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>isUserDefinedTrait</methodName>
<methodSignature>isUserDefinedTrait(string $traitName): bool</methodSignature>
<fullMethod>isUserDefinedTrait(string $traitName): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\Mapper</className>
<methodName>isUserDefinedMethod</methodName>
<methodSignature>isUserDefinedMethod(string $className, string $methodName): bool</methodSignature>
<fullMethod>isUserDefinedMethod(string $className, string $methodName): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\TraitMethodUnit</className>
<methodName>isTraitMethod</methodName>
<methodSignature>isTraitMethod(): bool</methodSignature>
<fullMethod>isTraitMethod(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\CodeUnit</package>
<className>SebastianBergmann\CodeUnit\TraitUnit</className>
<methodName>isTrait</methodName>
<methodSignature>isTrait(): bool</methodSignature>
<fullMethod>isTrait(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ArrayComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ArrayComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ArrayComparator</className>
<methodName>indent</methodName>
<methodSignature>indent(string $lines): string</methodSignature>
<fullMethod>indent(string $lines): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Comparator</className>
<methodName>setFactory</methodName>
<methodSignature>setFactory(SebastianBergmann\Comparator\Factory $factory): void</methodSignature>
<fullMethod>setFactory(SebastianBergmann\Comparator\Factory $factory): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Comparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Comparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Comparator</className>
<methodName>factory</methodName>
<methodSignature>factory(): SebastianBergmann\Comparator\Factory</methodSignature>
<fullMethod>factory(): SebastianBergmann\Comparator\Factory</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>__construct</methodName>
<methodSignature>__construct(mixed $expected, mixed $actual, string $expectedAsString, string $actualAsString, string $message)</methodSignature>
<fullMethod>__construct(mixed $expected, mixed $actual, string $expectedAsString, string $actualAsString, string $message)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>getActual</methodName>
<methodSignature>getActual(): mixed</methodSignature>
<fullMethod>getActual(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>getExpected</methodName>
<methodSignature>getExpected(): mixed</methodSignature>
<fullMethod>getExpected(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>getActualAsString</methodName>
<methodSignature>getActualAsString(): string</methodSignature>
<fullMethod>getActualAsString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>getExpectedAsString</methodName>
<methodSignature>getExpectedAsString(): string</methodSignature>
<fullMethod>getExpectedAsString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>getDiff</methodName>
<methodSignature>getDiff(): string</methodSignature>
<fullMethod>getDiff(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ComparisonFailure</className>
<methodName>toString</methodName>
<methodSignature>toString(): string</methodSignature>
<fullMethod>toString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DOMNodeComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DOMNodeComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DOMNodeComparator</className>
<methodName>nodeToText</methodName>
<methodSignature>nodeToText(DOMNode $node, bool $canonicalize, bool $ignoreCase): string</methodSignature>
<fullMethod>nodeToText(DOMNode $node, bool $canonicalize, bool $ignoreCase): string</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DateTimeComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DateTimeComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\DateTimeComparator</className>
<methodName>dateTimeToString</methodName>
<methodSignature>dateTimeToString(DateTimeInterface $datetime): string</methodSignature>
<fullMethod>dateTimeToString(DateTimeInterface $datetime): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ExceptionComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ExceptionComparator</className>
<methodName>toArray</methodName>
<methodSignature>toArray(object $object): array</methodSignature>
<fullMethod>toArray(object $object): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>getInstance</methodName>
<methodSignature>getInstance(): self</methodSignature>
<fullMethod>getInstance(): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>getComparatorFor</methodName>
<methodSignature>getComparatorFor(mixed $expected, mixed $actual): SebastianBergmann\Comparator\Comparator</methodSignature>
<fullMethod>getComparatorFor(mixed $expected, mixed $actual): SebastianBergmann\Comparator\Comparator</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>register</methodName>
<methodSignature>register(SebastianBergmann\Comparator\Comparator $comparator): void</methodSignature>
<fullMethod>register(SebastianBergmann\Comparator\Comparator $comparator): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>unregister</methodName>
<methodSignature>unregister(SebastianBergmann\Comparator\Comparator $comparator): void</methodSignature>
<fullMethod>unregister(SebastianBergmann\Comparator\Comparator $comparator): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>reset</methodName>
<methodSignature>reset(): void</methodSignature>
<fullMethod>reset(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>registerDefaultComparators</methodName>
<methodSignature>registerDefaultComparators(): void</methodSignature>
<fullMethod>registerDefaultComparators(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\Factory</className>
<methodName>registerDefaultComparator</methodName>
<methodSignature>registerDefaultComparator(SebastianBergmann\Comparator\Comparator $comparator): void</methodSignature>
<fullMethod>registerDefaultComparator(SebastianBergmann\Comparator\Comparator $comparator): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\MockObjectComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\MockObjectComparator</className>
<methodName>toArray</methodName>
<methodSignature>toArray(object $object): array</methodSignature>
<fullMethod>toArray(object $object): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\NumericComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\NumericComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\NumericComparator</className>
<methodName>isInfinite</methodName>
<methodSignature>isInfinite(mixed $value): bool</methodSignature>
<fullMethod>isInfinite(mixed $value): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\NumericComparator</className>
<methodName>isNan</methodName>
<methodSignature>isNan(mixed $value): bool</methodSignature>
<fullMethod>isNan(mixed $value): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ObjectComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ObjectComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase, array $processed): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ObjectComparator</className>
<methodName>toArray</methodName>
<methodSignature>toArray(object $object): array</methodSignature>
<fullMethod>toArray(object $object): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ResourceComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ResourceComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ScalarComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\ScalarComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\SplObjectStorageComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\SplObjectStorageComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\TypeComparator</className>
<methodName>accepts</methodName>
<methodSignature>accepts(mixed $expected, mixed $actual): bool</methodSignature>
<fullMethod>accepts(mixed $expected, mixed $actual): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Comparator</package>
<className>SebastianBergmann\Comparator\TypeComparator</className>
<methodName>assertEquals</methodName>
<methodSignature>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</methodSignature>
<fullMethod>assertEquals(mixed $expected, mixed $actual, float $delta, bool $canonicalize, bool $ignoreCase): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Calculator</className>
<methodName>calculateForSourceFile</methodName>
<methodSignature>calculateForSourceFile(string $sourceFile): SebastianBergmann\Complexity\ComplexityCollection</methodSignature>
<fullMethod>calculateForSourceFile(string $sourceFile): SebastianBergmann\Complexity\ComplexityCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Calculator</className>
<methodName>calculateForSourceString</methodName>
<methodSignature>calculateForSourceString(string $source): SebastianBergmann\Complexity\ComplexityCollection</methodSignature>
<fullMethod>calculateForSourceString(string $source): SebastianBergmann\Complexity\ComplexityCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Calculator</className>
<methodName>calculateForAbstractSyntaxTree</methodName>
<methodSignature>calculateForAbstractSyntaxTree(array $nodes): SebastianBergmann\Complexity\ComplexityCollection</methodSignature>
<fullMethod>calculateForAbstractSyntaxTree(array $nodes): SebastianBergmann\Complexity\ComplexityCollection</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Calculator</className>
<methodName>parser</methodName>
<methodSignature>parser(): PhpParser\Parser</methodSignature>
<fullMethod>parser(): PhpParser\Parser</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Complexity</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, int $cyclomaticComplexity)</methodSignature>
<fullMethod>__construct(string $name, int $cyclomaticComplexity)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Complexity</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\Complexity</className>
<methodName>cyclomaticComplexity</methodName>
<methodSignature>cyclomaticComplexity(): int</methodSignature>
<fullMethod>cyclomaticComplexity(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>fromList</methodName>
<methodSignature>fromList(SebastianBergmann\Complexity\Complexity $items): self</methodSignature>
<fullMethod>fromList(SebastianBergmann\Complexity\Complexity $items): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $items)</methodSignature>
<fullMethod>__construct(array $items)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>asArray</methodName>
<methodSignature>asArray(): array</methodSignature>
<fullMethod>asArray(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>getIterator</methodName>
<methodSignature>getIterator(): SebastianBergmann\Complexity\ComplexityCollectionIterator</methodSignature>
<fullMethod>getIterator(): SebastianBergmann\Complexity\ComplexityCollectionIterator</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>isEmpty</methodName>
<methodSignature>isEmpty(): bool</methodSignature>
<fullMethod>isEmpty(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollection</className>
<methodName>cyclomaticComplexity</methodName>
<methodSignature>cyclomaticComplexity(): int</methodSignature>
<fullMethod>cyclomaticComplexity(): int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Complexity\ComplexityCollection $items)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Complexity\ComplexityCollection $items)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>current</methodName>
<methodSignature>current(): SebastianBergmann\Complexity\Complexity</methodSignature>
<fullMethod>current(): SebastianBergmann\Complexity\Complexity</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCollectionIterator</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $shortCircuitTraversal)</methodSignature>
<fullMethod>__construct(bool $shortCircuitTraversal)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): ?int</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): ?int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>result</methodName>
<methodSignature>result(): SebastianBergmann\Complexity\ComplexityCollection</methodSignature>
<fullMethod>result(): SebastianBergmann\Complexity\ComplexityCollection</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>cyclomaticComplexity</methodName>
<methodSignature>cyclomaticComplexity(array $statements): int</methodSignature>
<fullMethod>cyclomaticComplexity(array $statements): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>classMethodName</methodName>
<methodSignature>classMethodName(PhpParser\Node\Stmt\ClassMethod $node): string</methodSignature>
<fullMethod>classMethodName(PhpParser\Node\Stmt\ClassMethod $node): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\ComplexityCalculatingVisitor</className>
<methodName>functionName</methodName>
<methodSignature>functionName(PhpParser\Node\Stmt\Function_ $node): string</methodSignature>
<fullMethod>functionName(PhpParser\Node\Stmt\Function_ $node): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\CyclomaticComplexityCalculatingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): void</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): void</fullMethod>
<crap>182</crap>
<complexity>13</complexity>
<coverage>0</coverage>
<crapLoad>13</crapLoad>
</method>
<method>
<package>SebastianBergmann\Complexity</package>
<className>SebastianBergmann\Complexity\CyclomaticComplexityCalculatingVisitor</className>
<methodName>cyclomaticComplexity</methodName>
<methodSignature>cyclomaticComplexity(): int</methodSignature>
<fullMethod>cyclomaticComplexity(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $start, int $startRange, int $end, int $endRange, array $lines)</methodSignature>
<fullMethod>__construct(int $start, int $startRange, int $end, int $endRange, array $lines)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>getStart</methodName>
<methodSignature>getStart(): int</methodSignature>
<fullMethod>getStart(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>getStartRange</methodName>
<methodSignature>getStartRange(): int</methodSignature>
<fullMethod>getStartRange(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>getEnd</methodName>
<methodSignature>getEnd(): int</methodSignature>
<fullMethod>getEnd(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>getEndRange</methodName>
<methodSignature>getEndRange(): int</methodSignature>
<fullMethod>getEndRange(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>getLines</methodName>
<methodSignature>getLines(): array</methodSignature>
<fullMethod>getLines(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Chunk</className>
<methodName>setLines</methodName>
<methodSignature>setLines(array $lines): void</methodSignature>
<fullMethod>setLines(array $lines): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Diff</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $from, string $to, array $chunks)</methodSignature>
<fullMethod>__construct(string $from, string $to, array $chunks)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Diff</className>
<methodName>getFrom</methodName>
<methodSignature>getFrom(): string</methodSignature>
<fullMethod>getFrom(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Diff</className>
<methodName>getTo</methodName>
<methodSignature>getTo(): string</methodSignature>
<fullMethod>getTo(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Diff</className>
<methodName>getChunks</methodName>
<methodSignature>getChunks(): array</methodSignature>
<fullMethod>getChunks(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Diff</className>
<methodName>setChunks</methodName>
<methodSignature>setChunks(array $chunks): void</methodSignature>
<fullMethod>setChunks(array $chunks): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Diff\Output\DiffOutputBuilderInterface $outputBuilder)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Diff\Output\DiffOutputBuilderInterface $outputBuilder)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>diff</methodName>
<methodSignature>diff(array|string $from, array|string $to, SebastianBergmann\Diff\LongestCommonSubsequenceCalculator $lcs): string</methodSignature>
<fullMethod>diff(array|string $from, array|string $to, SebastianBergmann\Diff\LongestCommonSubsequenceCalculator $lcs): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>diffToArray</methodName>
<methodSignature>diffToArray(array|string $from, array|string $to, SebastianBergmann\Diff\LongestCommonSubsequenceCalculator $lcs): array</methodSignature>
<fullMethod>diffToArray(array|string $from, array|string $to, SebastianBergmann\Diff\LongestCommonSubsequenceCalculator $lcs): array</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>splitStringByLines</methodName>
<methodSignature>splitStringByLines(string $input): array</methodSignature>
<fullMethod>splitStringByLines(string $input): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>selectLcsImplementation</methodName>
<methodSignature>selectLcsImplementation(array $from, array $to): SebastianBergmann\Diff\LongestCommonSubsequenceCalculator</methodSignature>
<fullMethod>selectLcsImplementation(array $from, array $to): SebastianBergmann\Diff\LongestCommonSubsequenceCalculator</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>calculateEstimatedFootprint</methodName>
<methodSignature>calculateEstimatedFootprint(array $from, array $to): float|int</methodSignature>
<fullMethod>calculateEstimatedFootprint(array $from, array $to): float|int</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>detectUnmatchedLineEndings</methodName>
<methodSignature>detectUnmatchedLineEndings(array $diff): bool</methodSignature>
<fullMethod>detectUnmatchedLineEndings(array $diff): bool</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>getLinebreak</methodName>
<methodSignature>getLinebreak($line): string</methodSignature>
<fullMethod>getLinebreak($line): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Differ</className>
<methodName>getArrayDiffParted</methodName>
<methodSignature>getArrayDiffParted(array $from, array $to): array</methodSignature>
<fullMethod>getArrayDiffParted(array $from, array $to): array</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\ConfigurationException</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $option, string $expected, $value, int $code, Exception $previous)</methodSignature>
<fullMethod>__construct(string $option, string $expected, $value, int $code, Exception $previous)</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Line</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $type, string $content)</methodSignature>
<fullMethod>__construct(int $type, string $content)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Line</className>
<methodName>getContent</methodName>
<methodSignature>getContent(): string</methodSignature>
<fullMethod>getContent(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Line</className>
<methodName>getType</methodName>
<methodSignature>getType(): int</methodSignature>
<fullMethod>getType(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator</className>
<methodName>calculate</methodName>
<methodSignature>calculate(array $from, array $to): array</methodSignature>
<fullMethod>calculate(array $from, array $to): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator</className>
<methodName>length</methodName>
<methodSignature>length(array $from, array $to): array</methodSignature>
<fullMethod>length(array $from, array $to): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder</className>
<methodName>getCommonChunks</methodName>
<methodSignature>getCommonChunks(array $diff, int $lineThreshold): array</methodSignature>
<fullMethod>getCommonChunks(array $diff, int $lineThreshold): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\DiffOnlyOutputBuilder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $header)</methodSignature>
<fullMethod>__construct(string $header)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\DiffOnlyOutputBuilder</className>
<methodName>getDiff</methodName>
<methodSignature>getDiff(array $diff): string</methodSignature>
<fullMethod>getDiff(array $diff): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(array $options)</methodSignature>
<fullMethod>__construct(array $options)</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>getDiff</methodName>
<methodSignature>getDiff(array $diff): string</methodSignature>
<fullMethod>getDiff(array $diff): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>writeDiffHunks</methodName>
<methodSignature>writeDiffHunks($output, array $diff): void</methodSignature>
<fullMethod>writeDiffHunks($output, array $diff): void</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>writeHunk</methodName>
<methodSignature>writeHunk(array $diff, int $diffStartIndex, int $diffEndIndex, int $fromStart, int $fromRange, int $toStart, int $toRange, $output): void</methodSignature>
<fullMethod>writeHunk(array $diff, int $diffStartIndex, int $diffEndIndex, int $fromStart, int $fromRange, int $toStart, int $toRange, $output): void</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>assertString</methodName>
<methodSignature>assertString(array $options, string $option): void</methodSignature>
<fullMethod>assertString(array $options, string $option): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder</className>
<methodName>assertStringOrNull</methodName>
<methodSignature>assertStringOrNull(array $options, string $option): void</methodSignature>
<fullMethod>assertStringOrNull(array $options, string $option): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $header, bool $addLineNumbers)</methodSignature>
<fullMethod>__construct(string $header, bool $addLineNumbers)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder</className>
<methodName>getDiff</methodName>
<methodSignature>getDiff(array $diff): string</methodSignature>
<fullMethod>getDiff(array $diff): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder</className>
<methodName>writeDiffHunks</methodName>
<methodSignature>writeDiffHunks($output, array $diff): void</methodSignature>
<fullMethod>writeDiffHunks($output, array $diff): void</fullMethod>
<crap>342</crap>
<complexity>18</complexity>
<coverage>0</coverage>
<crapLoad>19</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff\Output</package>
<className>SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder</className>
<methodName>writeHunk</methodName>
<methodSignature>writeHunk(array $diff, int $diffStartIndex, int $diffEndIndex, int $fromStart, int $fromRange, int $toStart, int $toRange, $output): void</methodSignature>
<fullMethod>writeHunk(array $diff, int $diffStartIndex, int $diffEndIndex, int $fromStart, int $fromRange, int $toStart, int $toRange, $output): void</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Parser</className>
<methodName>parse</methodName>
<methodSignature>parse(string $string): array</methodSignature>
<fullMethod>parse(string $string): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\Parser</className>
<methodName>parseFileDiff</methodName>
<methodSignature>parseFileDiff(SebastianBergmann\Diff\Diff $diff, array $lines): void</methodSignature>
<fullMethod>parseFileDiff(SebastianBergmann\Diff\Diff $diff, array $lines): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Diff</package>
<className>SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator</className>
<methodName>calculate</methodName>
<methodSignature>calculate(array $from, array $to): array</methodSignature>
<fullMethod>calculate(array $from, array $to): array</fullMethod>
<crap>110</crap>
<complexity>10</complexity>
<coverage>0</coverage>
<crapLoad>10</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>hasColorSupport</methodName>
<methodSignature>hasColorSupport(): bool</methodSignature>
<fullMethod>hasColorSupport(): bool</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>getNumberOfColumns</methodName>
<methodSignature>getNumberOfColumns(): int</methodSignature>
<fullMethod>getNumberOfColumns(): int</fullMethod>
<crap>4</crap>
<complexity>4</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>isInteractive</methodName>
<methodSignature>isInteractive($fileDescriptor): bool</methodSignature>
<fullMethod>isInteractive($fileDescriptor): bool</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>isWindows</methodName>
<methodSignature>isWindows(): bool</methodSignature>
<fullMethod>isWindows(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>getNumberOfColumnsInteractive</methodName>
<methodSignature>getNumberOfColumnsInteractive(): int</methodSignature>
<fullMethod>getNumberOfColumnsInteractive(): int</fullMethod>
<crap>9</crap>
<complexity>9</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Console</className>
<methodName>getNumberOfColumnsWindows</methodName>
<methodSignature>getNumberOfColumnsWindows(): int</methodSignature>
<fullMethod>getNumberOfColumnsWindows(): int</fullMethod>
<crap>6</crap>
<complexity>6</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>canCollectCodeCoverage</methodName>
<methodSignature>canCollectCodeCoverage(): bool</methodSignature>
<fullMethod>canCollectCodeCoverage(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>discardsComments</methodName>
<methodSignature>discardsComments(): bool</methodSignature>
<fullMethod>discardsComments(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>performsJustInTimeCompilation</methodName>
<methodSignature>performsJustInTimeCompilation(): bool</methodSignature>
<fullMethod>performsJustInTimeCompilation(): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getBinary</methodName>
<methodSignature>getBinary(): string</methodSignature>
<fullMethod>getBinary(): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getNameWithVersion</methodName>
<methodSignature>getNameWithVersion(): string</methodSignature>
<fullMethod>getNameWithVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getNameWithVersionAndCodeCoverageDriver</methodName>
<methodSignature>getNameWithVersionAndCodeCoverageDriver(): string</methodSignature>
<fullMethod>getNameWithVersionAndCodeCoverageDriver(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getVendorUrl</methodName>
<methodSignature>getVendorUrl(): string</methodSignature>
<fullMethod>getVendorUrl(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getVersion</methodName>
<methodSignature>getVersion(): string</methodSignature>
<fullMethod>getVersion(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>hasXdebug</methodName>
<methodSignature>hasXdebug(): bool</methodSignature>
<fullMethod>hasXdebug(): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>isPHP</methodName>
<methodSignature>isPHP(): bool</methodSignature>
<fullMethod>isPHP(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>isPHPDBG</methodName>
<methodSignature>isPHPDBG(): bool</methodSignature>
<fullMethod>isPHPDBG(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>hasPHPDBGCodeCoverage</methodName>
<methodSignature>hasPHPDBGCodeCoverage(): bool</methodSignature>
<fullMethod>hasPHPDBGCodeCoverage(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>hasPCOV</methodName>
<methodSignature>hasPCOV(): bool</methodSignature>
<fullMethod>hasPCOV(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>getCurrentSettings</methodName>
<methodSignature>getCurrentSettings(array $values): array</methodSignature>
<fullMethod>getCurrentSettings(array $values): array</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Environment</package>
<className>SebastianBergmann\Environment\Runtime</className>
<methodName>isOpcacheActive</methodName>
<methodSignature>isOpcacheActive(): bool</methodSignature>
<fullMethod>isOpcacheActive(): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Exporter</package>
<className>SebastianBergmann\Exporter\Exporter</className>
<methodName>export</methodName>
<methodSignature>export(mixed $value, int $indentation): string</methodSignature>
<fullMethod>export(mixed $value, int $indentation): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Exporter</package>
<className>SebastianBergmann\Exporter\Exporter</className>
<methodName>shortenedRecursiveExport</methodName>
<methodSignature>shortenedRecursiveExport(array $data, SebastianBergmann\RecursionContext\Context $context): string</methodSignature>
<fullMethod>shortenedRecursiveExport(array $data, SebastianBergmann\RecursionContext\Context $context): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\Exporter</package>
<className>SebastianBergmann\Exporter\Exporter</className>
<methodName>shortenedExport</methodName>
<methodSignature>shortenedExport(mixed $value): string</methodSignature>
<fullMethod>shortenedExport(mixed $value): string</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\Exporter</package>
<className>SebastianBergmann\Exporter\Exporter</className>
<methodName>toArray</methodName>
<methodSignature>toArray(mixed $value): array</methodSignature>
<fullMethod>toArray(mixed $value): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\Exporter</package>
<className>SebastianBergmann\Exporter\Exporter</className>
<methodName>recursiveExport</methodName>
<methodSignature>recursiveExport(mixed $value, int $indentation, ?SebastianBergmann\RecursionContext\Context $processed): string</methodSignature>
<fullMethod>recursiveExport(mixed $value, int $indentation, ?SebastianBergmann\RecursionContext\Context $processed): string</fullMethod>
<crap>462</crap>
<complexity>21</complexity>
<coverage>0</coverage>
<crapLoad>22</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\CodeExporter</className>
<methodName>constants</methodName>
<methodSignature>constants(SebastianBergmann\GlobalState\Snapshot $snapshot): string</methodSignature>
<fullMethod>constants(SebastianBergmann\GlobalState\Snapshot $snapshot): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\CodeExporter</className>
<methodName>globalVariables</methodName>
<methodSignature>globalVariables(SebastianBergmann\GlobalState\Snapshot $snapshot): string</methodSignature>
<fullMethod>globalVariables(SebastianBergmann\GlobalState\Snapshot $snapshot): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\CodeExporter</className>
<methodName>iniSettings</methodName>
<methodSignature>iniSettings(SebastianBergmann\GlobalState\Snapshot $snapshot): string</methodSignature>
<fullMethod>iniSettings(SebastianBergmann\GlobalState\Snapshot $snapshot): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\CodeExporter</className>
<methodName>exportVariable</methodName>
<methodSignature>exportVariable(mixed $variable): string</methodSignature>
<fullMethod>exportVariable(mixed $variable): string</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\CodeExporter</className>
<methodName>arrayOnlyContainsScalars</methodName>
<methodSignature>arrayOnlyContainsScalars(array $array): bool</methodSignature>
<fullMethod>arrayOnlyContainsScalars(array $array): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addGlobalVariable</methodName>
<methodSignature>addGlobalVariable(string $variableName): void</methodSignature>
<fullMethod>addGlobalVariable(string $variableName): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addClass</methodName>
<methodSignature>addClass(string $className): void</methodSignature>
<fullMethod>addClass(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addSubclassesOf</methodName>
<methodSignature>addSubclassesOf(string $className): void</methodSignature>
<fullMethod>addSubclassesOf(string $className): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addImplementorsOf</methodName>
<methodSignature>addImplementorsOf(string $interfaceName): void</methodSignature>
<fullMethod>addImplementorsOf(string $interfaceName): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addClassNamePrefix</methodName>
<methodSignature>addClassNamePrefix(string $classNamePrefix): void</methodSignature>
<fullMethod>addClassNamePrefix(string $classNamePrefix): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>addStaticProperty</methodName>
<methodSignature>addStaticProperty(string $className, string $propertyName): void</methodSignature>
<fullMethod>addStaticProperty(string $className, string $propertyName): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>isGlobalVariableExcluded</methodName>
<methodSignature>isGlobalVariableExcluded(string $variableName): bool</methodSignature>
<fullMethod>isGlobalVariableExcluded(string $variableName): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\ExcludeList</className>
<methodName>isStaticPropertyExcluded</methodName>
<methodSignature>isStaticPropertyExcluded(string $className, string $propertyName): bool</methodSignature>
<fullMethod>isStaticPropertyExcluded(string $className, string $propertyName): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Restorer</className>
<methodName>restoreGlobalVariables</methodName>
<methodSignature>restoreGlobalVariables(SebastianBergmann\GlobalState\Snapshot $snapshot): void</methodSignature>
<fullMethod>restoreGlobalVariables(SebastianBergmann\GlobalState\Snapshot $snapshot): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Restorer</className>
<methodName>restoreStaticProperties</methodName>
<methodSignature>restoreStaticProperties(SebastianBergmann\GlobalState\Snapshot $snapshot): void</methodSignature>
<fullMethod>restoreStaticProperties(SebastianBergmann\GlobalState\Snapshot $snapshot): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Restorer</className>
<methodName>restoreSuperGlobalArray</methodName>
<methodSignature>restoreSuperGlobalArray(SebastianBergmann\GlobalState\Snapshot $snapshot, string $superGlobalArray): void</methodSignature>
<fullMethod>restoreSuperGlobalArray(SebastianBergmann\GlobalState\Snapshot $snapshot, string $superGlobalArray): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\GlobalState\ExcludeList $excludeList, bool $includeGlobalVariables, bool $includeStaticProperties, bool $includeConstants, bool $includeFunctions, bool $includeClasses, bool $includeInterfaces, bool $includeTraits, bool $includeIniSettings, bool $includeIncludedFiles)</methodSignature>
<fullMethod>__construct(SebastianBergmann\GlobalState\ExcludeList $excludeList, bool $includeGlobalVariables, bool $includeStaticProperties, bool $includeConstants, bool $includeFunctions, bool $includeClasses, bool $includeInterfaces, bool $includeTraits, bool $includeIniSettings, bool $includeIncludedFiles)</fullMethod>
<crap>156</crap>
<complexity>12</complexity>
<coverage>0</coverage>
<crapLoad>12</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>excludeList</methodName>
<methodSignature>excludeList(): SebastianBergmann\GlobalState\ExcludeList</methodSignature>
<fullMethod>excludeList(): SebastianBergmann\GlobalState\ExcludeList</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>globalVariables</methodName>
<methodSignature>globalVariables(): array</methodSignature>
<fullMethod>globalVariables(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>superGlobalVariables</methodName>
<methodSignature>superGlobalVariables(): array</methodSignature>
<fullMethod>superGlobalVariables(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>superGlobalArrays</methodName>
<methodSignature>superGlobalArrays(): array</methodSignature>
<fullMethod>superGlobalArrays(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>staticProperties</methodName>
<methodSignature>staticProperties(): array</methodSignature>
<fullMethod>staticProperties(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>iniSettings</methodName>
<methodSignature>iniSettings(): array</methodSignature>
<fullMethod>iniSettings(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>includedFiles</methodName>
<methodSignature>includedFiles(): array</methodSignature>
<fullMethod>includedFiles(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>constants</methodName>
<methodSignature>constants(): array</methodSignature>
<fullMethod>constants(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>functions</methodName>
<methodSignature>functions(): array</methodSignature>
<fullMethod>functions(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>interfaces</methodName>
<methodSignature>interfaces(): array</methodSignature>
<fullMethod>interfaces(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>classes</methodName>
<methodSignature>classes(): array</methodSignature>
<fullMethod>classes(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>traits</methodName>
<methodSignature>traits(): array</methodSignature>
<fullMethod>traits(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotConstants</methodName>
<methodSignature>snapshotConstants(): void</methodSignature>
<fullMethod>snapshotConstants(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotFunctions</methodName>
<methodSignature>snapshotFunctions(): void</methodSignature>
<fullMethod>snapshotFunctions(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotClasses</methodName>
<methodSignature>snapshotClasses(): void</methodSignature>
<fullMethod>snapshotClasses(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotInterfaces</methodName>
<methodSignature>snapshotInterfaces(): void</methodSignature>
<fullMethod>snapshotInterfaces(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotGlobals</methodName>
<methodSignature>snapshotGlobals(): void</methodSignature>
<fullMethod>snapshotGlobals(): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotSuperGlobalArray</methodName>
<methodSignature>snapshotSuperGlobalArray(string $superGlobalArray): void</methodSignature>
<fullMethod>snapshotSuperGlobalArray(string $superGlobalArray): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>snapshotStaticProperties</methodName>
<methodSignature>snapshotStaticProperties(): void</methodSignature>
<fullMethod>snapshotStaticProperties(): void</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>setupSuperGlobalArrays</methodName>
<methodSignature>setupSuperGlobalArrays(): void</methodSignature>
<fullMethod>setupSuperGlobalArrays(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>canBeSerialized</methodName>
<methodSignature>canBeSerialized(mixed $variable): bool</methodSignature>
<fullMethod>canBeSerialized(mixed $variable): bool</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\GlobalState</package>
<className>SebastianBergmann\GlobalState\Snapshot</className>
<methodName>enumerateObjectsAndResources</methodName>
<methodSignature>enumerateObjectsAndResources(mixed $variable): array</methodSignature>
<fullMethod>enumerateObjectsAndResources(mixed $variable): array</fullMethod>
<crap>210</crap>
<complexity>14</complexity>
<coverage>0</coverage>
<crapLoad>14</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\Counter</className>
<methodName>countInSourceFile</methodName>
<methodSignature>countInSourceFile(string $sourceFile): SebastianBergmann\LinesOfCode\LinesOfCode</methodSignature>
<fullMethod>countInSourceFile(string $sourceFile): SebastianBergmann\LinesOfCode\LinesOfCode</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\Counter</className>
<methodName>countInSourceString</methodName>
<methodSignature>countInSourceString(string $source): SebastianBergmann\LinesOfCode\LinesOfCode</methodSignature>
<fullMethod>countInSourceString(string $source): SebastianBergmann\LinesOfCode\LinesOfCode</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\Counter</className>
<methodName>countInAbstractSyntaxTree</methodName>
<methodSignature>countInAbstractSyntaxTree(int $linesOfCode, array $nodes): SebastianBergmann\LinesOfCode\LinesOfCode</methodSignature>
<fullMethod>countInAbstractSyntaxTree(int $linesOfCode, array $nodes): SebastianBergmann\LinesOfCode\LinesOfCode</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\Counter</className>
<methodName>parser</methodName>
<methodSignature>parser(): PhpParser\Parser</methodSignature>
<fullMethod>parser(): PhpParser\Parser</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LineCountingVisitor</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $linesOfCode)</methodSignature>
<fullMethod>__construct(int $linesOfCode)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LineCountingVisitor</className>
<methodName>enterNode</methodName>
<methodSignature>enterNode(PhpParser\Node $node): void</methodSignature>
<fullMethod>enterNode(PhpParser\Node $node): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LineCountingVisitor</className>
<methodName>result</methodName>
<methodSignature>result(): SebastianBergmann\LinesOfCode\LinesOfCode</methodSignature>
<fullMethod>result(): SebastianBergmann\LinesOfCode\LinesOfCode</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LineCountingVisitor</className>
<methodName>comments</methodName>
<methodSignature>comments(): array</methodSignature>
<fullMethod>comments(): array</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode)</methodSignature>
<fullMethod>__construct(int $linesOfCode, int $commentLinesOfCode, int $nonCommentLinesOfCode, int $logicalLinesOfCode)</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>linesOfCode</methodName>
<methodSignature>linesOfCode(): int</methodSignature>
<fullMethod>linesOfCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>commentLinesOfCode</methodName>
<methodSignature>commentLinesOfCode(): int</methodSignature>
<fullMethod>commentLinesOfCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>nonCommentLinesOfCode</methodName>
<methodSignature>nonCommentLinesOfCode(): int</methodSignature>
<fullMethod>nonCommentLinesOfCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>logicalLinesOfCode</methodName>
<methodSignature>logicalLinesOfCode(): int</methodSignature>
<fullMethod>logicalLinesOfCode(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\LinesOfCode</package>
<className>SebastianBergmann\LinesOfCode\LinesOfCode</className>
<methodName>plus</methodName>
<methodSignature>plus(self $other): self</methodSignature>
<fullMethod>plus(self $other): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\ObjectEnumerator</package>
<className>SebastianBergmann\ObjectEnumerator\Enumerator</className>
<methodName>enumerate</methodName>
<methodSignature>enumerate(array|object $variable, SebastianBergmann\RecursionContext\Context $processed): array</methodSignature>
<fullMethod>enumerate(array|object $variable, SebastianBergmann\RecursionContext\Context $processed): array</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>SebastianBergmann\ObjectReflector</package>
<className>SebastianBergmann\ObjectReflector\ObjectReflector</className>
<methodName>getProperties</methodName>
<methodSignature>getProperties(object $object): array</methodSignature>
<fullMethod>getProperties(object $object): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>__destruct</methodName>
<methodSignature>__destruct()</methodSignature>
<fullMethod>__destruct()</fullMethod>
<crap>3</crap>
<complexity>3</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>add</methodName>
<methodSignature>add(object|array $value): int|string|false</methodSignature>
<fullMethod>add(object|array $value): int|string|false</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>contains</methodName>
<methodSignature>contains(object|array $value): int|string|false</methodSignature>
<fullMethod>contains(object|array $value): int|string|false</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>addArray</methodName>
<methodSignature>addArray(array $array): int</methodSignature>
<fullMethod>addArray(array $array): int</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>addObject</methodName>
<methodSignature>addObject(object $object): string</methodSignature>
<fullMethod>addObject(object $object): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>containsArray</methodName>
<methodSignature>containsArray(array $array): int|false</methodSignature>
<fullMethod>containsArray(array $array): int|false</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\RecursionContext</package>
<className>SebastianBergmann\RecursionContext\Context</className>
<methodName>containsObject</methodName>
<methodSignature>containsObject(object $value): string|false</methodSignature>
<fullMethod>containsObject(object $value): string|false</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Parameter</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, SebastianBergmann\Type\Type $type)</methodSignature>
<fullMethod>__construct(string $name, SebastianBergmann\Type\Type $type)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Parameter</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Parameter</className>
<methodName>type</methodName>
<methodSignature>type(): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>type(): SebastianBergmann\Type\Type</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>fromParameterTypes</methodName>
<methodSignature>fromParameterTypes(\ReflectionFunction|\ReflectionMethod $functionOrMethod): array</methodSignature>
<fullMethod>fromParameterTypes(\ReflectionFunction|\ReflectionMethod $functionOrMethod): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>fromReturnType</methodName>
<methodSignature>fromReturnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>fromReturnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>mapNamedType</methodName>
<methodSignature>mapNamedType(ReflectionNamedType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>mapNamedType(ReflectionNamedType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>mapUnionType</methodName>
<methodSignature>mapUnionType(ReflectionUnionType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>mapUnionType(ReflectionUnionType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>mapIntersectionType</methodName>
<methodSignature>mapIntersectionType(ReflectionIntersectionType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</methodSignature>
<fullMethod>mapIntersectionType(ReflectionIntersectionType $type, \ReflectionFunction|\ReflectionMethod $functionOrMethod): SebastianBergmann\Type\Type</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>hasReturnType</methodName>
<methodSignature>hasReturnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): bool</methodSignature>
<fullMethod>hasReturnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ReflectionMapper</className>
<methodName>returnType</methodName>
<methodSignature>returnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): ?ReflectionType</methodSignature>
<fullMethod>returnType(\ReflectionFunction|\ReflectionMethod $functionOrMethod): ?ReflectionType</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>fromQualifiedName</methodName>
<methodSignature>fromQualifiedName(string $fullClassName): self</methodSignature>
<fullMethod>fromQualifiedName(string $fullClassName): self</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>fromReflection</methodName>
<methodSignature>fromReflection(ReflectionClass $type): self</methodSignature>
<fullMethod>fromReflection(ReflectionClass $type): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>__construct</methodName>
<methodSignature>__construct(?string $namespaceName, string $simpleName)</methodSignature>
<fullMethod>__construct(?string $namespaceName, string $simpleName)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>namespaceName</methodName>
<methodSignature>namespaceName(): ?string</methodSignature>
<fullMethod>namespaceName(): ?string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>simpleName</methodName>
<methodSignature>simpleName(): string</methodSignature>
<fullMethod>simpleName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>qualifiedName</methodName>
<methodSignature>qualifiedName(): string</methodSignature>
<fullMethod>qualifiedName(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TypeName</className>
<methodName>isNamespaced</methodName>
<methodSignature>isNamespaced(): bool</methodSignature>
<fullMethod>isNamespaced(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $nullable)</methodSignature>
<fullMethod>__construct(bool $nullable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>132</crap>
<complexity>11</complexity>
<coverage>0</coverage>
<crapLoad>11</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isCallable</methodName>
<methodSignature>isCallable(): bool</methodSignature>
<fullMethod>isCallable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isClosure</methodName>
<methodSignature>isClosure(SebastianBergmann\Type\ObjectType $type): bool</methodSignature>
<fullMethod>isClosure(SebastianBergmann\Type\ObjectType $type): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>hasInvokeMethod</methodName>
<methodSignature>hasInvokeMethod(SebastianBergmann\Type\ObjectType $type): bool</methodSignature>
<fullMethod>hasInvokeMethod(SebastianBergmann\Type\ObjectType $type): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isFunction</methodName>
<methodSignature>isFunction(SebastianBergmann\Type\SimpleType $type): bool</methodSignature>
<fullMethod>isFunction(SebastianBergmann\Type\SimpleType $type): bool</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isObjectCallback</methodName>
<methodSignature>isObjectCallback(SebastianBergmann\Type\SimpleType $type): bool</methodSignature>
<fullMethod>isObjectCallback(SebastianBergmann\Type\SimpleType $type): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\CallableType</className>
<methodName>isClassCallback</methodName>
<methodSignature>isClassCallback(SebastianBergmann\Type\SimpleType $type): bool</methodSignature>
<fullMethod>isClassCallback(SebastianBergmann\Type\SimpleType $type): bool</fullMethod>
<crap>240</crap>
<complexity>15</complexity>
<coverage>0</coverage>
<crapLoad>16</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\FalseType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\FalseType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\FalseType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\FalseType</className>
<methodName>isFalse</methodName>
<methodSignature>isFalse(): bool</methodSignature>
<fullMethod>isFalse(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\GenericObjectType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $nullable)</methodSignature>
<fullMethod>__construct(bool $nullable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\GenericObjectType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\GenericObjectType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\GenericObjectType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\GenericObjectType</className>
<methodName>isGenericObject</methodName>
<methodSignature>isGenericObject(): bool</methodSignature>
<fullMethod>isGenericObject(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Type\Type $types)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Type\Type $types)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>isIntersection</methodName>
<methodSignature>isIntersection(): bool</methodSignature>
<fullMethod>isIntersection(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>types</methodName>
<methodSignature>types(): array</methodSignature>
<fullMethod>types(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>ensureMinimumOfTwoTypes</methodName>
<methodSignature>ensureMinimumOfTwoTypes(SebastianBergmann\Type\Type $types): void</methodSignature>
<fullMethod>ensureMinimumOfTwoTypes(SebastianBergmann\Type\Type $types): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>ensureOnlyValidTypes</methodName>
<methodSignature>ensureOnlyValidTypes(SebastianBergmann\Type\Type $types): void</methodSignature>
<fullMethod>ensureOnlyValidTypes(SebastianBergmann\Type\Type $types): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IntersectionType</className>
<methodName>ensureNoDuplicateTypes</methodName>
<methodSignature>ensureNoDuplicateTypes(SebastianBergmann\Type\Type $types): void</methodSignature>
<fullMethod>ensureNoDuplicateTypes(SebastianBergmann\Type\Type $types): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IterableType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(bool $nullable)</methodSignature>
<fullMethod>__construct(bool $nullable)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IterableType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IterableType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IterableType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\IterableType</className>
<methodName>isIterable</methodName>
<methodSignature>isIterable(): bool</methodSignature>
<fullMethod>isIterable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\MixedType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\MixedType</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\MixedType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\MixedType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\MixedType</className>
<methodName>isMixed</methodName>
<methodSignature>isMixed(): bool</methodSignature>
<fullMethod>isMixed(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NeverType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NeverType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NeverType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NeverType</className>
<methodName>isNever</methodName>
<methodSignature>isNever(): bool</methodSignature>
<fullMethod>isNever(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NullType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NullType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NullType</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NullType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\NullType</className>
<methodName>isNull</methodName>
<methodSignature>isNull(): bool</methodSignature>
<fullMethod>isNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Type\TypeName $className, bool $allowsNull)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Type\TypeName $className, bool $allowsNull)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>className</methodName>
<methodSignature>className(): SebastianBergmann\Type\TypeName</methodSignature>
<fullMethod>className(): SebastianBergmann\Type\TypeName</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\ObjectType</className>
<methodName>isObject</methodName>
<methodSignature>isObject(): bool</methodSignature>
<fullMethod>isObject(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $name, bool $nullable, mixed $value)</methodSignature>
<fullMethod>__construct(string $name, bool $nullable, mixed $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>72</crap>
<complexity>8</complexity>
<coverage>0</coverage>
<crapLoad>8</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>value</methodName>
<methodSignature>value(): mixed</methodSignature>
<fullMethod>value(): mixed</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>isSimple</methodName>
<methodSignature>isSimple(): bool</methodSignature>
<fullMethod>isSimple(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\SimpleType</className>
<methodName>normalize</methodName>
<methodSignature>normalize(string $name): string</methodSignature>
<fullMethod>normalize(string $name): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\StaticType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Type\TypeName $className, bool $allowsNull)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Type\TypeName $className, bool $allowsNull)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\StaticType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\StaticType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\StaticType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\StaticType</className>
<methodName>isStatic</methodName>
<methodSignature>isStatic(): bool</methodSignature>
<fullMethod>isStatic(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TrueType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TrueType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TrueType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\TrueType</className>
<methodName>isTrue</methodName>
<methodSignature>isTrue(): bool</methodSignature>
<fullMethod>isTrue(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>fromValue</methodName>
<methodSignature>fromValue(mixed $value, bool $allowsNull): self</methodSignature>
<fullMethod>fromValue(mixed $value, bool $allowsNull): self</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>fromName</methodName>
<methodSignature>fromName(string $typeName, bool $allowsNull): self</methodSignature>
<fullMethod>fromName(string $typeName, bool $allowsNull): self</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isCallable</methodName>
<methodSignature>isCallable(): bool</methodSignature>
<fullMethod>isCallable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isTrue</methodName>
<methodSignature>isTrue(): bool</methodSignature>
<fullMethod>isTrue(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isFalse</methodName>
<methodSignature>isFalse(): bool</methodSignature>
<fullMethod>isFalse(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isGenericObject</methodName>
<methodSignature>isGenericObject(): bool</methodSignature>
<fullMethod>isGenericObject(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isIntersection</methodName>
<methodSignature>isIntersection(): bool</methodSignature>
<fullMethod>isIntersection(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isIterable</methodName>
<methodSignature>isIterable(): bool</methodSignature>
<fullMethod>isIterable(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isMixed</methodName>
<methodSignature>isMixed(): bool</methodSignature>
<fullMethod>isMixed(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isNever</methodName>
<methodSignature>isNever(): bool</methodSignature>
<fullMethod>isNever(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isNull</methodName>
<methodSignature>isNull(): bool</methodSignature>
<fullMethod>isNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isObject</methodName>
<methodSignature>isObject(): bool</methodSignature>
<fullMethod>isObject(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isSimple</methodName>
<methodSignature>isSimple(): bool</methodSignature>
<fullMethod>isSimple(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isStatic</methodName>
<methodSignature>isStatic(): bool</methodSignature>
<fullMethod>isStatic(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isUnion</methodName>
<methodSignature>isUnion(): bool</methodSignature>
<fullMethod>isUnion(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isVoid</methodName>
<methodSignature>isVoid(): bool</methodSignature>
<fullMethod>isVoid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(self $other): bool</methodSignature>
<fullMethod>isAssignable(self $other): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\Type</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>__construct</methodName>
<methodSignature>__construct(SebastianBergmann\Type\Type $types)</methodSignature>
<fullMethod>__construct(SebastianBergmann\Type\Type $types)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>isUnion</methodName>
<methodSignature>isUnion(): bool</methodSignature>
<fullMethod>isUnion(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>containsIntersectionTypes</methodName>
<methodSignature>containsIntersectionTypes(): bool</methodSignature>
<fullMethod>containsIntersectionTypes(): bool</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>types</methodName>
<methodSignature>types(): array</methodSignature>
<fullMethod>types(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>ensureMinimumOfTwoTypes</methodName>
<methodSignature>ensureMinimumOfTwoTypes(SebastianBergmann\Type\Type $types): void</methodSignature>
<fullMethod>ensureMinimumOfTwoTypes(SebastianBergmann\Type\Type $types): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnionType</className>
<methodName>ensureOnlyValidTypes</methodName>
<methodSignature>ensureOnlyValidTypes(SebastianBergmann\Type\Type $types): void</methodSignature>
<fullMethod>ensureOnlyValidTypes(SebastianBergmann\Type\Type $types): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnknownType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnknownType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnknownType</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnknownType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\UnknownType</className>
<methodName>isUnknown</methodName>
<methodSignature>isUnknown(): bool</methodSignature>
<fullMethod>isUnknown(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\VoidType</className>
<methodName>isAssignable</methodName>
<methodSignature>isAssignable(SebastianBergmann\Type\Type $other): bool</methodSignature>
<fullMethod>isAssignable(SebastianBergmann\Type\Type $other): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\VoidType</className>
<methodName>name</methodName>
<methodSignature>name(): string</methodSignature>
<fullMethod>name(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\VoidType</className>
<methodName>allowsNull</methodName>
<methodSignature>allowsNull(): bool</methodSignature>
<fullMethod>allowsNull(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann\Type</package>
<className>SebastianBergmann\Type\VoidType</className>
<methodName>isVoid</methodName>
<methodSignature>isVoid(): bool</methodSignature>
<fullMethod>isVoid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann</package>
<className>SebastianBergmann\Version</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $release, string $path)</methodSignature>
<fullMethod>__construct(string $release, string $path)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann</package>
<className>SebastianBergmann\Version</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann</package>
<className>SebastianBergmann\Version</className>
<methodName>generate</methodName>
<methodSignature>generate(string $release, string $path): string</methodSignature>
<fullMethod>generate(string $release, string $path): string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>SebastianBergmann</package>
<className>SebastianBergmann\Version</className>
<methodName>getGitInformation</methodName>
<methodSignature>getGitInformation(string $path): bool|string</methodSignature>
<fullMethod>getGitInformation(string $path): bool|string</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\NamespaceUri</className>
<methodName>__construct</methodName>
<methodSignature>__construct(string $value)</methodSignature>
<fullMethod>__construct(string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\NamespaceUri</className>
<methodName>asString</methodName>
<methodSignature>asString(): string</methodSignature>
<fullMethod>asString(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\NamespaceUri</className>
<methodName>ensureValidUri</methodName>
<methodSignature>ensureValidUri($value): void</methodSignature>
<fullMethod>ensureValidUri($value): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Token</className>
<methodName>__construct</methodName>
<methodSignature>__construct(int $line, string $name, string $value)</methodSignature>
<fullMethod>__construct(int $line, string $name, string $value)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Token</className>
<methodName>getLine</methodName>
<methodSignature>getLine(): int</methodSignature>
<fullMethod>getLine(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Token</className>
<methodName>getName</methodName>
<methodSignature>getName(): string</methodSignature>
<fullMethod>getName(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Token</className>
<methodName>getValue</methodName>
<methodSignature>getValue(): string</methodSignature>
<fullMethod>getValue(): string</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>addToken</methodName>
<methodSignature>addToken(TheSeer\Tokenizer\Token $token): void</methodSignature>
<fullMethod>addToken(TheSeer\Tokenizer\Token $token): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>current</methodName>
<methodSignature>current(): TheSeer\Tokenizer\Token</methodSignature>
<fullMethod>current(): TheSeer\Tokenizer\Token</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>key</methodName>
<methodSignature>key(): int</methodSignature>
<fullMethod>key(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>next</methodName>
<methodSignature>next(): void</methodSignature>
<fullMethod>next(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>valid</methodName>
<methodSignature>valid(): bool</methodSignature>
<fullMethod>valid(): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>rewind</methodName>
<methodSignature>rewind(): void</methodSignature>
<fullMethod>rewind(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>count</methodName>
<methodSignature>count(): int</methodSignature>
<fullMethod>count(): int</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>offsetExists</methodName>
<methodSignature>offsetExists($offset): bool</methodSignature>
<fullMethod>offsetExists($offset): bool</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>offsetGet</methodName>
<methodSignature>offsetGet($offset): TheSeer\Tokenizer\Token</methodSignature>
<fullMethod>offsetGet($offset): TheSeer\Tokenizer\Token</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>offsetSet</methodName>
<methodSignature>offsetSet($offset, $value): void</methodSignature>
<fullMethod>offsetSet($offset, $value): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\TokenCollection</className>
<methodName>offsetUnset</methodName>
<methodSignature>offsetUnset($offset): void</methodSignature>
<fullMethod>offsetUnset($offset): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Tokenizer</className>
<methodName>parse</methodName>
<methodSignature>parse(string $source): TheSeer\Tokenizer\TokenCollection</methodSignature>
<fullMethod>parse(string $source): TheSeer\Tokenizer\TokenCollection</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\Tokenizer</className>
<methodName>fillBlanks</methodName>
<methodSignature>fillBlanks(TheSeer\Tokenizer\TokenCollection $tokens, int $maxLine): TheSeer\Tokenizer\TokenCollection</methodSignature>
<fullMethod>fillBlanks(TheSeer\Tokenizer\TokenCollection $tokens, int $maxLine): TheSeer\Tokenizer\TokenCollection</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\XMLSerializer</className>
<methodName>__construct</methodName>
<methodSignature>__construct(TheSeer\Tokenizer\NamespaceUri $xmlns)</methodSignature>
<fullMethod>__construct(TheSeer\Tokenizer\NamespaceUri $xmlns)</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\XMLSerializer</className>
<methodName>toDom</methodName>
<methodSignature>toDom(TheSeer\Tokenizer\TokenCollection $tokens): DOMDocument</methodSignature>
<fullMethod>toDom(TheSeer\Tokenizer\TokenCollection $tokens): DOMDocument</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\XMLSerializer</className>
<methodName>toXML</methodName>
<methodSignature>toXML(TheSeer\Tokenizer\TokenCollection $tokens): string</methodSignature>
<fullMethod>toXML(TheSeer\Tokenizer\TokenCollection $tokens): string</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TheSeer\Tokenizer</package>
<className>TheSeer\Tokenizer\XMLSerializer</className>
<methodName>addToken</methodName>
<methodSignature>addToken(TheSeer\Tokenizer\Token $token): void</methodSignature>
<fullMethod>addToken(TheSeer\Tokenizer\Token $token): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>addQuestion</methodName>
<methodSignature>addQuestion(): void</methodSignature>
<fullMethod>addQuestion(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>addResponse</methodName>
<methodSignature>addResponse(): void</methodSignature>
<fullMethod>addResponse(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>continueResponse</methodName>
<methodSignature>continueResponse(): void</methodSignature>
<fullMethod>continueResponse(): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>createForm</methodName>
<methodSignature>createForm(): void</methodSignature>
<fullMethod>createForm(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>addKeyword</methodName>
<methodSignature>addKeyword(): void</methodSignature>
<fullMethod>addKeyword(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>goToCategories</methodName>
<methodSignature>goToCategories(): void</methodSignature>
<fullMethod>goToCategories(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>goToQuestions</methodName>
<methodSignature>goToQuestions(): void</methodSignature>
<fullMethod>goToQuestions(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>goToResponses</methodName>
<methodSignature>goToResponses(): void</methodSignature>
<fullMethod>goToResponses(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerAdmin</className>
<methodName>goToAdministration</methodName>
<methodSignature>goToAdministration(): void</methodSignature>
<fullMethod>goToAdministration(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerCandidate</className>
<methodName>goToForm</methodName>
<methodSignature>goToForm(): void</methodSignature>
<fullMethod>goToForm(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerCandidate</className>
<methodName>goToAdminLogin</methodName>
<methodSignature>goToAdminLogin(): void</methodSignature>
<fullMethod>goToAdminLogin(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerCandidate</className>
<methodName>submitForm</methodName>
<methodSignature>submitForm(): void</methodSignature>
<fullMethod>submitForm(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerCandidate</className>
<methodName>goToThanks</methodName>
<methodSignature>goToThanks(): void</methodSignature>
<fullMethod>goToThanks(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\ControllerCandidate</className>
<methodName>login</methodName>
<methodSignature>login(): void</methodSignature>
<fullMethod>login(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\FrontController</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\FrontController</className>
<methodName>getRights</methodName>
<methodSignature>getRights(): array</methodSignature>
<fullMethod>getRights(): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\FrontController</className>
<methodName>getRouter</methodName>
<methodSignature>getRouter(): Config\AltoRouter</methodSignature>
<fullMethod>getRouter(): Config\AltoRouter</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\FrontController</className>
<methodName>run</methodName>
<methodSignature>run(): void</methodSignature>
<fullMethod>run(): void</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Controller</package>
<className>Controller\FrontController</className>
<methodName>mapRoutes</methodName>
<methodSignature>mapRoutes(): void</methodSignature>
<fullMethod>mapRoutes(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Exceptions</package>
<className>Exceptions\InexistantLoginException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Exceptions</package>
<className>Exceptions\InvalidLoginOrPasswordException</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Exceptions</package>
<className>Exceptions\InvalidUsernameOrPasswordException</className>
<methodName>__construct</methodName>
<methodSignature>__construct($message, $code, Exception $previous)</methodSignature>
<fullMethod>__construct($message, $code, Exception $previous)</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\Factory</className>
<methodName>create</methodName>
<methodSignature>create(array $results): array</methodSignature>
<fullMethod>create(array $results): array</fullMethod>
<crap>0</crap>
<complexity>0</complexity>
<coverage>100</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\Factory</className>
<methodName>getBuiltObjects</methodName>
<methodSignature>getBuiltObjects(array $results, string $type): array</methodSignature>
<fullMethod>getBuiltObjects(array $results, string $type): array</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\FactoryQuestion</className>
<methodName>create</methodName>
<methodSignature>create(array $results): array</methodSignature>
<fullMethod>create(array $results): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>goToAdmin</methodName>
<methodSignature>goToAdmin(): void</methodSignature>
<fullMethod>goToAdmin(): void</fullMethod>
<crap>6</crap>
<complexity>2</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>addQuestion</methodName>
<methodSignature>addQuestion(): int</methodSignature>
<fullMethod>addQuestion(): int</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>addResponse</methodName>
<methodSignature>addResponse(): void</methodSignature>
<fullMethod>addResponse(): void</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>createForm</methodName>
<methodSignature>createForm(): void</methodSignature>
<fullMethod>createForm(): void</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>addKeyword</methodName>
<methodSignature>addKeyword(): void</methodSignature>
<fullMethod>addKeyword(): void</fullMethod>
<crap>12</crap>
<complexity>3</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>getCategories</methodName>
<methodSignature>getCategories(): array</methodSignature>
<fullMethod>getCategories(): array</fullMethod>
<crap>20</crap>
<complexity>4</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>getQuestions</methodName>
<methodSignature>getQuestions(): array</methodSignature>
<fullMethod>getQuestions(): array</fullMethod>
<crap>42</crap>
<complexity>6</complexity>
<coverage>0</coverage>
<crapLoad>6</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelAdmin</className>
<methodName>getResponsesCandidate</methodName>
<methodSignature>getResponsesCandidate(): array</methodSignature>
<fullMethod>getResponsesCandidate(): array</fullMethod>
<crap>30</crap>
<complexity>5</complexity>
<coverage>0</coverage>
<crapLoad>5</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelCandidate</className>
<methodName>__construct</methodName>
<methodSignature>__construct()</methodSignature>
<fullMethod>__construct()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelCandidate</className>
<methodName>submitForm</methodName>
<methodSignature>submitForm(): void</methodSignature>
<fullMethod>submitForm(): void</fullMethod>
<crap>90</crap>
<complexity>9</complexity>
<coverage>0</coverage>
<crapLoad>9</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelCandidate</className>
<methodName>getForm</methodName>
<methodSignature>getForm(): string</methodSignature>
<fullMethod>getForm(): string</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>Model</package>
<className>Model\ModelCandidate</className>
<methodName>login</methodName>
<methodSignature>login(): void</methodSignature>
<fullMethod>login(): void</fullMethod>
<crap>56</crap>
<complexity>7</complexity>
<coverage>0</coverage>
<crapLoad>7</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\BoxQuestionTest</className>
<methodName>testConstructorWithFourArguments</methodName>
<methodSignature>testConstructorWithFourArguments()</methodSignature>
<fullMethod>testConstructorWithFourArguments()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\BoxQuestionTest</className>
<methodName>testSetPossibleResponses</methodName>
<methodSignature>testSetPossibleResponses()</methodSignature>
<fullMethod>testSetPossibleResponses()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\BoxQuestionTest</className>
<methodName>testSetCategories</methodName>
<methodSignature>testSetCategories()</methodSignature>
<fullMethod>testSetCategories()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testGetTitleReturnsCorrectValue</methodName>
<methodSignature>testGetTitleReturnsCorrectValue()</methodSignature>
<fullMethod>testGetTitleReturnsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testSetTitleSetsCorrectValue</methodName>
<methodSignature>testSetTitleSetsCorrectValue()</methodSignature>
<fullMethod>testSetTitleSetsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testGetDescriptionReturnsCorrectValue</methodName>
<methodSignature>testGetDescriptionReturnsCorrectValue()</methodSignature>
<fullMethod>testGetDescriptionReturnsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testSetDescriptionSetsCorrectValue</methodName>
<methodSignature>testSetDescriptionSetsCorrectValue()</methodSignature>
<fullMethod>testSetDescriptionSetsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testGetQuestionsReturnsCorrectValue</methodName>
<methodSignature>testGetQuestionsReturnsCorrectValue()</methodSignature>
<fullMethod>testGetQuestionsReturnsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testSetQuestionsSetsCorrectValue</methodName>
<methodSignature>testSetQuestionsSetsCorrectValue()</methodSignature>
<fullMethod>testSetQuestionsSetsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\FormTest</className>
<methodName>testGetIdReturnsCorrectValue</methodName>
<methodSignature>testGetIdReturnsCorrectValue()</methodSignature>
<fullMethod>testGetIdReturnsCorrectValue()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\IPrintQuestionStrategyTest</className>
<methodName>testPrintStrategy</methodName>
<methodSignature>testPrintStrategy()</methodSignature>
<fullMethod>testPrintStrategy()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\KeywordTest</className>
<methodName>testConstructor</methodName>
<methodSignature>testConstructor()</methodSignature>
<fullMethod>testConstructor()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\KeywordTest</className>
<methodName>testSetWord</methodName>
<methodSignature>testSetWord()</methodSignature>
<fullMethod>testSetWord()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\QuestionTest</className>
<methodName>testConstructor</methodName>
<methodSignature>testConstructor()</methodSignature>
<fullMethod>testConstructor()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\QuestionTest</className>
<methodName>testSetContent</methodName>
<methodSignature>testSetContent()</methodSignature>
<fullMethod>testSetContent()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\ResponseTest</className>
<methodName>testGetters</methodName>
<methodSignature>testGetters()</methodSignature>
<fullMethod>testGetters()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\ResponseTest</className>
<methodName>testSetters</methodName>
<methodSignature>testSetters()</methodSignature>
<fullMethod>testSetters()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestBusinessClass</package>
<className>TestBusinessClass\TextQuestionTest</className>
<methodName>testPrintStrategy</methodName>
<methodSignature>testPrintStrategy()</methodSignature>
<fullMethod>testPrintStrategy()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>setUp</methodName>
<methodSignature>setUp(): void</methodSignature>
<fullMethod>setUp(): void</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testAddRoutesThrowsExceptionForInvalidInput</methodName>
<methodSignature>testAddRoutesThrowsExceptionForInvalidInput()</methodSignature>
<fullMethod>testAddRoutesThrowsExceptionForInvalidInput()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testGetRoutesReturnsArrayOfRoutes</methodName>
<methodSignature>testGetRoutesReturnsArrayOfRoutes()</methodSignature>
<fullMethod>testGetRoutesReturnsArrayOfRoutes()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testSetBasePathSetsBasePath</methodName>
<methodSignature>testSetBasePathSetsBasePath()</methodSignature>
<fullMethod>testSetBasePathSetsBasePath()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testAddMatchTypesAddsMatchTypes</methodName>
<methodSignature>testAddMatchTypesAddsMatchTypes()</methodSignature>
<fullMethod>testAddMatchTypesAddsMatchTypes()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testMapAddsRouteToRoutesArray</methodName>
<methodSignature>testMapAddsRouteToRoutesArray()</methodSignature>
<fullMethod>testMapAddsRouteToRoutesArray()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testMapAddsNamedRouteToNamedRoutesArray</methodName>
<methodSignature>testMapAddsNamedRouteToNamedRoutesArray()</methodSignature>
<fullMethod>testMapAddsNamedRouteToNamedRoutesArray()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AltoRouterTest</className>
<methodName>testMapThrowsExceptionForDuplicateNamedRoutes</methodName>
<methodSignature>testMapThrowsExceptionForDuplicateNamedRoutes()</methodSignature>
<fullMethod>testMapThrowsExceptionForDuplicateNamedRoutes()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AutoloadTest</className>
<methodName>testCharger</methodName>
<methodSignature>testCharger()</methodSignature>
<fullMethod>testCharger()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\AutoloadTest</className>
<methodName>testShutDown</methodName>
<methodSignature>testShutDown()</methodSignature>
<fullMethod>testShutDown()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\CleanTest</className>
<methodName>testSimpleString</methodName>
<methodSignature>testSimpleString()</methodSignature>
<fullMethod>testSimpleString()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\CleanTest</className>
<methodName>testEmail</methodName>
<methodSignature>testEmail()</methodSignature>
<fullMethod>testEmail()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\CleanTest</className>
<methodName>testInt</methodName>
<methodSignature>testInt()</methodSignature>
<fullMethod>testInt()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testEmail</methodName>
<methodSignature>testEmail()</methodSignature>
<fullMethod>testEmail()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testLogin</methodName>
<methodSignature>testLogin()</methodSignature>
<fullMethod>testLogin()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testPassword</methodName>
<methodSignature>testPassword()</methodSignature>
<fullMethod>testPassword()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testKeyWord</methodName>
<methodSignature>testKeyWord()</methodSignature>
<fullMethod>testKeyWord()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testTitle</methodName>
<methodSignature>testTitle()</methodSignature>
<fullMethod>testTitle()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testType</methodName>
<methodSignature>testType()</methodSignature>
<fullMethod>testType()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testResponse</methodName>
<methodSignature>testResponse()</methodSignature>
<fullMethod>testResponse()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestConfig</package>
<className>TestConfig\ValidateTest</className>
<methodName>testUsername</methodName>
<methodSignature>testUsername()</methodSignature>
<fullMethod>testUsername()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestException</package>
<className>TestException\InexistantLoginExceptionTest</className>
<methodName>testConstructor</methodName>
<methodSignature>testConstructor()</methodSignature>
<fullMethod>testConstructor()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestException</package>
<className>TestException\InvalidLoginOrPasswordExceptionTest</className>
<methodName>testConstructor</methodName>
<methodSignature>testConstructor()</methodSignature>
<fullMethod>testConstructor()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
<method>
<package>TestException</package>
<className>TestException\InvalidUsernameOrPasswordExceptionTest</className>
<methodName>testConstructor</methodName>
<methodSignature>testConstructor()</methodSignature>
<fullMethod>testConstructor()</fullMethod>
<crap>2</crap>
<complexity>1</complexity>
<coverage>0</coverage>
<crapLoad>0</crapLoad>
</method>
</methods>
</crap_result>