• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

COS301-SE-2024 / ECHO / 11091596801

29 Sep 2024 09:39AM UTC coverage: 68.342% (+4.1%) from 64.245%
11091596801

Pull #411

github

web-flow
Merge pull request #412 from COS301-SE-2024/stablization

Stablization
Pull Request #411: Release 4.0.1

176 of 384 branches covered (45.83%)

Branch coverage included in aggregate %.

272 of 453 new or added lines in 49 files covered. (60.04%)

35 existing lines in 6 files now uncovered.

1633 of 2263 relevant lines covered (72.16%)

5.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/Frontend/src/app/components/atoms/echo-button/echo-button.component.html
1
<svg [ngClass]="moodComponentClasses" class="echo-button hover:cursor-pointer group" (click)="onButtonClick($event)" [attr.width]="width" [attr.height]="height" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
1✔
UNCOV
2
    <rect class="rect-1 transition-colors duration-mood ease-in-out" x="0" width="4.14286" height="20%" rx="2.07143" [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" style="transform: translateY(37.5%);"/>
×
3
    <rect class="rect-2 transition-colors duration-mood ease-in-out" x="5" width="4.14286" height="60%" rx="2.07143" [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" style="transform: translateY(20%);"/>
4
    <rect class="rect-3 transition-colors duration-mood ease-in-out" x="10" width="4.14286" height="85%" rx="2.07143" [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" style="transform: translateY(9.5%);"/>
5
    <rect class="rect-4 transition-colors duration-mood ease-in-out" x="15" width="4.14286" height="60%" rx="2.07143" [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" style="transform: translateY(20%);"/>
6
    <rect class="rect-5 transition-colors duration-mood ease-in-out" x="20" width="4.14286" height="20%" rx="2.07143" [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" style="transform: translateY(37.5%);"/>
7
</svg>
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc