Lines:
                {{lines.exec}}/{{lines.total}}
                {{lines.coverage}}%
             
            
                Functions:
                {{functions.exec}}/{{functions.total}}
                {{functions.coverage}}%
             
            
                Branches:
                {{branches.exec}}/{{branches.total}}
                {{branches.coverage}}%
             
            {% if not EXCLUDE_CONDITIONS %}
            
                Conditions:
                {{conditions.exec}}/{{conditions.total}}
                {{conditions.coverage}}%
             
            {% endif %}
            {% if SHOW_DECISION %}
            
                Decisions:
                {{decisions.exec}}/{{decisions.total}}
                {{decisions.coverage}}%
             
            {% endif %}
            {% if not EXCLUDE_CALLS %}
            
                Calls:
                {{calls.exec}}/{{calls.total}}
                {{calls.coverage}}%
             
            {% endif %}