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

COS301-SE-2024 / ECHO / 11382980646

17 Oct 2024 10:18AM UTC coverage: 71.538% (-0.5%) from 72.033%
11382980646

push

github

web-flow
Merge pull request #461 from COS301-SE-2024/feat/chatBotPage

214 of 414 branches covered (51.69%)

Branch coverage included in aggregate %.

29 of 52 new or added lines in 8 files covered. (55.77%)

1754 of 2337 relevant lines covered (75.05%)

6.89 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✔
NEW
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