b-editor / beutl

Cross-platform video editing (compositing) software.
https://beutl.beditor.net
MIT License
280 stars 15 forks source link

Refactor SourceOperation classes #1074

Closed yuto-trd closed 1 month ago

yuto-trd commented 1 month ago

Description

This commit reduces the code in the SourceOperation class. The removed functionality will be made available from the node tree.

Breaking changes

Fixed issues

github-actions[bot] commented 1 month ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.Extensibility 0% 0% 53
Beutl.Threading 100% 94% 118
Beutl.Core 30% 27% 3015
Beutl.Language 0% 0% 610
Beutl.Configuration 39% 19% 285
Beutl.ProjectSystem 12% 5% 2146
Beutl.Utilities 73% 67% 360
Beutl.Engine 26% 25% 8597
Beutl.Operators 4% 0% 149
Summary 25% (8884 / 35889) 24% (2521 / 10579) 15333

Minimum allowed line rate is 0%