All files / si-map/components/si-map-tooltip si-map-tooltip.component.html

100% Statements 11/11
100% Branches 2/2
100% Functions 0/0
100% Lines 6/6

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 924x 49x 21x   49x 2x   24x  
<div class="si-map-tooltip">
  @for (label of tooltipLabels(); track $index) {
    <div>{{ label }}</div>
  }
  @if (hiddenEntries()) {
    <div>{{ moreText() | translate: { length: hiddenEntries() } }}</div>
  }
</div>