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

100% Statements 7/7
100% Branches 2/2
100% Functions 0/0
100% Lines 5/5

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 723x 23x 38x 2x   23x  
<div class="si-map-tooltip">
  <div #content></div>
  @if (hiddenEntries()) {
    <div>{{ moreText() | translate: { length: hiddenEntries() } }}</div>
  }
</div>