Scroll to navigation

Perl::Metrics::Simple::Output::HTML(3pm) User Contributed Perl Documentation Perl::Metrics::Simple::Output::HTML(3pm)

NAME

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

SYNOPSIS

    $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