Packages

A Rails-style `mix stats` task for Elixir and Phoenix projects. Reports lines of code, modules, functions, and code-to-test ratio, broken down by configurable categories.

Current section

Files

Jump to
phx_stats lib phx_stats.ex
Raw

lib/phx_stats.ex

defmodule PhxStats do
@moduledoc """
Code statistics for Elixir and Phoenix projects.
PhxStats provides a `mix stats` task that reports lines of code, modules,
functions, and code-to-test ratios, broken down by configurable categories.
See `Mix.Tasks.Stats` for usage and `PhxStats.Config` for configuration.
"""
end