Total coverage in percents: {{ ((used_methods_count * 100 / total_methods_count)|float|round(3)|string) }}%

Common list of available methods and using in tests

Used methods {% for method in used_methods %} {% endfor %}
Method Host Path Used count
{{ method.method }} {{ method.host }} {{ method.path }} {{ method.count }}
Skipped methods {% for method in skipped_methods %} {% endfor %}
Method Path
{{ method.method }} {{ method.path }}