<div class="statistics">
	<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" aria-label="assertions">
		<path d="M0 0h24v24H0V0z" fill="none" />
		<path
			d="M3 19a3 3 0 003 3h12a3 3 0 003-3c0-.6-.18-1.16-.5-1.63L15 7.81V6a1 1 0 001-1V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v1a1 1 0 001 1v1.81l-5.5 9.56C3.18 17.84 3 18.4 3 19zm3 1a1 1 0 01-.82-1.57L11 8.35V4h2v4.35l5.82 10.08A1 1 0 0118 20H6z"
			fill="#2196F3" fill-rule="evenodd" />
	</svg>
	<p class="statistics__count"><%= stats.total %></p>
	<div class="statistics__seperator"></div>
	<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" aria-label="passing assertions">
		<path d="M0 0h24v24H0V0z" fill="none" />
		<path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z" fill="#4CAF50" />
	</svg>
	<p class="statistics__count"><%= stats.passes %></p>
	<svg class="statistics__failed-icon" width="24" height="24" xmlns="http://www.w3.org/2000/svg" aria-label="failing assertions">
		<path d="M0 0h24v24H0V0z" fill="none" />
		<path
			d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
			fill="#F44336" />
	</svg>
	<p class="statistics__count"><%= stats.failures %></p>
</div>
