Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result status reason and result status icons are inconsistent #1619

Closed
rouke-broersma opened this issue Jan 7, 2022 · 1 comment
Closed

Comments

@rouke-broersma
Copy link
Member

The result status icon does not change consistently.

When the result status reason is null there is no icon:

image

When the result status reason is empty string and the mutant status is survived the icon is 🕵️ and help text is 'Reason for Survived status':

image

When the result status reason is empty string and the mutant status is killed the icon is the same as for survived (🕵️) and help text is 'Reason for Killed status':

image

For static mutants with no result status reason it looks like the status icon is changed to 🗿 because it takes up the same space, but it is actually a completely different field.

image

This looks even weirder when the mutation testing tool has set the result status reason to empty string instead of null:

image

@hugo-vrijswijk
Copy link
Member

Closed with #1620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants