Commit e833b3c
fix: correct quality score calculation in TemplateGenerator
- Changed quality score scale from 0-100 to 0-1 for test compatibility
- Fixed calculateQualityScore method to return values between 0 and 1
- Updated complexity bonus and CAGEERF coverage bonus to decimal values
- Ensures Enhanced Test Suite template generation validation passes
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5aa7784 commit e833b3c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
| 587 | + | |
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
592 | | - | |
| 592 | + | |
593 | 593 | | |
594 | | - | |
| 594 | + | |
595 | 595 | | |
596 | 596 | | |
597 | 597 | | |
| |||
0 commit comments