Zalathar
d01df6f9aa
coverage: Simplify counter expressions using simple algebra
...
Some of these cases currently don't occur in practice, but are included for
completeness, and to avoid having to add them later as branch coverage and
MC/DC coverage start building more complex expressions.
2024-05-14 13:58:40 +10:00
Zalathar
7c87ad0430
coverage: Add branch coverage support for if-let and let-chains
2024-04-30 22:35:55 +10:00
Zalathar
c9dd07dd5e
coverage: Add branch coverage support for let-else
2024-04-30 22:35:54 +10:00
Zalathar
3de87feba2
coverage: Branch coverage tests for match arms
2024-04-22 21:55:33 +10:00
Zalathar
7f432dfb23
coverage: Branch coverage test for if-let and let-chains
2024-04-22 21:55:33 +10:00
Zalathar
4f7a47798e
coverage: Branch coverage test for let-else
2024-04-22 21:55:33 +10:00
Zalathar
25b9f84413
coverage: Branch coverage tests for lazy boolean operators
2024-04-17 12:32:30 +10:00
Zalathar
40cfc2de77
coverage: Move branch coverage tests into a subdirectory
2024-04-17 11:41:40 +10:00