{% 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 Hit Count Min Section Score Average Section Score Max Section Score Classification
{{u.heur_id}} {{u.count}} {{u.min}} {{u.avg}} {{u.max}}

There are no statistics in the system.

There are no matching statistics found.

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