| layout | default |
|---|---|
| title | Code Statistics |
| headline | Code Statistics |
| description | Pico's code statistics are powered by [cloc](https://github.com/AlDanial/cloc). |
| nav-url | /docs/ |
{% for item in site.data.cloc %}
{% if item[0] != "SUM" and item[0] != "header" %}
{% elsif item[0] == "SUM" %}
{% endif %}
{% endfor %}
| Language | Files | Blank | Comment | Code |
|---|---|---|---|---|
| {{ item[0] }} | {{ item[1].nFiles }} | {{ item[1].blank }} | {{ item[1].comment }} | {{ item[1].code }} |
| Σ {{ item[1].nFiles }} | Σ {{ item[1].blank }} | Σ {{ item[1].comment }} | Σ {{ item[1].code }} |