Back to Showcase

@dv/image-generation

Latest Commit
7ac10e69817d213ba4273bd18eaeb6286357da4d
0%
Latest Score
1 total runs
133
Total Mutations
0
Killed
0
Type Errors
114
Survived
0
Errors
Tested with Mutasaurus: 0.1.1

Detailed Mutation Report

Source Files (11)
/example
/src
/src/transforms
/tests

Select a file to view mutations

Click a mutation to view details

Mutation Run History

7ac10e6master0%
fix(color): apply opacity correctly for tint and softlight blend modes (#60) This patch updates the color transform so that the opacity parameter is properly applied when using the tint and softlight blend modes. Colors are now blended with the original according to the specified opacity, ensuring expected results. Changes include: * Fix src/transforms/color.ts to apply opacity for tint and softlight. * Update existing unit tests with corrected outputs for affected blend modes. * Add new tests verifying opacity effects on tint and softlight. * Adjust integration tests to reflect corrected color blending behavior.
by DavidAug 25, 06:05 PM
Completed
Mutations: 133
Killed: 0
Type Errors: 0
Survived: 114
Errors: 0
Timeouts: 19
Runtime: 3m 30s
version: 0.1.1

Mutations are not run by their respective open source project maintainers. The mutation score does not tell the full story of a test suite, and while it may be a better proxy than traditional test coverage for quality, scores should be used as a guide, not a definitive measure.