{%- for css in css_files %} {% endfor -%}

Copy Detection Report

Overview

Similarity Matrix

Code similarity matrix

Similarity Score Distribution

Code similarity histogram

Note: a score of -1 in the similarity matrix indicates the comparison was skipped

Number of files tested (vertical): {{ test_count }}
Number above display threshold: {{ flagged_file_count }} ({{ "%.2f"|format(flagged_file_count/test_count*100) }}%)

    {%- for file in test_files %}
  • {{ loop.index0 }}={{ file }}
  • {% endfor -%}

Number of reference files (horizontal): {{ compare_count }}


    {%- for file in compare_files %}
  • {{ loop.index0 }}={{ file }}
  • {% endfor -%}

Execution params (see copydetect --help):


version: {{ version }}
Configuration:
{{config_params}}

Matched Code

{% for code in code_list %} {% endfor %}

Test file: {{ code[2]|e }} ({{ "%.2f"|format(code[0]*100) }}%)
Reference file: {{ code[3]|e }} ({{ "%.2f"|format(code[1]*100) }}%)
Token overlap: {{ code[6] }}

{{ code[4] }}
{{ code[5] }}