Classes

Bubble size = executable lines. Hover for details, click to navigate.

0% 20% 40% 60% 80% 100% 0 5 10 15 Line Coverage (%) Cyclomatic Complexity App\Identity\Application\Query\CurrentUserView — Coverage: 100.0% | Lines: 26 | Complexity: 3 App\Identity\Application\Command\AdminUpdateUserHandler — Coverage: 100.0% | Lines: 23 | Complexity: 10 App\Identity\Application\Query\AdminUserView — Coverage: 100.0% | Lines: 23 | Complexity: 3 App\Identity\Application\Command\SignInWithGoogleHandler — Coverage: 100.0% | Lines: 20 | Complexity: 5 App\Identity\Application\Command\RegisterUserHandler — Coverage: 100.0% | Lines: 16 | Complexity: 3 App\Identity\Application\Command\UpdateUserHandler — Coverage: 100.0% | Lines: 14 | Complexity: 4 App\Identity\Application\Query\ListUsersHandler — Coverage: 100.0% | Lines: 12 | Complexity: 2 App\Identity\Application\Port\GoogleIdentity — Coverage: 100.0% | Lines: 9 | Complexity: 7 App\Identity\Application\Command\ChangePasswordHandler — Coverage: 100.0% | Lines: 8 | Complexity: 4 App\Identity\Application\Command\ChangeMyAvatarHandler — Coverage: 100.0% | Lines: 7 | Complexity: 3 App\Identity\Application\Command\DeleteUserByAdminHandler — Coverage: 100.0% | Lines: 7 | Complexity: 4 App\Identity\Application\AuthenticatedUserFinder — Coverage: 100.0% | Lines: 5 | Complexity: 3 App\Identity\Application\Command\DeleteUserHandler — Coverage: 100.0% | Lines: 5 | Complexity: 3 App\Identity\Application\Query\GetCurrentUserHandler — Coverage: 100.0% | Lines: 5 | Complexity: 3 App\Identity\Application\AvatarCleanupOnUserDeletion — Coverage: 100.0% | Lines: 3 | Complexity: 2 App\Identity\Application\Command\AdminUpdateUserCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangeMyAvatarCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangePasswordCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserByAdminCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\RegisterUserCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\SignInWithGoogleCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\UpdateUserCommand — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\GetCurrentUserQuery — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\ListUsersQuery — Coverage: 100.0% | Lines: 1 | Complexity: 1

 

Sorted by descending CRAP (Change Risk Anti-Patterns) index.

Class CRAP Coverage
App\Identity\Application\Command\AdminUpdateUserHandler10100.0%
App\Identity\Application\Port\GoogleIdentity7100.0%
App\Identity\Application\Command\SignInWithGoogleHandler5100.0%
App\Identity\Application\Command\ChangePasswordHandler4100.0%
App\Identity\Application\Command\DeleteUserByAdminHandler4100.0%
App\Identity\Application\Command\UpdateUserHandler4100.0%
App\Identity\Application\AuthenticatedUserFinder3100.0%
App\Identity\Application\Command\ChangeMyAvatarHandler3100.0%
App\Identity\Application\Command\DeleteUserHandler3100.0%
App\Identity\Application\Command\RegisterUserHandler3100.0%
App\Identity\Application\Query\AdminUserView3100.0%
App\Identity\Application\Query\CurrentUserView3100.0%
App\Identity\Application\Query\GetCurrentUserHandler3100.0%
App\Identity\Application\AvatarCleanupOnUserDeletion2100.0%
App\Identity\Application\Query\ListUsersHandler2100.0%
App\Identity\Application\Command\AdminUpdateUserCommand1100.0%
App\Identity\Application\Command\ChangeMyAvatarCommand1100.0%
App\Identity\Application\Command\ChangePasswordCommand1100.0%
App\Identity\Application\Command\DeleteUserByAdminCommand1100.0%
App\Identity\Application\Command\DeleteUserCommand1100.0%
App\Identity\Application\Command\RegisterUserCommand1100.0%
App\Identity\Application\Command\SignInWithGoogleCommand1100.0%
App\Identity\Application\Command\UpdateUserCommand1100.0%
App\Identity\Application\Query\GetCurrentUserQuery1100.0%
App\Identity\Application\Query\ListUsersQuery1100.0%

Methods

Bubble size = executable lines. Hover for details, click to navigate.

0% 20% 40% 60% 80% 100% 0 2 4 6 8 10 Line Coverage (%) Cyclomatic Complexity App\Identity\Application\Command\AdminUpdateUserHandler::handle — Coverage: 100.0% | Lines: 22 | Complexity: 9 App\Identity\Application\Command\SignInWithGoogleHandler::handle — Coverage: 100.0% | Lines: 19 | Complexity: 4 App\Identity\Application\Command\RegisterUserHandler::handle — Coverage: 100.0% | Lines: 15 | Complexity: 2 App\Identity\Application\Command\UpdateUserHandler::handle — Coverage: 100.0% | Lines: 13 | Complexity: 3 App\Identity\Application\Query\CurrentUserView::fromUser — Coverage: 100.0% | Lines: 13 | Complexity: 1 App\Identity\Application\Query\CurrentUserView::toArray — Coverage: 100.0% | Lines: 12 | Complexity: 1 App\Identity\Application\Query\AdminUserView::fromUser — Coverage: 100.0% | Lines: 11 | Complexity: 1 App\Identity\Application\Query\AdminUserView::toArray — Coverage: 100.0% | Lines: 11 | Complexity: 1 App\Identity\Application\Query\ListUsersHandler::handle — Coverage: 100.0% | Lines: 11 | Complexity: 1 App\Identity\Application\Port\GoogleIdentity::nameParts — Coverage: 100.0% | Lines: 8 | Complexity: 6 App\Identity\Application\Command\ChangePasswordHandler::handle — Coverage: 100.0% | Lines: 7 | Complexity: 3 App\Identity\Application\Command\ChangeMyAvatarHandler::handle — Coverage: 100.0% | Lines: 6 | Complexity: 2 App\Identity\Application\Command\DeleteUserByAdminHandler::handle — Coverage: 100.0% | Lines: 6 | Complexity: 3 App\Identity\Application\AuthenticatedUserFinder::getOrFail — Coverage: 100.0% | Lines: 4 | Complexity: 2 App\Identity\Application\Command\DeleteUserHandler::handle — Coverage: 100.0% | Lines: 4 | Complexity: 2 App\Identity\Application\Query\GetCurrentUserHandler::handle — Coverage: 100.0% | Lines: 4 | Complexity: 2 App\Identity\Application\AvatarCleanupOnUserDeletion::onUserDeletion — Coverage: 100.0% | Lines: 2 | Complexity: 1 App\Identity\Application\AuthenticatedUserFinder::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\AvatarCleanupOnUserDeletion::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\AdminUpdateUserCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\AdminUpdateUserHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangeMyAvatarCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangeMyAvatarHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangePasswordCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\ChangePasswordHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserByAdminCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserByAdminHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\DeleteUserHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\RegisterUserCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\RegisterUserHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\SignInWithGoogleCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\SignInWithGoogleHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\UpdateUserCommand::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Command\UpdateUserHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Port\GoogleIdentity::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\AdminUserView::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\CurrentUserView::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\GetCurrentUserHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\GetCurrentUserQuery::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\ListUsersHandler::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1 App\Identity\Application\Query\ListUsersQuery::__construct — Coverage: 100.0% | Lines: 1 | Complexity: 1

 

Sorted by descending CRAP (Change Risk Anti-Patterns) index.

Method CRAP Coverage
App\Identity\Application\Command\AdminUpdateUserHandler::handle9100.0%
App\Identity\Application\Port\GoogleIdentity::nameParts6100.0%
App\Identity\Application\Command\SignInWithGoogleHandler::handle4100.0%
App\Identity\Application\Command\ChangePasswordHandler::handle3100.0%
App\Identity\Application\Command\DeleteUserByAdminHandler::handle3100.0%
App\Identity\Application\Command\UpdateUserHandler::handle3100.0%
App\Identity\Application\AuthenticatedUserFinder::getOrFail2100.0%
App\Identity\Application\Command\ChangeMyAvatarHandler::handle2100.0%
App\Identity\Application\Command\DeleteUserHandler::handle2100.0%
App\Identity\Application\Command\RegisterUserHandler::handle2100.0%
App\Identity\Application\Query\GetCurrentUserHandler::handle2100.0%
App\Identity\Application\AuthenticatedUserFinder::__construct1100.0%
App\Identity\Application\AvatarCleanupOnUserDeletion::__construct1100.0%
App\Identity\Application\AvatarCleanupOnUserDeletion::onUserDeletion1100.0%
App\Identity\Application\Command\AdminUpdateUserCommand::__construct1100.0%
App\Identity\Application\Command\AdminUpdateUserHandler::__construct1100.0%
App\Identity\Application\Command\ChangeMyAvatarCommand::__construct1100.0%
App\Identity\Application\Command\ChangeMyAvatarHandler::__construct1100.0%
App\Identity\Application\Command\ChangePasswordCommand::__construct1100.0%
App\Identity\Application\Command\ChangePasswordHandler::__construct1100.0%
App\Identity\Application\Command\DeleteUserByAdminCommand::__construct1100.0%
App\Identity\Application\Command\DeleteUserByAdminHandler::__construct1100.0%
App\Identity\Application\Command\DeleteUserCommand::__construct1100.0%
App\Identity\Application\Command\DeleteUserHandler::__construct1100.0%
App\Identity\Application\Command\RegisterUserCommand::__construct1100.0%
App\Identity\Application\Command\RegisterUserHandler::__construct1100.0%
App\Identity\Application\Command\SignInWithGoogleCommand::__construct1100.0%
App\Identity\Application\Command\SignInWithGoogleHandler::__construct1100.0%
App\Identity\Application\Command\UpdateUserCommand::__construct1100.0%
App\Identity\Application\Command\UpdateUserHandler::__construct1100.0%
App\Identity\Application\Port\GoogleIdentity::__construct1100.0%
App\Identity\Application\Query\AdminUserView::__construct1100.0%
App\Identity\Application\Query\AdminUserView::fromUser1100.0%
App\Identity\Application\Query\AdminUserView::toArray1100.0%
App\Identity\Application\Query\CurrentUserView::__construct1100.0%
App\Identity\Application\Query\CurrentUserView::fromUser1100.0%
App\Identity\Application\Query\CurrentUserView::toArray1100.0%
App\Identity\Application\Query\GetCurrentUserHandler::__construct1100.0%
App\Identity\Application\Query\GetCurrentUserQuery::__construct1100.0%
App\Identity\Application\Query\ListUsersHandler::__construct1100.0%
App\Identity\Application\Query\ListUsersHandler::handle1100.0%
App\Identity\Application\Query\ListUsersQuery::__construct1100.0%