I've just added this to https://cpan-digger.perlmaven.com/ and it would be nice to add it here too. ``` my $cover = $mcpan->cover('Moo-2.23'); if (defined $cover->criteria) { $total = $cover->criteria->{total}; } ```
I've just added this to https://cpan-digger.perlmaven.com/ and it would be nice to add it here too.