{% include 'cxx_profiles_table_styles.html' %}
{% include 'cxx_profiles_breadcrumb.html' %}
C++ Profiles Reports for
{{ report_project }}
/{{ scope.scope_path_suffix }}
{% set stat_tone = 'alert' if scope.unique_line_count > 0 else 'ok' %} {% set v_count = scope.unique_line_count %} {% set rule_count = scope.unique_rule_count %} {% set r_count = scope.total_references %}
{% include 'cxx_profiles_partial_violation_counts.html' %}
{% if incomplete_scopes and scope.variant_dir in incomplete_scopes %}
This scope did not finish cleanly.
{% endif %}
{{ scope.variant_label }}
{% if scope.variant_display_tail %}
/{{ scope.variant_display_tail }}
{% endif %} — {{ scope.toolchain }}
Violations By-Rule
Violations By-File
{% with rules=scope.rules, id_prefix='scope-rule', single_build_view=true %} {% include 'cxx_profiles_partial_rules.html' %} {% endwith %}
{% with files=scope.files, id_prefix='scope-file', single_build_view=true %} {% include 'cxx_profiles_partial_files.html' %} {% endwith %}