The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl::Metrics::Simple::Output::PlainText - Produce plain text report.

SYNOPSIS

    $analysis =  Perl::Metrics::Simple->new()->analyze_files(@files);
    $plain    = Perl::Metrics::Simple::Putput::PlainText->new($analysis);
    print $plain->make_report;