- flutter test --coverage generates coverage/lcov.info; awk script computes line coverage and fails if below threshold (currently 100%) - Add Email, EmailBody, EmailAttachment constructor tests to cover the 3 previously uncovered lines in email.dart Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>