Code Coverage Report

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

{{ this.filename }}

{{ this.coverage }}%
{{ 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.coverage }} {{#each this.chunks}}{{#if this.miss}}
{{ this.source }}
{{else}}
{{ this.source }}
{{/if}}{{/each}}
{{@key}} {{ this.coverage }} {{ this.source }}
{{@key}} {{ this.coverage }} {{ this.source }}
{{/each}}