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

COS301-SE-2024 / ECHO / 11494885227

24 Oct 2024 07:46AM UTC coverage: 67.709% (-0.8%) from 68.546%
11494885227

push

github

web-flow
Merge pull request #468 from COS301-SE-2024/feat/mobileFixes

Feat/mobile fixes

215 of 460 branches covered (46.74%)

Branch coverage included in aggregate %.

31 of 61 new or added lines in 6 files covered. (50.82%)

18 existing lines in 5 files now uncovered.

1798 of 2513 relevant lines covered (71.55%)

6.53 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
<app-tool-tip tooltipText="Echo.." position="bottom">
1✔
UNCOV
2
  <svg [ngClass]="{'group': true, 'always-animate': alwaysAnimate}" 
×
3
       class="echo-button hover:cursor-pointer" 
4
       (click)="onButtonClick($event)" 
5
       [attr.width]="width" 
6
       [attr.height]="height" 
7
       viewBox="0 0 29 28" 
8
       fill="none" 
9
       xmlns="http://www.w3.org/2000/svg">
10
    <rect class="rect-1 transition-colors duration-mood ease-in-out" 
11
          x="0" 
12
          width="4.14286" 
13
          height="20%" 
14
          rx="2.07143" 
15
          [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" 
16
          style="transform: translateY(37.5%);"/>
17
    <rect class="rect-2 transition-colors duration-mood ease-in-out" 
18
          x="5" 
19
          width="4.14286" 
20
          height="60%" 
21
          rx="2.07143" 
22
          [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" 
23
          style="transform: translateY(20%);"/>
24
    <rect class="rect-3 transition-colors duration-mood ease-in-out" 
25
          x="10" 
26
          width="4.14286" 
27
          height="85%" 
28
          rx="2.07143" 
29
          [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" 
30
          style="transform: translateY(9.5%);"/>
31
    <rect class="rect-4 transition-colors duration-mood ease-in-out" 
32
          x="15" 
33
          width="4.14286" 
34
          height="60%" 
35
          rx="2.07143" 
36
          [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" 
37
          style="transform: translateY(20%);"/>
38
    <rect class="rect-5 transition-colors duration-mood ease-in-out" 
39
          x="20" 
40
          width="4.14286" 
41
          height="20%" 
42
          rx="2.07143" 
43
          [attr.fill]="this.moodComponentClasses[this.moodService.getCurrentMood()]" 
44
          style="transform: translateY(37.5%);"/>
45
  </svg>
46
</app-tool-tip>
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