> For the complete documentation index, see [llms.txt](https://docs.codebattles.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codebattles.ru/en_v3/how-the-system-works/metriki-strok-koda.md).

# Code Line Metrics

## 📊 Code Analysis Report

> **Generated using cloc v1.96** | ⚡ **Performance**: 0.27s | 🚀 **Speed**: 1,063.8 files/s, 72,135.7 lines/s

***

### 📈 Project Overview

#### 🎯 **Key Metrics**

* **Total Files**: 287
* **Total Lines**: 17,010
* **Blank Lines**: 2,113
* **Comment Lines**: 339
* **Code Lines**: 17,010

***

### 🗂️ Language Distribution

| 🏷️ **Language**  | 📁 **Files** | ⬜ **Blank** | 💬 **Comments** | 💻 **Code** | 📊 **%** |
| ----------------- | -----------: | ----------: | --------------: | ----------: | -------: |
| 🟡 **JSON**       |            7 |           0 |               0 |   **7,568** |    44.5% |
| ⚛️ **JSX**        |           86 |       1,003 |              57 |   **4,827** |    28.4% |
| 🟠 **Kotlin**     |           85 |         453 |              31 |   **2,089** |    12.3% |
| ☕ **Java**        |           27 |         219 |               8 |     **630** |     3.7% |
| 📝 **Markdown**   |           10 |         140 |               0 |     **432** |     2.5% |
| 🔧 **YAML**       |            7 |          28 |              27 |     **322** |     1.9% |
| 🟨 **JavaScript** |           20 |          45 |              26 |     **229** |     1.3% |
| 🐳 **Dockerfile** |           11 |          62 |              43 |     **167** |     1.0% |
| 🗄️ **SQL**       |            6 |          25 |               0 |     **149** |     0.9% |
| 🎨 **CSS**        |           11 |          27 |              15 |     **118** |     0.7% |
| 🐚 **Shell**      |            1 |          28 |             118 |     **106** |     0.6% |
| 🐍 **Python**     |            4 |          25 |               2 |      **81** |     0.5% |
| 💾 **DOS Batch**  |            1 |          21 |               2 |      **71** |     0.4% |
| 🔨 **Gradle**     |            2 |          14 |               1 |      **69** |     0.4% |
| 📦 **Maven**      |            1 |          10 |               1 |      **68** |     0.4% |
| 🌐 **HTML**       |            2 |          11 |               8 |      **58** |     0.3% |
| ⚙️ **Properties** |            2 |           2 |               0 |      **16** |     0.1% |
| 📄 **Text**       |            3 |           0 |               0 |       **9** |     0.1% |
| 🖼️ **SVG**       |            1 |           0 |               0 |       **1** |     0.0% |

***

### 🏆 Top Languages by Code Volume

```
█████████████████████████████████████████████ JSON (44.5%)
████████████████████████████████ JSX (28.4%)
███████████████ Kotlin (12.3%)
████ Java (3.7%)
```

***

### 💡 Analytics

#### 🔍 **Project Composition**

* **Frontend-oriented**: 72.9% of the code is in web technologies (JSON, JSX, JS, CSS, HTML)
* **Mobile Development**: Significant presence of Kotlin (12.3%) indicates Android development
* **Full-Stack**: Mix of backend (Java, Python), frontend (JSX, JS), and configuration files

#### 📊 **Code Quality Metrics**

* **Comment Ratio**: 2.0% (339/17,010)
* **Blank Line Ratio**: 12.4% (2,113/17,010)
* **Files per Language**: On average 15.1 files per language type

#### 🎯 **Development Focus**

1. **Data-oriented**: Large volume of JSON indicates an architecture with heavy API/configuration usage
2. **React Ecosystem**: Significant use of JSX points to a React-based frontend
3. **Cross-platform**: Kotlin + Java suggests mobile + backend development

***

*📅 Report generated on request | 🛠️ Powered by cloc v1.96*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.codebattles.ru/en_v3/how-the-system-works/metriki-strok-koda.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
