in src/main/resources/static/coverage-percentage-views.js [65:70]
static get template() {
return Polymer.html`
<style include="coverage-column-styles"></style>
<div class$="[[_computeCoverageClass(shown)]]" title="Absolute coverage percentage of the whole file">|Cov.|</div>
`;
}