Current section
Files
Jump to
Current section
Files
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