{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Heuristics Stats{% endblock %} {% block js_import %} {% endblock %} {% block loading_menu %}ng-hide="!loading_extra"{% endblock %} {% block content %} {%raw%}

Heuristic Statistics

{{total}}+ total heuristics (filtered)
ID Name Count Min Score Average Score Max Score Classification
{{h.heur_id}} {{h.name | maxLength:50 | breakableStr}} {{h.count}} {{h.min}} {{h.avg}} {{h.max}}

Heuristics statistics have not been computed yet...

There are no matching heuristics found.

{%endraw%} {% endblock %} {% block loading_jumbo %}ng-hide="heuristics_output != null"{% endblock %}