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

doppelganger9 / tables-multiplications / 22039167738

15 Feb 2026 04:32PM UTC coverage: 33.455% (-1.0%) from 34.419%
22039167738

push

github

doppelganger9
trying to put node and npm version in package.json

44 of 94 branches covered (46.81%)

Branch coverage included in aggregate %.

48 of 181 relevant lines covered (26.52%)

1.51 hits per line

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

53.85
/src/app/mon-menu/menu.component.html
1
<label for="select-action">Tu veux </label>
1✔
2
<select id="select-action" (change)="choisirAction($event)">
1✔
3
  @for (btn of optionActions$ | async; track btn) {
×
4
    <option
×
5
      [selected]="btn.selected"
×
6
      [label]="btn.label"
7
      [value]="btn.value"
8
    ></option>
9
  }
10
</select>
1✔
11

12
<label for="select-nombre"> la table des </label>
1✔
13
<select id="select-nombre" (change)="choisirNombre($event)">
1✔
14
  @for (btn of optionNombres$ | async; track btn) {
×
15
    <option
×
16
      [selected]="btn.selected"
×
17
      [label]="btn.label"
18
      [value]="btn.value"
19
    ></option>
20
  }
21
</select>
1✔
22
<hr />
1✔
23
<!--
24

25
TODO: afficher les statistiques de révisions pour chaque table. Calculer un
26
score basé sur ce qui a été vu (si on a eu comme question chaque opération de
27
la table), et connu (si on a bon à toutes les opérations) sur 10, et la
28
rapidité (min/moy/max pour l'ensemble des opérations).
29

30
-->
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc