Code Duplicity Report
Total duplicates: {{statistics.clones}}
Files: {{statistics.files}}
Duplicity percentage: {{statistics.percentage}}% ({{statistics.duplications}}/{{statistics.lines}})
{{#each clones as |clone|}}
Duplicate {{clone.index}}
Lines: {{clone.linesCount}}
Tokens: {{clone.tokensCount}}
File 1: {{clone.firstFile}}
File 2: {{clone.secondFile}}
| Line |
Author |
Fragment |
Author |
Line |
{{#each clone.fragmentDetails as |details| }}
| {{details.file1Line}} |
{{details.author1}} |
{{details.fragment}} |
{{details.author2}} |
{{details.file2Line}} |
{{/each}}
{{/each}}