From f1564299d3418df394d5879f1487e050771e7292 Mon Sep 17 00:00:00 2001 From: Kolea PLESCO Date: Tue, 9 Apr 2024 10:57:33 +0300 Subject: [PATCH] updates xpath validator --- .../resources/templates/xpath_coverage_report.jinja2 | 10 ---------- 1 file changed, 10 deletions(-) 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 %}