Commit e81fd6e
committed
fix: exclude uncomputed MI=0 rows from threshold filtering
The --above-threshold filter for maintainabilityIndex now requires
MI > 0, consistent with the exceeds array logic that already guards
against uncomputed rows from pre-migration databases.
Impact: 1 functions changed, 4 affected
Impact: 1 functions changed, 1 affected1 parent 67318af commit e81fd6e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
716 | 718 | | |
717 | 719 | | |
718 | 720 | | |
| |||
0 commit comments