Profiles violations in
{% if title_split %}
{% if title_prefix %}
{{ title_prefix }}
{% endif %}
{% if title_include_split %}
{{ title_include_prefix }}{{ title_include_path }}
{% elif title_suffix_only %}
{{ title_suffix | default(display_path) }}
{% else %}
{{ title_suffix }}
{% endif %}
{% else %}
{{ title_single }}
{% endif %}
{% set v_count = file_entry.unique_line_count %}
{% set rule_count = file_entry.unique_rule_count %}
{% set r_count = file_entry.total_references %}
{% set has_violations = v_count > 0 or r_count > 0 %}
{% set stat_tone = 'alert' if has_violations else 'ok' %}
{% include 'cxx_profiles_partial_violation_counts.html' %}