diff --git a/ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2 b/ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2 index d7b5b867..8d16a2ea 100644 --- a/ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2 +++ b/ted_sws/notice_validator/resources/templates/xpath_coverage_report.jinja2 @@ -88,16 +88,6 @@ {% if template_metadata.grouping %}
  • Grouping: {{ template_metadata.grouping }}
  • {% endif %} -
  • -

    -

    Overall coverage

    -

    {{ "%.2f"|format((validation_result.coverage|float * 100)) }}%

    -

    (Number of Conceptual XPATHs found in notices) / (Total number of unique XPATHs in provided notices)

    -

  • -

    Conceptual coverage

    -

    {{ "%.2f"|format((validation_result.conceptual_coverage|float * 100)) }}%

    -

    (Number of Conceptual XPATHs found in notices) / (Total number of unique Conceptual XPATHs)

    -
  • {% set nr_notices = notices|length %}

  • {% if nr_notices > 1 %}