Counts lines per language across tracked source files in the discovered git repo (extension-based classification, vendored / generated dirs and lockfiles skipped). Text summarises totals; TextBlock / MarkdownTextBlock / Entries / Bars rank languages; Ratio exposes the primary language's share; NumberSeries sketches the distribution; Badge tiers the codebase by size. The unit option toggles raw / kloc / percent display.
Cap on rendered languages (TextBlock / MarkdownTextBlock / Entries / Bars / NumberSeries). The Text summary always reports the full count.
unit
loc | kloc | percent (alias %)
no
loc
Display format for counts: loc (1,234), kloc (1.2k), or percent (67.8%). Percent falls back to loc for the Text summary and kloc for Badge (where a percentage of self is meaningless). Ratio and NumberSeries ignore this option (Ratio is always 0..=1; NumberSeries renderers normalise visually).