issueReproduces property

bool get issueReproduces

Whether the issue reproduces (generation or script failed).

Implementation

bool get issueReproduces => !generationSucceeded || !scriptSucceeded;