DOKK / manpages / debian 12 / libperl-metrics-simple-perl / Perl::Metrics::Simple::Output::HTML.3pm.en
Perl::Metrics::Simple::Output::HTML(3pm) User Contributed Perl Documentation Perl::Metrics::Simple::Output::HTML(3pm)

Perl::Metrics::Simple::Output::HTML - Produce HTML report.

    $analysis =  Perl::Metrics::Simple->new()->analyze_files(@files);
    $html     = Perl::Metrics::Simple::Putput::HTML->new($analysis);
    print $html->make_report;
2021-08-20 perl v5.32.1