| ID | Title | Duration (ms) |
|---|---|---|
| {{this.id}} | {{this.title}}
{{#if this.err}} {{this.err.stack}} {{/if}}
|
{{this.duration}} |
| Line | Hits | Source | {{#if this.sourcemaps}}Original filename | Original line | {{/if}}
|---|---|---|---|---|
| {{@key}} | {{this.percent}} | {{#each this.chunks}}{{#if this.miss}} {{this.source}} {{else}}{{this.source}} {{/if}}{{/each}} |
{{#if ../sourcemaps}}
{{this.originalFilename}} | {{this.originalLine}} | {{/if}}
| {{@key}} | {{this.percent}} | {{this.source}} | {{#if ../sourcemaps}}{{this.originalFilename}} | {{this.originalLine}} | {{/if}}
| {{@key}} | {{hits this.hits}} | {{this.source}} | {{#if ../sourcemaps}}{{this.originalFilename}} | {{this.originalLine}} | {{/if}}