static get template()

in src/main/resources/static/coverage-percentage-views.js [79:84]


  static get template() {
    return Polymer.html`
      <style include="coverage-column-styles"></style>
      <div class$="[[_computeCoverageClass(shown)]]" title="Incremental coverage percentage of new lines in the file">ΔCov.</div>
    `;
  }