Code Coverage Report

{{percent}}%
{{cov.sloc}}
{{cov.hits}}
{{cov.misses}}
{{#each cov.files}}

{{this.filename}}

{{this.percent}}%
{{this.sloc}}
{{this.hits}}
{{this.misses}}
{{#each this.source}} {{#if this.miss}} {{#if this.chunks}} {{else}} {{/if}} {{else}} {{/if}} {{/each}}
Line Hits Source
{{@key}} {{this.percent}} {{#each this.chunks}}{{#if this.miss}}
{{this.source}}
{{else}}
{{this.source}}
{{/if}}{{/each}}
{{@key}} {{this.percent}} {{this.source}}
{{@key}} {{hits this.hits}} {{this.source}}
{{/each}}